Quote:
Originally Posted by NR Fatal
u said you found
PHP Code:
$vbphrase[posts]: $post[posts]
you have to add it AFTER the </div> tag
like this
PHP Code:
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post[sr_away_status] != 'none'">
<if condition="$vboptions[sr_away_onoff]">
<div>
$vbphrase[sr_away_status]: <a href="#" title="$post[sr_away_message]">$post[sr_away_status]</a>
</if>
</if>
</div>
|
OK this is wat my code looks like as i have a few other postbit add ons too...
$vbphrase[posts]: $post[posts]
Code:
<if condition="$post[field5] != ''"><div>
Country: <img src="images/flags/$post[fieldX].gif" title="$post[fieldX]" align="center">
</div></if>
| <if condition="$bbuserinfo['usergroupid'] == '6'"><a href="ushop.php?do=a&aid=9&username=$post[username]" target="_blank">$vbphrase[ucs_points]</a><else />$vbphrase[ucs_points]</if>: $post[points] (<a href="ushop.php?do=a&aid=1&username=$post[username]" target="_blank">Donate</a>)
</div>
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
Now then ive tried adding the
Code:
<if condition="$vboptions[sr_away_onoff]">
<div>
$vbphrase[sr_away_status]: <a href="#" title="$post[sr_away_message]">$post[sr_away_status]</a>
</div>
</if>
in a few places in there but nothing....