The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
quick links
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 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&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr> .... |
#2
|
|||
|
|||
anyone please
|
#3
|
|||
|
|||
did you try putting the entire URL?
|
#4
|
|||
|
|||
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! |
#5
|
|||
|
|||
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. |
#6
|
|||
|
|||
I am using the AriaSkin
im adding the line in navbar I searched in Header but I couldn't find where to add it!! :\ |
#7
|
|||
|
|||
Yeah sorry dont know what I was thinking lol
I just added that same code to my navbar and I change it to Code:
<tr><td class="vbmenu_option"><a href="http://www.yoursite.com/gallery"><b>Gallery</b></a></td></tr> why it wouldnt work for you I dont know. Im using a different skin also. |
#8
|
|||
|
|||
it worked now
I added the link to the header template |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|