View Full Version : "Thread Starter" identifier
mavherzog
03-04-2008, 03:03 PM
I know this mod exists somewhere as I see it on a lot of vB sites...but my searches have yielded no results. Basically, within a thread, have the thread starter be identified with "Thread Starter" listed above or below their rank in the postbit.
mavherzog
03-12-2008, 09:11 PM
Someone please throw me a bone!! ;)
Boofo
03-12-2008, 09:21 PM
You can do this with a simple template conditional. ;)
Find:
$post[musername]
</if>
undeneath it add:
<if condition="$thread['postuserid'] == $post['userid'] && $thread['firstpostid'] != $post['postid']">Thread Starter</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.