MyBB Community Forums

Full Version: top links problem after upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It seems upgrade from 1.6.14 to the latest version is a pain for old theme.
All my top images and links are still old and looks like:

  <li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
So in html it looks like

Quote:<li><a href="http://www.mysite.com/misc.php?action=help"><img src="http://www.mysite.com/http://www.mysite.com/images/toplinks/help.gif" alt="" title="" />Help</a></li>


But there is no toplink folder in latest version and why my url is repeated twice? How to fix it?

Well, found it, I reverted header template to the original and fixed. thanks.