MyBB Community Forums

Full Version: Return to Top
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Return to Top button on the bottom of forums page is not doing anything

any help please?
if you are referring to the link at the footer then it is working ! please add your forum url when seeking help which requires checking
my forum url is forums.fbi-clans.net and yh when iam on some viewing some topic and press that its not working

any help?

any1 here to help me?
can you give few test URLs where return to top link is not working
hmm on index and in every thread its not working for me :/

and its located at footer
It's working for me. What browser did you test it on and what version is the browser?
google chrome latest version and all are getting same thing :/ just u guys can do it fine :/ hmm

http://forums.fbi-clans.net/forumdisplay.php?fid=62#top it says this in browser and just flash the browser for 1 sec but stay at there nothing happends
I guess you are right. It seems to be working in Firefox(My Browser) but when I tested it in Chrome, it didn't work at all. It can't be a bug because "Return to Top" works on others sites when tested through Chrome.

Can you post the contents of your footer and headerinclude templates?

Go to ACP>Templates & Styles>Templates>YOUR THEME>Footer Templates>Footer
And
Go to ACP>Templates & Styles>Templates>YOUR THEME>Ungrouped Templates>Headerinclude
footer ;
<br />

<div id="bottommenu">
<center>
<a href="{$mybb->settings['contactlink']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/contact.png" alt="" title="" class="" />{$lang->bottomlinks_contactus}</a> |
<a href="http://{$mybb->settings['homeurl']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/www.png" alt="" title="" class="" />{$mybb->settings['homename']}</a> |
<a href="#top"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/returntop.png" alt="" title="" class="" />{$lang->bottomlinks_returntop}</a> |
<a href="#content"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/returncontent.png" alt="" title="" class="" />{$lang->bottomlinks_returncontent}</a> |
<a href="<archive_url>"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/archive.png" alt="" title="" class="" />{$lang->bottomlinks_litemode}</a> |
<a href="{$mybb->settings['bburl']}/misc.php?action=syndication"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/feed.png" alt="" title="" class="" />{$lang->bottomlinks_syndication}</a>
</center>
</div>

</div>
</div>


<hr class="hidden" />
<div id="footer">

<div style="float: right;"<a href="http://www.dynaxel.com/"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/copyright.png" title="Designed by &copy; Dynaxel" alt="Design by &copy; Dynaxel"/></a></div>

<span id="copyright">
<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
you may be refused support on the MyBB Community Forums.

This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.
<!-- End powered by -->
</span>


<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>


Header include ;
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<link rel="stylesheet" href="{$mybb->settings['bburl']}/css/colorpicker.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/midori_rainbow_username.js"></script>
<script type="text/javascript" src="jscripts/fbDock.js?ver=1400"></script>
{$stylesheets}
<script type="text/javascript">
<!--
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";
var fbDock_refresh_rate = "{$mybb->settings['fbdock_auto_refresh_time']}";
// -->
</script>
{$newpmmsg}
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/custom_status.js"></script>
Pages: 1 2 3