Quote:
Originally Posted by dancue
http://www.hiphopeulogy.com
Look at the admin menu on the top nav. Scroll down to the bottom, you'll see the various links that do not work. Obviously admincp will, it's the others I'm worried about.
This is the code I used for that menu:
Code:
<div class="vbmenu_popup" id="adminaccess_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" align="$stylevar[left]">Site Related</td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="XX/index.php" rel="nofollow" target="_blank">AdminCP</a></td></tr>
<tr>
<td class="thead">Server Related</td>
</tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="XX" rel="nofollow" target="_blank">CPanel</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="XX" rel="nofollow" target="_blank">File Manager</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="XX" rel="nofollow" target="_blank">phpmyadmin</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="XX" rel="nofollow" target="_blank">WebMail</a></td></tr>
<tr>
<td class="thead">Miscellaneous</td>
</tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="http://www.vbulletin.com" rel="nofollow" target="_blank">vBulletin.com</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="http://www.vbulletin.org" rel="nofollow" target="_blank">vBulletin.org</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="http://www.allwheelcoding.com" rel="nofollow" target="_blank">AllWheelCoding.com</a></td></tr>
</table>
</div>
|
I have looked and can't see anything wrong with your code off the top of my head. And I see no "Admin Access" menu. Could you post a screenshot?