Log in

View Full Version : quick links


Snitz
05-18-2005, 03:59 PM
I added a new line to add a new link in the quick link drop down menu
but the link is not showing

here's the code
<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">

<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="gallery/index.php"><b>Gallery</b></a></td></tr>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
....


I must have done something wrong!

Snitz
05-20-2005, 03:42 PM
anyone please :(

KevinL
05-20-2005, 05:05 PM
did you try putting the entire URL?

Snitz
05-20-2005, 05:25 PM
no I haven't
but the thing is, the whole thing is not showing
the text and the url are not showing... it's like I haven't added anything!

KevinL
05-20-2005, 05:31 PM
Are you using the original skin or a different one?

You might have to add it to the header template instead of the navbar one.

Snitz
05-20-2005, 05:49 PM
I am using the AriaSkin
im adding the line in navbar
I searched in Header but I couldn't find where to add it!! :\

KevinL
05-20-2005, 06:04 PM
Yeah sorry dont know what I was thinking lol

I just added that same code to my navbar and I change it to

<tr><td class="vbmenu_option"><a href="http://www.yoursite.com/gallery"><b>Gallery</b></a></td></tr>

And it worked fine and showed up.

why it wouldnt work for you I dont know. Im using a different skin also.

Snitz
05-20-2005, 06:13 PM
it worked now
I added the link to the header template :)