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>
and also
Code:
<if condition="in_array(THIS_SCRIPT, array(showthread)) AND $GLOBALS[threadinfo][replycount] >= 1">
ggg
<else />
ALL POSTBIT REPLY CONTENT
</if>
But neither worked. (probably wrong) - one of them replaced each reply with ggg and the other did nothing.
--------------- 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
??