Quote:
Originally Posted by Zowners
so uhh, what about my question?
I know where to put it, but I don't know what code to put in there.
|
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?