Ok I did all of the php edits but I need some help with the postbit. I m using 3.0.8. I dont know where to put the following in the postbit template?
PHP Code:
<if condition="$post['postcount'] == 1 AND $forum['showfirstpost'] == 1" >
// Modified first post goes here
<else />
// Normal postbit goes here
</if>
I am also getting an error on the conditional statement when I try to save the template with the above code
Please Help...