The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
OK, I want to change the look of the first post in new threads in a specific forum. I presume that I can just use two <if> conditionals. What are the two I need? (One to specify that it needs to be the first post and one that needs to specify that it can only be in a certain forum)
|
#2
|
||||
|
||||
![]()
Read your other thread - I answered. You only need one conditional.
<if condition="$post['postid']==$thread['firstpostid'] AND $forum['forumid']=='x'"> Do this postbit style <else /> normal postbit </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|