PDA

View Full Version : Code for if it's not the first post of thread


chris1979
04-11-2010, 01:16 PM
What code can I use to include something in the postbit template but only in the first post of a thread... anyone know?

I know someone will say "use the search function" but I did and couldn't find this... :)

Charlie98902
04-11-2010, 02:26 PM
This?

https://vborg.vbsupport.ru/showthread.php?t=234331&highlight=thread+starter

Lynne
04-11-2010, 02:52 PM
Just use the postcount. Something like:
<vb:if condition="$post['postcount'] == 1">stuff for postid 1 </vb:if>

chris1979
04-11-2010, 04:10 PM
Thanks!! :)