MyBB Community Forums

Full Version: How i modifiy Quickly Navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, I would this navigation
[Image: 2en0vtw.png]

Why my navigation is in this mode?


[Image: 34huzrn.png]
Maybe because of your theme style.
Try changing the theme.
No, i change theme but the problem there is Confused
It's a column issue on your theme. Find the code and add a colspan tag. I hope you understand this.
you can you give the code to me to modify?

I see the template "Navigation Templates" but there isn't a <br />
Nothing?
what is your forum url?
http://www.simo92.net/forum/

If the link is spam, the moderators delete it Smile
I think it has something to do with a </div> in the wrong place.
Look at your Navigation Templates.

I think you have this in your nav templates:
<div class="navigation" align="left">
{$nav}{$activesep}{$activebit}
</div>

and this in your nav_bit templates:
<div align="left"><a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}</div>

and empty code in nav_bit_active and nav_sep_active templates.

If it's right, you need at least remove the div tag in the nav_bit templates.

<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}

Or, revert all the sub templates (nav, nav_bit, nav_bit_active, nav_sep, nav_sep_active) in the Navigation Templates to Original.
Click Options -> Revert To Original
Pages: 1 2