2010-03-24, 08:43 PM
(2010-03-23, 11:10 PM)Yumi Wrote: Maybe try something like this in the postbit template:
<?php static $first_done = false; if(!$first_done) { $first_done = true; echo 'Stuff in first post'; } ?>
This code put 'Stuff in first post' in all posts....
(2010-03-24, 08:56 AM)Yumi Wrote: <if $GLOBALS['forum']['fid'] == 1 then>
blah
</if>
It doesn't work