MyBB Community Forums

Full Version: Which Template Contains Breadcrumbs?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i'm using a theme which does not show breadcrumbs. 
or, what tag shows breadcrumbs?
how can i add breadcrumbs to the templates?

if i want to show breadcrumbs while looking at a thread, i think i would put the breadcrumbs in "showthread" template. Correct?

thx
I'm sorry, but I haven't computer right now so I can't post you code...

But I'd suggest you to check it in default theme templates and copy it from them to your theme Wink
i found this recipe:
https://community.mybb.com/thread-206083.html

i applied all theme and template code, but i'm just getting a blank box:
[attachment=39877]

i did one slight change:
i put the following into showthread template, because that's where i want to see the breadcrumbs. Was that my problem?

<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
I think that they will not work in templates other then where they were. Try to put them in original template and see if it works.
If it does, problem is in that they are put in wrong template.
basically <navigation> is used near the bottom of the header template.
Navigation Templates set contains related templates for the actual code.
(2018-01-20, 07:17 AM)Ikerepc Wrote: [ -> ]I think that they will not work in templates other then where they were. Try to put them in original template and see if it works.
If it does, problem is in that they are put in wrong template.

<navigation> works fine in showthread, and forum display, and forum display threadlist