PDA

View Full Version : DropDown Menus not working.


FightRice.com
10-31-2005, 01:26 PM
Ive modifed my board header and thats all.

On my forumsdisplay and showthread none of my drop down menu's seem to be working.

When i click a username from the show thread,or the quicklinks and search they wont work.

But from my forumhome they work just fine :-/

Politika
11-03-2005, 09:39 AM
Ive modifed my board header and thats all.

On my forumsdisplay and showthread none of my drop down menu's seem to be working.

When i click a username from the show thread,or the quicklinks and search they wont work.

But from my forumhome they work just fine :-/

Same problem here and can't seem to find it cause in the original template i have the same problem.

one.eg6
02-05-2006, 01:48 AM
Same problem here and can't seem to find it cause in the original template i have the same problem.

Same with me, and I've made a few a couple of threads regarding it. Problem is, when I try to bump it up it goes nowhere cause of the auto merge. :/

On some pages the drop downs work fine, but others I get nothing at all. I see the link in the lower left when I roll over it, but it won't open/drop down.

Marco van Herwaarden
02-05-2006, 07:05 AM
If you can confirm that you also have the same problem using an unmidified default style and with all plugins disabled, you can ask for support at vb.com with this.

Princeton
02-05-2006, 01:04 PM
take a look here...
http://www.vbulletin.com/docs/html/templates_vbmenu_multicontrols
if you still can't fix it I suggest hiring someone who knows XHMTL/JAVASCRIPT

raynexeo
02-05-2006, 07:40 PM
Did all of you edit the footer? Because if this code is removed they will not work:

<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->

</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>

FightRice.com
02-05-2006, 10:05 PM
I dont see how the Javascript time would stop Drop down menus from working, however the later part of the code could be a problem for some.

BUT, what could it be if the board footer was unedited?

btw: I've fixed my problem by simply recoding the header :dunno: what exactly the problem was

one.eg6
02-07-2006, 06:10 AM
Did all of you edit the footer? Because if this code is removed they will not work:

<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->

</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>


That's still there, and the only thing edited in the footer is the vbpager code after that:

<!-- [START HACK='vB Pager' VERSION='3.0.1' CHANGEID= 5 ] -->
<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">$pagermessage</if>
<!-- [END HACK='vB Pager' VERSION='3.0.1' CHANGEID= 5 ] -->