PDA

View Full Version : Hellllllllp!


MischiefThought
02-16-2004, 07:47 PM
Hello,

I made a new design on my board. And when i did this, i made search and quick link buttons so i could put the drop down boxes for each of them on.

But, when i try to.. It doesn't work! The drop down boxes won't work, someone please explain to my how to do this.

Note:
I did already try about 320942432 times
I did copy the coding exactly as it was from the navbar template, it still doesnt work.
I tried including the menu.js file, still no luck.

MischiefThought
02-16-2004, 07:49 PM
Here is the code i use to try and get it working (currently)

Okay, here are the codes i am using currently, for usercp, and search **Both of thoughs use the drop down box**

<if condition="$bbuserinfo['userid']">
<td>
<a href="#usercptools">
<img onmouseover="changeImages('nav_quicklinks', 'image8off')" onmouseout="changeImages('nav_quicklinks', 'image8on')" name="nav_quicklinks" border="0" src="images/nav_quicklinks.gif" width="111" height="48"></a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>

<td class="vbmenu_option">
<a href="search.php?$session[sessionurl]do=getnew">
<img onmouseover="changeImages('nav_newposts', 'image6off')" onmouseout="changeImages('nav_newposts', 'image6on')" name="nav_newposts" border="0" src="images/nav_newposts.gif" width="98" height="48"></a></td>

MischiefThought
02-16-2004, 08:39 PM
Anyone?

MischiefThought
02-19-2004, 06:38 AM
Interesting.. Thanks for the help.

Zachery
02-19-2004, 12:18 PM
look at the code in the navbar template that links to serach and quick links ;)

Logikos
02-19-2004, 02:12 PM
edit: Nevermind please delte....

MischiefThought
02-19-2004, 02:34 PM
look at the code in the navbar template that links to serach and quick links ;)

Please, Do not reply to my threads. It almost seem's as if you do it just to get that 1 extra post under your belt. And you never make any sense. The code in the navbar template doesnt link to the quick link anymore, because i have it in my HEADER.

elefekt
02-19-2004, 04:14 PM
Do you have the default style unedited? I think Faranth means to look at the undedited code and to put it in your header.

MischiefThought
02-19-2004, 07:44 PM
I got it working. Thanks for all the help.