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="http://www.hiphopeulogy.com/forum/admincp/index.php" rel="nofollow" target="_blank">AdminCP</a></td></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>