Hi Darkwaltz4,
I am hoping for your help with getting VBCredits to appear within profiles for 3.7

I have made sure I have implemented the following...
Quote:
================================
Template: memberinfo_block_statistics
================================
FIND:
--------------------------------
<if condition="$vboptions['usereferrer']"><li><span class="shade">$vbphrase[referrals]:</span> $prepared[referrals]</li></if>
--------------------------------
ADD BELOW:
--------------------------------
<if condition="$show['credits_profile']"><li><span class="shade">$vbphrase[credits]:</span> $userinfo[credits] <if condition="$show['credits_donate']">[<a href="credits.php?$session[sessionurl]do=manage&u=$userinfo[userid]#donate">$vbphrase[donate]</a>]</if> <if condition="$show['credits_award']">[<a href="credits.php?$session[sessionurl]do=award&u=$userinfo[userid]">$vbphrase[award]</a>]</if> <if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&u=$userinfo[userid]">$vbphrase[check]</a>]</if></li></if>
|
Yet the field is still not appearing in profiles under "Statistics" area - let alone anywhere else?
Thanks in advance