The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Thread drop-down menu problems?
Hey all,
Does anyone have any problem with their thread drop-down menus ( Thread Tools, Search this Thread, etc. ) not appearing when you click on them? When the thread is new, the javascript works for some reason, but after maybe a day or so, it just stops working, so I can't move threads, or even search in them as I when i click on them it doesn't work? Why is this? |
#2
|
||||
|
||||
can anybody help with this??
|
#3
|
|||
|
|||
First make sure the page is fully loaded before you try accessing the menu's.
If that doesn't solve it, you will need to provide a link to a thread showing this problem, so we can see the page source. If needed provide a test login. |
#4
|
||||
|
||||
Quote:
http://www.myetalk.com/forums/showthread.php?t=4090 Note: When I click on the little A (on the quick reply) on these threads it doesn't work too... |
#5
|
||||
|
||||
do you have any custom rules in your css for this style?
|
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
I also don't see so fast what is wrong, but the page source does look a bit messy to me.
A reason that it works on some pages and not on others, could be that some has a problematic signature, or an advertisement breaking the page. You could start by disabling view signatures in your UserCP options, and see if that solves it. Then you can work from there. Otherwise you could best take a working and a non-working page, and compair their sources. There must be some tag not properly closed or something like that. |
#8
|
||||
|
||||
Quote:
This is what I found, where I think the error is with zsCompare: This is the working code: Code:
</script> <script src="http://ad.displayadsmedia.com/getad.js"></script> </div> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px"> <tr valign="bottom"> <td class="smallfont"><a href="newthread.php?do=newthread&f=8" rel="nofollow"><img src="images/buttons/newthread.gif" alt="Post New Thread" border="0" /></a> <a href="newreply.php?do=newreply&noquote=1&p=58610"> <img src="images/buttons/reply.gif" alt="Reply" border="0" /></a></td> </tr> </table> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" style="border-bottom-width:0px"> <tr> <td class="tcat" width="100%"> <div class="smallfont"> <a href="#post58610"><img class="inlineimg" src="images/buttons/firstnew.gif" alt="View First Unread" border="0" /></a> <a href="#post58610"><strong>View First Unread</strong></a> </div> </td> <td class="vbmenu_control" id="threadtools" nowrap="nowrap"> <a href="/forums/showthread.php?p=58610&nojs=1#goto_threadtools">Thread Tools</a> <script type="text/javascript"> vbmenu_register("threadtools"); </script> </td> <td class="vbmenu_control" id="threadsearch" nowrap="nowrap"> <a href="/forums/showthread.php?p=58610&nojs=1#goto_threadsearch">Search this Thread</a> <script type="text/javascript"> vbmenu_register("threadsearch"); </script> </td> <td class="vbmenu_control" id="threadrating" nowrap="nowrap"> <a href="/forums/showthread.php?p=58610&nojs=1#goto_threadrating">Rate Thread</a> <script type="text/javascript"> vbmenu_register("threadrating"); </script> </td> <td class="vbmenu_control" id="displaymodes" nowrap="nowrap"> <a href="/forums/showthread.php?p=58610&nojs=1#goto_displaymodes">Display Modes</a> <script type="text/javascript"> vbmenu_register("displaymodes"); </script> </td> <td class="vbmenu_control" id="imod" align="center" title="Moderation"><script type="text/javascript"> vbmenu_register('imod'); </script></td> </tr> </table> <div class="vbmenu_popup" id="imod_menu" style="display:none" align="left"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">From This Page...</td></tr> <tr><td class="vbmenu_option" onclick="inlineMod.check_all(true)"><strong>Select</strong> All</td></tr> <tr><td class="vbmenu_option" onclick="inlineMod.check_all(false)" id="arse"><strong>Deselect</strong> All</td></tr> <tr><td class="vbmenu_option" onclick="inlineMod.check_all('invert')"><strong>Invert</strong> Selection</td></tr> <tr><td class="thead"><img src="clear.gif" alt="" width="1" height="1" /></td></tr> <tr><td class="vbmenu_option" onclick="inlineMod.check_all(true, 1)">Select <strong>Unapproved</strong> Posts</td></tr> <tr><td class="vbmenu_option" onclick="inlineMod.check_all(true, 2)">Select <strong>Deleted</strong> Posts</td></tr> <tr><td class="vbmenu_option" onclick="inlineMod.check_all(true, 4)">Select Posts with <strong>Attachments</strong></td></tr> <tr><td class="vbmenu_option" onclick="inlineMod.check_all(true, 8)">Select Posts from <strong>Guests</strong></td></tr> </table> </div> </div> </div> </div> <div id="posts"> <div align="center"> <div class="page" style="width:100%; text-align:left"> <div style="padding:0px 0px 0px 0px"> <div id="edit58610" style="padding:0px 0px 6px 0px"> <table class="tborder" id="post58610" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="thead" id="currentPost"> <div class="normal" style="float:right"> #<a href="showpost.php?p=58610&postcount=1" target="new" rel="nofollow" id="postcount58610" name="1"><strong>1</strong></a> <a href="reputation.php?p=58610" rel="nofollow"><img class="inlineimg" src="images/buttons/reputation.gif" alt="Add to badasscott's Reputation" border="0" /></a> <a href="report.php?p=58610" rel="nofollow"><img class="inlineimg" src="images/buttons/report.gif" alt="Report Bad Post" border="0" /></a> <a href="postings.php?do=getip&p=58610"><img class="inlineimg" src="im Code:
</script> <script src="http://ad.displayadsmedia.com/getad.js"></script> </div> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px"> <tr valign="bottom"> <td class="smallfont"><a href="newthread.php?do=newthread&f=8" rel="nofollow"><img src="images/buttons/newthread.gif" alt="Post New Thread" border="0" /></a> <a href="newreply.php?do=newreply&noquote=1&p=56946"> <img src="images/buttons/reply.gif" alt="Reply" border="0" /></a></td> <td align="right"><div class="pagenav" align="right"> <table class="tborder" cellpadding="3" cellspacing="1" border="0"> <tr> <td class="vbmenu_control" style="font-weight:normal">Page 1 of 3</td> <td class="alt2"><span class="smallfont" title="Showing results 1 to 10 of 28"><strong>1</strong></span></td> <td class="alt1"><a class="smallfont" href="showthread.php?t=4090&page=2" title="Show results 11 to 20 of 28">2</a></td><td class="alt1"><a class="smallfont" href="showthread.php?t=4090&page=3" Quote:
|
#9
|
||||
|
||||
Could you disable the output compressor so the code is more readable?
|
#10
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|