The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change look of first post in thread
I want to change how the first post in every thread looks. Is this possible?
|
#2
|
||||
|
||||
Yes, but it's not easy. Do you want it to display on all pages?
Wait a second - yes it is (eureka moment) Open your postbit template in and insert this at the very beginning HTML Code:
<if condition="$post['id']==$thread['firstpostid']"> Code for the appearance of the first post <else /> |
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
Quote:
It didn't work. Help! - Noah |
#5
|
||||
|
||||
HTML Code:
<if condition="$post['id']==$thread['firstpostid']
AND $foruminfo['forumid']=='X'">
|
#6
|
||||
|
||||
Quote:
HTML Code:
<if condition="$post[postid] == $thread[firstpostid]">
HTML Code:
<if condition="$post[postid] == $thread[firstpostid]
AND $forum['forumid']=='X'">
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|