The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
[HUH?] if not first post display within first post
Im lost, cant get this one down.
So Im trying to do a tab thingy, and show posts that are not the first post in a tab. Code:
<if condition="$post[postcount] != 1"> so how can I get this to un contradict itself =/ heres what i have POSTBIT Code:
<if condition="$post[postcount] == 1"> POSTBIT TEMPLATE WOULD GO HERE? <div id="content1"> <if condition="$post[postcount] != 1"> PUT POSTS NOT POST 1 IN DIV - POSTBIT TEMPLATE WOULD GO HERE AGAIN BUT CONTRADICTS ITSELF </if> </div> <div id="content2"> more stuff to only show if post one </div> </if> Code:
<div id="posts">$postbits <if condition="$FIRSTPOSTID"> this has to be possible somehow =/ maybe im over thinking it |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|