XF 1.1 User Upgrades - URGENT

tekgirl

Active member
According to the help file, my users should:

Members can purchase User Upgrades from the Account Upgrades page which is accessed via the link in the sidebar on their account page, or from the dropdown menu under their user name on the navigation bar.

I am seeing no link on the sidebar and no dropdown menu under their names...can someone pleasse help? I need ot get this done.

Thanks
 
Hi Chris,

No worries...yes, I have created the user upgrade...

If I type in the url you provided, the page does appear. So the question is...how do i get this page to appear for each user? I thought it would automatically show up for each user...

Thanks for the quick reply ;)
 
It should do. It should show up in the visitor dropdown menu:
qEPBPt7.png


If it's definitely not there then chances are it's probably a style issue

This line should appear in the navigation_visitor_tab template:

Code:
<xen:if is="{$xenCache.userUpgradeCount}"><li><a href="{xen:link account/upgrades}">{xen:phrase account_upgrades}</a></li></xen:if>
 
Top Bottom