MyBB Community Forums

Full Version: Breadcrumbs for New Default Theme Suggestion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would suggest for new breadcrumbs you put it like i did it on my forums:

http://forums.akshayproductions.com/

It looks very neat and can be easily accessed.

I use the Apart Theme so check out the forums and the (new Plugin) breadcrumbs are on the top right.

I thin kit should be this way in 1.8 unless you guys are planning it a different way.
The new 1.8 theme is based on the Apart Series. There hasn't, and won't be to my knowledge, any change to how the breadcrumbs look from the way it currently does on that theme.
The problem is... breadcrumbs don't work on the theme. Which is why I had to add my own custom menu.
They work fine for me. When you say breadcrumbs, what are you referring to?
When plugins use like the add_breadcrumb thing. It works on the default theme but it does no work on Apart.
Look on my forums. http://forums.akshayproductions.com/
Game Section used the add_breadcrumb, but it is no where visible on the site except for where i added it myself.
Are you referring to the link to the Games Section? That's not a breadcrumb, that's just a simple link.

This is the breadcrumb:

MyBB Community Forums / MyBB 1.6 Forums / MyBB 1.6/1.8 Suggestions and Feedback v / Breadcrubs for New Default Theme Suggestion
Well, some plugins use add_navigation or something like that to add navigation links.
Look here: http://community.gamesection.org/
This is how it looks for the default theme. See the Game Section Link beside Help?
The plugin adds that.

There is no support for that in the Apart Theme. There should be support, which is why I am asking this. Do you get it now?
That's not something we can control. It's up to the plugin author to provide cross theme compatibility. It's still not 100% accurate because of the way it works.

find_replace_templatesets('header', '#'.preg_quote('{$lang->toplinks_help}</a></li>').'#', "{\$lang->toplinks_help}</a></li>
					<li><a href=\"{\$mybb->settings['bburl']}/games.php\"><img src=\"{\$mybb->settings['bburl']}/games/images/games.png\" alt=\"\" />{\$lang->gamesection}</a></li>");

Providing the Apart theme was set as the default theme while the plugin was activated and {$lang->toplinks_help}</a></li> was located in the header template there shouldn't be any issue.