The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
how can i remove the post title?
i only want to show title on the #1 post. thanks in advance.
|
|
#2
|
||||
|
||||
|
Go to your postbit template and find this block of code and remove it
Quote:
Regards. Val. |
|
#3
|
|||
|
|||
|
but it also remove the post title on #1 post,
any suggestion? |
|
#4
|
||||
|
||||
|
Quote:
Code:
<if condition="$post['postid']==$thread['firstpostid']> .... leave post title info in here </if> |
![]() |
|
|