MyBB Community Forums

Full Version: Forum URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there,

Basically on my website my Homepage is the Forum section.

I would like my Forums to be on the Nav Bar as "Forums" and by clicking it, it would take you to (myurl.com/forums)

I would like to do this as well for the rest of my nav bar, but I am unsure how.

I changed the forums url on the header template, but it gives me a 404 error on url not found.
Modify the template should do that. Make sure the URL you use in a <a href="{URL}">...</a> where {URL} is your desired link is starting with https:// (or http:// if you use unsecured HTTP) or /
Hey there,

I am still very confused. (sorry this is my first time trying MyBB)

My home page is set as the forums, and i would like my forums not as the home page. How would i achieve this??

I have edited the Header template so that it is
<li><a href="{$mybb->settings['bburl']}">Home</a></li>
<li><a href="{$mybb->settings['bburl']}/forums.php">Forums</a></li>

I have created a sub domain on my host and that is
forums.apgaming.co.uk /public_html/forums http://apgaming.co.uk/forums.php
home.apgaming.co.uk /public_html/home.apgaming.co.uk http://apgaming.co.uk