The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Multiple Ifs Problem
I'm editing my postbit for two conditionals and it seems to get wacky for some reason.
Code:
<if condition="($post['signature']) && (is_member_of($post, 6))"> <td class="alt2" width="175" rowspan="2"> <else /><if condition="$post['signature']"> <td class="alt2" width="175" rowspan="2"> <else /> <td class="alt2" width="175" rowspan="0"> </if> People with sigs and admin access use bgavatar class & rowspan=2 People with sigs and no admin access use alt1 class & rowspan=2 People with no sig and no admin access use class alt1 & rowspan=0 bgavatar css: Code:
.bgavatar {background-image: url(http://www.ageofdarkstone.com/forum/images/misc/staffbg.jpg); background-repeat:no-repeat; width: 175px; } It's trying to work, but for some reason it malforms my (the admins) postbit. Example: Any help or insight would be greatly appreciated. sidenote: I know the bgavatar css does not yet have the code for font color and such as the alt1 does, but it should still show the avatar, name (in black), etc.. |
#2
|
|||
|
|||
Just looking at your conditional your missing a closing <if> tag.
Code:
<if condition="($post['signature']) && (is_member_of($post, 6))"> <td class="alt2" width="175" rowspan="2"> <else /> <if condition="$post['signature']"> <td class="alt2" width="175" rowspan="2"> <else /> <td class="alt2" width="175" rowspan="0"> </if> </if> |
#3
|
|||
|
|||
omg... I actually did that earlier and realized it and added the closing if in, but in my continuing work I re-pasted the code back in that was missing the closing if.
Der. thx a ton for pointing that out |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|