The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
"Thread Starter" identifier
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.
|
#2
|
||||
|
||||
Someone please throw me a bone!!
|
#3
|
||||
|
||||
You can do this with a simple template conditional.
Find: HTML Code:
$post[musername]
</if>
HTML Code:
<if condition="$thread['postuserid'] == $post['userid'] && $thread['firstpostid'] != $post['postid']">Thread Starter</if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|