Quote:
Originally Posted by Michael Morris
Yes, but it's not easy. Do you want it to display on all pages?
Wait a second - yes it is (eureka moment)
Open your postbit template in and insert this at the very beginning
HTML Code:
<if condition="$post['id']==$thread['firstpostid']">
Code for the appearance of the first post
<else />
Now go to the very end of the postbit and insert a closing </if> marker.
|
Thanks.

What if I want to make it specific to a certain forum?