Hi, I am new to vBulletin so please forgive my ignorance. I have vBulletin 3.6.9 and I just downloaded and installed vbcretits per steps 1-7. I did not make changes to the templates in the install instructions shown toward the bottom because I was not sure if I need to do that. These are the codes i am talking about.
Quote:
================================
Template: navbar
================================
FIND:
--------------------------------
<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
--------------------------------
ADD BELOW:
--------------------------------
<if condition="$show['navbar_credits']">
<br />$vbphrase[credits]</a>: <strong><span id="navbar_credits">$GLOBALS[navbar_credits]</span></strong> [<a href="credits.php?$session[sessionurl]do=banking">$vbphrase[check]</a>]<if condition="$show['credits_purchase']"> [<a href="credits.php?$session[sessionurl]do=manage#purchase">$vbphrase[purchase]</a>]</if>
</if>
And So On.........................
|
After step 7, I see that vbcretics is shown in my Admin Control Panel.
However, I don't see the credits showing up in the forum under the members.
Can someone please tell me what is wrong.
Thank you.