Quote:
Originally Posted by BirdOPrey5
you need to use $post[field12] not $bbuserinfo[field12].
|
PHP Code:
<if condition="$post[field12]">
<style type="text/css">
.postbit {
background: #212224 url(images/postbit/$bbuserinfo[field12].png);
background-repeat: repeat-y;
width:200;
border-left: solid 0px;
border-right: solid 0px;
}
</style>
<td class="postbit" width="175" style="border: $stylevar[cellspacing]px solid $stylevar [tborder_bgcolor]; border-top: 0px; border-bottom: 0px id="td_post_$post[postid]"></if>
<if condition="empty($bbuserinfo['field12'])">
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"></if>
Edit/Delete Message
Not working with <if condition="$post[field12]">