MyBB Community Forums

Full Version: how to make navagation clickable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im wanting to make my navagation clickable
can anyone tell me what code i need to change
if possible can you give me the code to add these as a image no text

thankyou
image below
[Image: Untitled.png]

i also want to add search // calendar ect to this
so then i an remove them from the top line
the breadcrumb is clickable by default for most themes except when at the root. Are you saying that home button to the left doesn't work?

All of this can be done in your templates.
Check the Navigation Templates category.
check nav_bit.
You can wrap the first part in something like this:
<a href="{$navbit['url']}"><span>{$navbit['name']}</span></a>

Edit:
correction, just ahref the base nav with this
{$mybb->settings['bburl']}