The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
In the postbit template, which conditional can I use to find the first post of a thread? Not the first post on each page of that thread, but just the first post.
|
|
#2
|
||||
|
||||
|
Code:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"> CONTENT </vb:if> |
|
#3
|
|||
|
|||
|
Thanks
|
![]() |
|
|