MyBB Community Forums

Full Version: Redirects to help documents
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever I click on any of these spots in my forum it redirects to the help documents:

[Image: 2lurk04.png]
[Image: 2ngbckg.png]

In the second picture it is preventing people from logging in that way.

Forum: http://motorscooter.eahosters.com/

Help Documents: http://motorscooter.eahosters.com/misc.php?action=help

The links under "Now Sponsored by"? The Links work for me...
ACP >> Templates & Style >> Templates >> Header Templates >> header

Find:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</li>

Replace with:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
(2010-10-15, 12:08 AM)blake Wrote: [ -> ]The links under "Now Sponsored by"? The Links work for me...
I currently have the forum offline.

(2010-10-15, 12:15 AM)AJS Wrote: [ -> ]ACP >> Templates & Style >> Templates >> Header Templates >> header

Find:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</li>

Replace with:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
Thanks! It worked. This is resolved.