MyBB Community Forums

Full Version: navbar link problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey

My forum is under a main site like this

www.xxxxxxxxxxxxxxx.com/forum/

If I try to add a link to my main site in the navbar it wont let me for some reason, what it does is that it assumes that the link is inside the /forum/ folder. So I can't ge behind it.

<li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>

is the code I am using.

Thank you
If you are using a full website address, this shouldn't be happening. What is the URL to your board?
(2012-12-11, 05:24 PM)Kodaks Wrote: [ -> ]If you are using a full website address, this shouldn't be happening. What is the URL to your board?

Gonna PM you it.
Are you talking about the main button not working that says "Forum"?
(2012-12-11, 05:49 PM)Kodaks Wrote: [ -> ]Are you talking about the main button not working that says "Forum"?

Well now it works but if I add this code to it

<li><a href="twebsitenamehere.net">Forum</a></li>

It redirects you to websitenamehere.net/forum/websitenamehere.net

Ima add google into it so you can check it out
Use the full website address: http://www.mysite.net/
(2012-12-11, 05:56 PM)Kodaks Wrote: [ -> ]Use the full website address: http://www.mysite.net/

I did with google but go to the site and look at the results.

NVM got it now Smile Thanks
PM me your header template.