Quote:
Originally Posted by MarcoH64
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.
|
Thanks, I'll check that out
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
This is the NOT 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=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"
If you need an admin account, please ask if you want to check it out closer, I would be forever graceful..
Quote:
Originally Posted by The Chief
Thanks, I'll check that out
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
This is the NOT 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=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"
If you need an admin account, please ask if you want to check it out closer, I would be forever graceful.. 
|
can anybody help with the above