PDA

View Full Version : Showthread, unique first post?


ChrisSy
11-07-2006, 02:53 PM
I seem to recall a hack or code for this for vb2, just wondering if anyone can help me out here.

I'd like a way for the first post of each new thread to display a diiferent postbit than the replies.

For example a review postbit template for the first post - then all replies are slimmed down comment boxes.

Doesnt have to be forum specific, cos i will just use an additional style for the specific forum.

Any help would be great!

ForumDog
11-07-2006, 05:11 PM
<if condition="$post[postcount] == 1>
Your custom postbit template code
<else />
Standard postbit template
</if>

Do that to your postbit template.