DrussRob
10-21-2007, 03:12 PM
I'm editing my postbit for two conditionals and it seems to get wacky for some reason.
<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:
.bgavatar {background-image: url(http://www.ageofdarkstone.com/forum/images/misc/staffbg.jpg);
background-repeat:no-repeat;
width: 175px;
}
at the time of the following screenshot the bg-image was blank 175x350px.
It's trying to work, but for some reason it malforms my (the admins) postbit.
Example:
http://img128.imageshack.us/img128/5452/poojw2.jpg (http://img128.imageshack.us/img128/5452/poojw2.jpg)
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..
<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:
.bgavatar {background-image: url(http://www.ageofdarkstone.com/forum/images/misc/staffbg.jpg);
background-repeat:no-repeat;
width: 175px;
}
at the time of the following screenshot the bg-image was blank 175x350px.
It's trying to work, but for some reason it malforms my (the admins) postbit.
Example:
http://img128.imageshack.us/img128/5452/poojw2.jpg (http://img128.imageshack.us/img128/5452/poojw2.jpg)
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..