Quote:
Originally Posted by Zachery
<if condition="$post[postcount] == 1">
Differnt postbit style for the first post here
<else />
All other posts
</if>
|
Cool, thanks!
And if I wanted to add a conditional of it being first post and in a specified group of forums, how would that be coded? I've managed to get it showing in one forum, but I need it showing in multiple.
Also, I added the above code to postbit and it didn't work, so I added it to postbit_legacy and it did. Can someone explain the difference between the postbit and postbit_legacy templates, please?