thread_view şablonunda bulun;
	
	
	
		
Yukarıdaki kodun altına aşağıdakini ekleyin
	
	
	
		
Sonuç
		
		
	
	
		
	
			
			
		Kod:
	
	   <a href="{{ link('threads', $thread) }}" class="u-concealed"><xf:date time="{$thread.post_date}" /></a>
        </li>
	Yukarıdaki kodun altına aşağıdakini ekleyin
		Kod:
	
	 <li>
            <i class="fa fa-eye" aria-hidden="true" title="Görüntüleme"></i>
            <span>{{ $thread.discussion_type == 'redirect' ? '–' : ($thread.view_count > $thread.reply_count ? $thread.view_count|number : number($thread.reply_count+1)) }}</span>
        </li>
	Sonuç