MyBB Community Forums

Full Version: [rush theme] Possible Bug with Nav menu (header_welcomeblock_member)?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi iAndrew

First, just wanted to say that this is a fantastic theme  Smile  Thank you for releasing it to the masses!

Re: this bug - I'm not sure if its local to my installation (but I don't think I have edited the theme too much) but it seems that parts of the header_welcomeblock_member template uses relative urls (i.e. /usercp.php?action=profile) which means that users end up navigating to the top level.

For example, the expected url is:   
http://www.mydomain.com/forums/usercp.php?action=profile

But what actually occurs is:
http://www.mydomain.com/usercp.php?action=profile
Thanks!  Blush Hopefully its local to my installation, but just thought I'd mention it in case as well.

p/s: Have edited the template file and used
{$mybb->settings['bburl']}
before the urls as this seems to have been used elsewhere within the template

<a href="{$mybb->settings['bburl']}/usercp.php?action=profile" class="popup_item">Edit profile</a>