vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Can't hover over links? (https://vborg.vbsupport.ru/showthread.php?t=99697)

Gray Matter 10-30-2005 03:24 PM

Can't hover over links?
 
Hey there,

I have a problem with my vB3.5 "showthread" template. I've heavily edited it but I still can't find the problem inside the coding itself. The issue that I have is that whenever I hover over a link, the "Error on page" message displays in my status bar. Any ideas? :ermm:

Marco van Herwaarden 11-01-2005 09:48 AM

Hmm maybe because there is an error on the page?

Sorry we can't help you if you don't post the code you are using, very hard to tell what the mistake is by just this description.

Gray Matter 11-01-2005 11:18 PM

Here it is (showthread):

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        $headinclude
        <title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
</head>
<body onload="$onload">
$header
$navbar

$poll

<if condition="$show['inlinemod']">
$spacer_close
<form action="inlinemod.php" method="post" id="inlinemodform">
$spacer_open
</if>

<a name="poststop" id="poststop"></a>

<!-- controls above postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">

        <if condition="!$show['search_engine']">

                <td class="smallfont" align="$stylevar[left]">
                        <strong>&laquo;</strong>
                                <a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest">$vbphrase[prev_thread]</a>
                                        |
                                <a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest">$vbphrase[next_thread]</a>
                        <strong>&raquo;</strong>
                </td>
        </if>

        <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above postbits -->

<!-- toolbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
        <td class="thead" width="175" valign="middle">
                <div class="smallfont" style="font-weight:bold">
                        $vbphrase[author]
                </div>
        </td>
        <td class="thead" valign="middle">
                <table class="thead" cellspacing="0" cellpadding="0" width="100%">
                        <tr>
                                <td>
                                        <div class="smallfont" style="font-weight:bold">
                                                $vbphrase[message]
                                        </div>
                                <td align="right">
                                <a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
                        <if condition="$show['largereplybutton']">
                                &nbsp;<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a>
                        <else />
                                &nbsp;
                        </if>
                                </td>
                        </tr>
                </table>
        </td>

        <if condition="$show['inlinemod']">
                <if condition="$show['popups']">
                        <td class="vbmenu_control" id="imod" align="center" title="$vbphrase[moderation]"><script type="text/javascript"> vbmenu_register('imod'); </script></td>
                <else />
                        <td class="thead" align="right" width="5">
                                <input type="checkbox" name="allbox" id="checkall_all" title="$vbphrase[check_uncheck_all]" onclick="inlineMod.check_all()" />
                        </td>
                </if>
        </if>
       
</tr>
</table>
<!-- / toolbar -->

<if condition="$show['inlinemod'] AND $show['popups']">
        <div class="vbmenu_popup" id="imod_menu" style="display:none" align="$stylevar[left]">
                $threadadmin_imod_menu_post
        </div>
</if>

<!-- end content table -->
$spacer_close
<!-- / end content table -->

<if condition="$show['threadedmode'] OR $show['hybridmode']">
<!-- thread posts list -->
$threadlist
<!-- /thread posts list -->
</if>

<div id="posts">$postbits<div id="lastpost"></div></div>

<!-- start content table -->
$spacer_open
<!-- / start content table -->

<!-- bar below posts -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
        <td class="thead" valign="middle">
                <table class="thead" cellspacing="0" cellpadding="0" width="100%">
                        <tr>
                                <td>
                                        <div class="smallfont" style="font-weight:bold">
                                                $vbphrase[all_times_are_gmt_x_time_now_is_y]
                                        </div>
                                <td align="right">
                                <a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
                        <if condition="$show['largereplybutton']">
                                &nbsp;<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a>
                        <else />
                                &nbsp;
                        </if>
                                </td>
                        </tr>
                </table>
        </td>
       
</tr>
</table>
<!-- /bar below posts -->

<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:2px">
<tr valign="top">
        <if condition="$show['pagenav'] OR $show['inlinemod']">
                <td class="smallfont" align="$stylevar[left]">
                        <strong>&laquo;</strong>
                                <a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest">$vbphrase[prev_thread]</a>
                                        |
                                <a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest">$vbphrase[next_thread]</a>
                        <strong>&raquo;</strong>
                </td>
                <td align="$stylevar[right]">$pagenav
                <if condition="$show['approvepost']">
                        <div style="margin-top:2px">
                        <select name="do">
                                <optgroup label="$vbphrase[mod_option]">
                                        <if condition="$show['managethread']">
                                        <option value="mergeposts">$vbphrase[merge_posts]</option>
                                        <option value="moveposts">$vbphrase[move_posts]</option>
                                        </if>
                                        <if condition="$show['managepost']">
                                        <option value="deleteposts">$vbphrase[delete_posts]</option>
                                        <option value="undeleteposts">$vbphrase[undelete_posts]</option>
                                        </if>
                                        <if condition="$show['approvepost']">
                                        <option value="approveposts">$vbphrase[approve_posts]</option>
                                        <option value="unapproveposts">$vbphrase[unapprove_posts]</option>
                                        </if>
                                        <if condition="$show['approveattachment']">
                                        <option value="approveattachments">$vbphrase[approve_attachments]</option>
                                        <option value="unapproveattachments">$vbphrase[unapprove_attachments]</option>
                                        </if>
                                        <option value="clearpost">$vbphrase[_] $vbphrase[clear_post_list] $vbphrase[_]</option>
                                </optgroup>
                        </select>
                        <input type="hidden" name="s" value="$session[sessionhash]" />
                        <input type="hidden" name="threadid" value="$threadinfo[threadid]" />
                        <input type="hidden" name="p" value="$postid" />
                        <input type="hidden" name="url" value="$url" />
                        <input type="submit" class="button" id="inlinego" value="$vbphrase[go]" />
                        </div>
                        <script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script>
                        <script type="text/javascript">
                        <!--
                        inlineMod = new vB_Inline_Mod('inlineMod', 'post', 'inlinemodform', '$vbphrase[go_x]');
                        //-->
                        </script>
                </if>                               
                </td>
        </if>
</tr>
</table>
<!-- / controls below postbits -->

<if condition="$show['inlinemod']">
$spacer_close
</form>
$spacer_open
</if>

<br />

<if condition="$show['quickreply'] OR $show['ajax_js']">
<!-- ajax errors table -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="display:none; position:absolute" id="ajax_post_errors">
<tr>
        <td class="thead">
                <span style="float:$stylevar[right]"><input type="button" class="button" value=" X " onclick="vB_QuickEditor.hide_errors()" unselectable="true" /></span>
                $vbphrase[vbulletin_message]
        </td>
</tr>
<tr>
        <td class="alt2" colspan="2" id="ajax_post_errors_message">&nbsp;</td>
</tr>
<tr>
        <td class="tfoot" colspan="2" align="center"><a href="#" onclick="vB_QuickEditor.abort(); return false;">$vbphrase[cancel_changes]</a></td>
</tr>
</table>
<!-- / ajax errors table -->

<!-- scripts for quick reply and quick edit -->
$vBeditTemplate[clientscript]
<if condition="$show['quickedit']">
<script type="text/javascript" src="clientscript/vbulletin_quick_edit.js"></script>
<script type="text/javascript">
<!--
vB_AJAX_QuickEdit_Init('posts');
//-->
</script>
</if>
<!-- / scripts for quick reply and quick edit -->
</if>


<if condition="$show['quickreply']">
<!-- quick reply -->
<form action="newreply.php" method="post" name="vbform" onsubmit="return qr_prepare_submit(this, $vboptions[postminchars]);" id="qrform">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat" colspan="2">
                        <if condition="$show['quickreply_collapse']"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="$stylevar[imgdir_button]/collapse$vbcollapse[collapseimg_quickreply].gif" alt="" border="0" /></a></if>
                        $vbphrase[quick_reply]
                </td>
        </tr>
</thead>
<tbody id="qr_error_tbody" style="display:none">
<tr>
        <td class="thead">$vbphrase[errors_occured_when_submitted]</td>
</tr>
<tr>
        <td class="alt1" id="qr_error_td"></td>
</tr>
<tr>
        <td class="tfoot" align="center"><span class="smallfont"><a href="#" onclick="return qr_hide_errors()">$vbphrase[okay]</a></span></td>
</tr>
</tbody>
<tbody id="collapseobj_quickreply" style="$vbcollapse[collapseobj_quickreply]">
<tr>
        <td class="alt1" width="175" valign="top">
                <div class="normalfont" style="font-weight:bold">       
                        $vbphrase[message]
                </div>
        </td>
        <td class="alt2" valign="top">
                $messagearea
                <if condition="$bbuserinfo['signature']">
                        <div class="smallfont" style="font-weight:bold">
                                <label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label>
                        </div>
                </if>
        </td>
</tr>
</tbody>
</table>

                <div style="margin-top:$stylevar[cellpadding]px" align="center">
                        <input type="hidden" name="fromquickreply" value="1" />
                        <input type="hidden" name="s" value="$session[sessionhash]" />
                        <input type="hidden" name="do" value="postreply" />
                        <input type="hidden" name="t" value="$threadid" id="qr_threadid" />
                        <input type="hidden" name="p" value="$qrpostid" id="qr_postid" />
                        <input type="hidden" name="parseurl" value="1" />
                        <input type="submit" class="button" value="$vbphrase[post_quick_reply]" accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" id="qr_submit" onclick="clickedelm = this.value" />
                        <input type="submit" class="button" value="$vbphrase[go_advanced]" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="clickedelm = this.value" />
                </div>
        </td>
</tr>
</tbody>
</table>
</form>

<if condition="!is_browser('ie') AND $show['wysiwyg']">
        <!-- Mozilla work around for focusing on QR in WYSIWYG mode -->
        <div id="qr_scroll"></div>
</if>

<br />

<script type="text/javascript" src="clientscript/vbulletin_quick_reply.js"></script>
<!-- end quick reply -->
</if>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="60%" align="center">
        <tr>
                <td class="alt1" align="center">
                        <div class="smallfont"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" vspace="1" /> <a href="printthread.php?$session[sessionurl]t=$threadid" accesskey="p">$vbphrase[show_printable_version]</a> |
                        <img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]" vspace="1" /> <a href="sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$threadid">$vbphrase[email_this_page]</a>
                <if condition="$show['member']">
                        | <img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" vspace="1" />
                                <if condition="$show['subscribed']">
                                        <a href="subscription.php?$session[sessionurl]do=removesubscription&amp;t=$threadid">$vbphrase[unsubscribe_from_this_thread]</a>
                                <else />
                                        <a href="subscription.php?$session[sessionurl]do=addsubscription&amp;t=$threadid">$vbphrase[subscribe_to_this_thread]</a>
                                </if>
                        </div>
                </if>
                </td>
        </tr>
</table>

<br />

<table class="page" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
        <tr>
                <td>
                        $forumjump
                </td>
        <!-- search this thread -->

        <if condition="$show['search']">
                <td align="right">
                        <table cellpadding="0" cellspacing="0" border="0" style="width:175px">
                                <tr>
                                        <td>
        <form action="search.php" method="post">
        <div class="smallfont" align="left">
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="process" />
                <input type="hidden" name="searchthread" value="1" />
                <input type="hidden" name="showposts" value="1" />
                <input type="hidden" name="searchthreadid" value="$threadid" />
                <strong>$vbphrase[search_this_thread]</strong>:<br />
                <input type="text" class="bginput" name="query" size="20" style="width:175px" />&nbsp;$gobutton<br />
                (<a href="search.php">$vbphrase[advanced_search]</a>)
        </div>
        </form>
                                        </td>
                                </tr>
                        </table>
                </td>
        </if>
        <!-- /  search this thread -->
        </tr>
</table>

<br />

<!-- forum rules and admin links -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
        <td class="smallfont" align="$stylevar[left]">
                $forumrules
        </td>
        <td class="smallfont" align="$stylevar[right]" valign="top">
                <table cellpadding="0" cellspacing="0" border="0">
                <if condition="!$show['popups'] AND $show['adminoptions']">
                <tr>
                        <td>
                        <div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap">
                        <form action="postings.php" method="post" name="adminoptionsform">
                        <input type="hidden" name="s" value="$session[sessionhash]" />
                        <input type="hidden" name="t" value="$threadid" />
                        <strong>$vbphrase[admin_tools]</strong>:<br />
                        <select name="do" onchange="this.form.submit()">
                                <optgroup label="$vbphrase[thread_admin_tools]">
                                        <if condition="$show['openclose']"><option value="openclosethread" selected="selected"><if condition="$show['closethread']">$vbphrase[close_thread]<else />$vbphrase[open_thread]</if></option></if>
                                        <if condition="$show['editthread']"><option value="editthread">$vbphrase[edit_thread]</option></if>
                                        <if condition="$show['deletethread']"><option value="deletethread">$vbphrase[delete_thread]</option></if>
                                        <if condition="$show['movethread']"><option value="movethread">$vbphrase[move_copy_thread]</option></if>
                                        <if condition="$show['managethread']">
                                                <option value="stick"><if condition="$show['unstick']">$vbphrase[unstick_thread]<else />$vbphrase[stick_thread]</if></option>
                                                <option value="mergethread">$vbphrase[merge_threads]</option>
                                                <!--<option value="splitthread">$vbphrase[split_thread]</option>-->
                                                <option value="removeredirect">$vbphrase[remove_redirects]</option>
                                        </if>
                                        <if condition="$show['editpoll']"><option value="editpoll">$vbphrase[edit_poll]</option></if>
                                </optgroup>
                        </select> $gobutton
                        </form>
                        </div>
                        </td>
                </tr>
                <br />
                </if>
       
                </table>
        </td>
</tr>
</table>
<!-- /forum rules and admin links -->

<br />

$similarthreads

$footer

<!-- temp -->
<div style="display:none">
        <!-- thread rate -->
        <if condition="$show['ratethread']">
                <!-- thread ratings form here -->
        <else />
                <if condition="$show['threadrating']">
                        $vbphrase[you_rated_this_thread]: <strong>$threadinfo[vote]</strong>
                </if>
        </if>
        <!-- / thread rate -->
</div>

</body>
</html>

Please help as much as possible! :(

Marco van Herwaarden 11-02-2005 09:12 AM

And what link it giving you problems? Maybe a link to a page showing the error would help.

Gray Matter 11-02-2005 06:50 PM

It's any link on the page. If you hover over any of them the display will read "Error on Page"

Marco van Herwaarden 11-03-2005 03:34 AM

What page? Please provide a link.

Gray Matter 11-03-2005 06:46 PM

I cannot provide a link; it's on my test forums.

Does it matter if you can see it or not? It's still going to display the error.

Xplorer4x4 11-03-2005 07:00 PM

Quote:

Originally Posted by Gray Matter
I cannot provide a link; it's on my test forums.

As long as your not allowing public registration there is nothing wrong with posting it.

Quote:

Does it matter if you can see it or not? It's still going to display the error.
Yes, because he wants to see the exact error message for himself and see for himself how to reproduce the error. Often times reporducing an eror for our self is more helpfull in determing the problem..

Sorry I can't help you more. Just thought I would save you the trouble of another post. ;)

Gray Matter 11-05-2005 04:13 PM

Alright, here ya guys go. :)

http://www.the-incision.net/testvb/showthread.php?t=5

Username: TestUser
Password: test

Rich 11-05-2005 06:15 PM

Hello,

I just went all over that site and I didn't see or get a single error. I hovered over every link in threads, forumdisplay page, thread display, posts, etc. No errors, no nothing. Where exactly are you getting the errors?


All times are GMT. The time now is 02:12 AM.

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.01266 seconds
  • Memory Usage 1,864KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete