Quote:
Originally Posted by lowandloudinc
in your
Navbar:
Find:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
=============================
ADD BELOW
=============================
$vbphrase[posts]: $post[posts]<br />
<a href="estore.php?do=donate&userid=$post[userid]">$vbphrase[ebux_points]</a>: $post[points]<br />
$vbphrase[ebux_bank]: $post[bank]<br />
$vbphrase[ebux_total_points]: $post[totalpoints]<br />
for some reason its not picking up the phrases. can a coder please help out with this issue?
|
For some reason, when I install it, it's not picking up the point values. II've gotten around the phrases). Anyone have any idea why this won't work in the navbar?
In fact, I'm not getting this to show in my postbits either:
Quote:
$vbphrase[ebux_bank]: $post[bank]<br />
$vbphrase[ebux_total_points]: $post[totalpoints]
|
Any suggestions???