MyBB Community Forums

Full Version: Make a Breadcrumb (Framework)?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to create my own style breadcrumb but not sure how the layout of the breadcrumb is created.

For example:
In the navigation template (nav), it would display

<fieldset class="breadcrumb">
<span class="crumbs">
{$nav}
{$activesep}
<span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
{$activebit}
</span>
</span>
</fieldset>

But I don't know if that's a good layout? I have my own breadcrumb style I created in photoshop but not sure how to start? I'm not worried about the CSS since I can figure that out though but any suggestions?

Preview: http://gyazo.com/035bb56ff64b712c3a5b14f16c0cc672
Maybe you are looking for the alternative Breadcrumbs tutorial.

Light Themes: http://community.mybb.com/thread-118773.html

Dark Themes: http://community.mybb.com/thread-118766.html