The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick Links ?
The dropdown for my User CP and Quck links arent working, WHen I click Quick LInks instead of a dropdown the links get added to the navbar...
Any Idea's on the coding why this is happening? Thanks, |
#2
|
||||
|
||||
You need to provide us with a test account since you can't see those links in the navbar without logging in.
|
#3
|
|||
|
|||
Sorry Lynne, I forgot,
EDIT Thanks |
#4
|
||||
|
||||
Somewhere along this line, you took out this line of code:
Code:
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=368"></script> Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=368"></script></if> |
#5
|
|||
|
|||
Thanks for the reply but I'm a bit confussed, I never edited or removed anything..
Also I've just tried the code from another header template and it was the same, Javascript never worked... Here's the code from my header... EDIT...Removed as not needed |
#6
|
||||
|
||||
That is not a default header template, but that isn't where to look for it anyway. Look in headinclude for this at the bottom:
HTML Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script> <if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js?v=$vboptions[simpleversion]"></script></if> <if condition="$vboptions['externalrss']"> <link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" /> <if condition="$show['foruminfo'] OR $show['threadinfo']"> <link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$foruminfo[forumid]" /> </if> </if> |
#7
|
|||
|
|||
Popup Menus is set to yes..
I've checked the other file and I can't see it, This is the script thats at the bottom of it.. PHP Code:
|
#8
|
||||
|
||||
Since you are missing the part that is in the default template, perhaps you should try adding it in and see if it fixes things.
|
#9
|
|||
|
|||
All working, Down to one line of code.
Thank you greatly, Much Apperciated, |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|