vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   DropDown Menus not working. (https://vborg.vbsupport.ru/showthread.php?t=99761)

FightRice.com 10-31-2005 01:26 PM

DropDown Menus not working.
 
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

Quote:

Originally Posted by FightRice.com
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

Quote:

Originally Posted by Politika
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/t..._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

Quote:

Originally Posted by raynexeo
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 ] -->


All times are GMT. The time now is 01:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01024 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete