View Full Version : Help with Menu Link
dancue
05-11-2008, 12:27 PM
Hello. I have added a link to one of my menu's in the navbar that does not work.
It is a link to vbulletin.org under an admin menu. Is there any reason why url's to other websites not within your own will not work?
Any way around this?
Guest190829
05-11-2008, 12:36 PM
What do you mean by not working? Where the link pointing too? What is the code you are using to add it to the template?
dancue
05-11-2008, 12:46 PM
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:
<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><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>
King Kovifor
05-11-2008, 12:49 PM
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:
<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?
dancue
05-11-2008, 12:52 PM
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?
That's because I'm an idiot. It's only visible to admins...lol
I'll pm you access...
--------------- Added 1210518313 at 1210518313 ---------------
I just noticed that if I right click on one of the links and click open in new window/tab it will open my index page with a # at the end. (forum/index.php#)
dancue
05-13-2008, 02:29 AM
anyone?
dancue
05-17-2008, 02:21 AM
hello? anyone?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.