XF 1.2 Show 'views' in members postings

tommydamic68

Well-known member
I am trying to ad 'views' code, i just cant get it right - any help would be appreciated. i am trying to ad it to this template -
search_result_thread as well as search_result_post

Code:
{xen:phrase x_replies, 'count={xen:number $thread.reply_count}'},{xen:phrase views, 'count={xen:number view_count}'},
 
Here is the code I use to display how many times a thread was viewed (in the search_result_thread template):
Code:
{xen:phrase views} {$thread.view_count},
Скриншот 2013-10-13 21.05.23.webp
 
Last edited:
Top Bottom