Quote:
Originally Posted by calorie
Are you editing the postbit template? How about something like this at the end of the postbit template instead?
Code:
<if condition="$post[postcount] == 1">
<div style="padding-top:5px">
text here
</div>
</if>
|
Thank you for that! I ended up using
<if condition="$forum['forumid'] == 24 AND $post[postcount] == 1">
and it worked great!
Appreciate both of your help on teaching me something new!