XF 1.4 Mark posts made by the thread starter in threads.

Pieman

Member
Hi,

Currently I have an addon on my VB forum that does this, which my members find useful for picking out any updates from the original poster.

I have tried Thread Starter but it doesn't install for me in 1.48 (hasn't been updated since 2012.

Any ideas?

thanks
 
You can use this conditional statement: <xen:if is="{$post.user_id} == {$thread.user_id}">

You would need to combine that with template edits and CSS to achieve the result you want.
 
Top Bottom