Blast
Active member
i want to add the thread watchers to this tempalte:
I want to add this code:
<xen:include template="thread_view_watchers" />
After this:
'date=<a href="{xen:link threads, $thread}">{xen:datetime $thread.post_date, html}</a>'
Looking at the template, I only want to add this:
Code:
<xen:description>
{xen:phrase discussion_in_x_started_by_y_date_z,
'forum=<a href="{xen:link forums, $forum}">{$forum.title}</a>',
'name={xen:helper username, $thread}',
'date=<a href="{xen:link threads, $thread}">{xen:datetime $thread.post_date, html}</a>'}
</xen:description>
I want to add this code:
<xen:include template="thread_view_watchers" />
After this:
'date=<a href="{xen:link threads, $thread}">{xen:datetime $thread.post_date, html}</a>'
Looking at the template, I only want to add this:
Code:
'count={xen:number $watchers}', 'link={xen:link threads/watchers, $thread}'