The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
My guess (Similar to the first post on all pages mod) is that you add an extra column to the thread table and store who created the thread inside it.
Edit - Silly me...thread starter is stored in the thread table...not sure if it can normally be accessed though, maybe globalize it and then use a conditional? Access the variable inside the postbit with a conditional. Edit again.. Solution! Find in postbit HTML Code:
<!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> HTML Code:
<if condition="$post['signature'] OR $thread[postuserid] == $post[userid]"> <!-- sig --> <div> __________________<br /> <if condition="$thread[postuserid] == $post[userid]"> testing.. </if> $post[signature] </div> <!-- / sig --> </if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|