The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Please help!
Here's what I'm trying to do in the threadbit template:
Code:
<if condition="SOME CODE TO GENERATE A RANDOM CHANCE 1:50"> <if condition="$show['gotonewpost']"> <strong><a href="SPONSOR URL" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong> <else /> <a href="SPONSOR URL" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a> </if> <else /> <if condition="$show['gotonewpost']"> <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong> <else /> <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a> </if> </if> Pleeease help. Thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|