MyBB Community Forums

Full Version: functions.php and Navigation Bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I fix this error? I keep doing What it says, but it keeps popping up?

[Image: iaza18250866531200.png]


I also want spaces in between the toolbar...?

I almost forgot, the link is http://www.toontownnoobs.com/forums
have you modified anything in postbit templates ?

the links at the bottom are in footer template. you can add spaces between links
(2011-06-18, 02:16 PM)ranjani Wrote: [ -> ]have you modified anything in postbit templates ?

the links at the bottom are in footer template. you can add spaces between links

Ok, Thanks. And no, I do not think I have...
functions.php file was edited for some purpose and there were few mistakes in editing !!
(2011-06-18, 03:01 PM)ranjani Wrote: [ -> ]functions.php file was edited for some purpose and there were few mistakes in editing !!

I didn't edit it until it said there was something wrong, So I edited it... I also tried uploading a new function.php.
ACP >> Templates & Style >> Templates >> yourtheme >> Navigation Templates >> nav

Post the nav template for your theme here.
<div class="navigation">{$nav}{$activesep}{$activebit}</div>
Can you post all the other nav_ templates too.
Ok, sure.


nav
<div class="navigation">{$nav}{$activesep}{$activebit}</div>

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

nav_bit_active
<span class="active">{$navbit["name"]}</span>

nav_sep
/ 

nav_sep_active
 / 
In the nav_bit_active change {$navbit["name"]} to {$navbit['name']}