Log in

View Full Version : Help! i've Problem in DropDown Menu's!


Jack28
07-13-2004, 01:10 PM
Help! i've Problem in DropDown Menu's!

Search Quick Links
in forumhome they should bring me a menu with option when i klik the arrow but the arrows are not links anymore! and "Search" links to Search.php and Quick Links links to an index.php?#usercptools but it doesn't work

Help..!
how can i fix it... where should i look @? :ermm:

i have the follow hacks installed:

[vB 3.0.0] Who Was Online Today on forums
[vB 3.0.0] How many threads and posts since your last visit!
[vB 3.0.0] Refer Friend
[vB 3.0.0] v3 Arcade - Games Arcade & Challenge System [vB 3.0.1]
---------] v3Arcade, Scrolling high scores.
[vB 3.0.0] vbPopup for vB3
[vB 3.0.0] Top 'X' Stats
[vB 3.0.0] BVShoutbox FULLL

and i am using the lastest version of vB that is: vB 3.0.1

Please help! :'(

Grtz, JaCky

The Realist
07-13-2004, 01:52 PM
Verify that you have the following code in your footer template and also check your headerinclude template to see if the below code is in there.


HEADERINCLUDE CODE

<if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js"></script></if>



FOOTER CODE

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
// Initialize 'Active' Table Cells
//activecells_init();
//-->
</script>



Help! i've Problem in DropDown Menu's!

Search Quick Links
in forumhome they should bring me a menu with option when i klik the arrow but the arrows are not links anymore! and "Search" links to Search.php and Quick Links links to an index.php?#usercptools but it doesn't work

Help..!
how can i fix it... where should i look @? :ermm:

i have the follow hacks installed:

[vB 3.0.0] Who Was Online Today on forums
[vB 3.0.0] How many threads and posts since your last visit!
[vB 3.0.0] Refer Friend
[vB 3.0.0] v3 Arcade - Games Arcade & Challenge System [vB 3.0.1]
---------] v3Arcade, Scrolling high scores.
[vB 3.0.0] vbPopup for vB3
[vB 3.0.0] Top 'X' Stats
[vB 3.0.0] BVShoutbox FULLL

and i am using the lastest version of vB that is: vB 3.0.1

Please help! :'(

Grtz, JaCky

Jack28
07-13-2004, 02:41 PM
THNX ALOT IT WORKED! :D
THE PROBLEM WAS @

FOOTER CODE:

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
// Initialize 'Active' Table Cells
//activecells_init();
//-->


SHOULD BE:

FOOTER CODE:

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
// Initialize 'Active' Table Cells
//activecells_init();
//-->
</script>


THNX AGAIN :D You're my Hero :D

The Realist
07-13-2004, 03:31 PM
God, your the first to call me an hero LOL :)

But glad to be of help. Thats the same prob I had about 2 weeks ago thats how I knew about it.

Laters