The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
In the official vbulletin forums floris posts message http://www.vbulletin.com/forum/showthread.php?t=82876 here but the link is a broken link to this site and the member amykhar's does not exist
|
|
#2
|
|||
|
|||
|
Code:
Style: <if condition="$post[styleid] == '1'"><a href="showthread.php?t=$post[threadid]&styleid=$post[styleid]">Style One</a></if> <if condition="$post[styleid] == '2'"><a href="showthread.php?t=$post[threadid]&styleid=$post[styleid]">Style Two</a></if> <if condition="$post[styleid] == '3'"><a href="showthread.php?t=$post[threadid]&styleid=$post[styleid]">Style Three</a></if> |
|
#3
|
||||
|
||||
|
Where would I place this? Which bit in the template?
|
|
#4
|
||||
|
||||
|
Open up either one of the postbit templates and place it underneath the code that shows their postcount
|
|
#5
|
||||
|
||||
|
thanks
|
|
#6
|
||||
|
||||
|
Wrong forum to ask questions in, moving to Modification Requests.
|
|
#7
|
||||
|
||||
|
im a little confused how do i use this?
|
|
#8
|
||||
|
||||
|
Put the code posted above under the code in the postbit you use (postbit or postbit_legacy) under the code specified for the amount of posts.
If you have no idea what I'm on about, I can type up some instructions for you. |
|
#9
|
||||
|
||||
|
i put it in ther but it just says styel and it dont say wich one only a few show up ?
|
![]() |
|
|