The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Code for if it's not the first post of thread
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... |
#2
|
|||
|
|||
|
#3
|
||||
|
||||
Just use the postcount. Something like:
HTML Code:
<vb:if condition="$post['postcount'] == 1">stuff for postid 1 </vb:if> |
#4
|
|||
|
|||
Thanks!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|