Quote:
Originally Posted by Sleepyk
i know its little edit, but how i add money into peoples postbit?
|
In both the users profile and in the postbit are the ucash's amount they have IF you installed the template mods correctly.
Code:
Replace THIS in the postbit templates
$vbphrase[posts]: $post[posts]
with
$vbphrase[posts]: $post[posts] | <if condition="$bbuserinfo['usergroupid'] == '6'"><a href="ushop.php?do=a&shortname=admindonate&userid=$post[userid]" target="_blank">$vbphrase[ucs_points]</a><else />$vbphrase[ucs_points]</if>: $points (<a href="ushop.php?do=a&shortname=donate&userid=$post[userid]" target="_blank">Donate</a>)