The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
How would this be written? And would it be on the postbit_legacy template or the showthread template?
I tried: Code:
<if condition="in_array(THIS_SCRIPT, array(showthread)) AND $GLOBALS[threadinfo][replycount] >= 1"> ALL POSTBIT REPLY CONTENT <else /> ggg </if> Code:
<if condition="in_array(THIS_SCRIPT, array(showthread)) AND $GLOBALS[threadinfo][replycount] >= 1"> ggg <else /> ALL POSTBIT REPLY CONTENT </if> --------------- Added [DATE]1257440976[/DATE] at [TIME]1257440976[/TIME] --------------- Maybe, if anyone knows how to make an if statement that says: IF a certain threads reply count is less than 1 Show custom code ELSE show replies ?? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|