Quote:
Originally Posted by htscpl
OK, xxxmates.php is in the modcp/ directory. See the attached screen shot to see the improper URL (down at bottom of pic last <li> entry) that is coded into the template: xxxmates_sidebar_profile
So should I manually edit the template to xxxmates.php ?
|
No. Actually you must remove from the template:
Code:
<vb:if condition="$vbulletin->userinfo['permissions']['xxxmates'] & $vbulletin->bf_ugp['xxxmates']['moderate']">
<li class="popupmenu {vb:raw navclass.mcmoderator}">
<a href="javascript://" class="popupctrl">{vb:var vbphrase.xxxmates_moderator_options}</a>
<ul class="popupbody popuphover">
<li><a href="xxxmates_modcp.php?{vb:raw session.sessionurl}do=approve">{vb:var vbphrase.xxxmates_approve_profiles}</a></li>
</ul>
</li>
</vb:if>
To access Moderator's option you must click on "Mod" on the page's bottom-right menu. (Contact Us, Homepage etc).