How to I make the BreadCrumbs visible?
avin_ash - December 11, 2007 - 13:38
I'd like to have the breadcrumbs.
Could you please let me know on how or where to make this work?
I'd like to have the breadcrumbs.
Could you please let me know on how or where to make this work?
Drupal itself builds the
Drupal itself builds the breadcrumbs.
You have to add this code to your theme, where you want to show the breadcrumb.
<?php if ($breadcrumb): print $breadcrumb; endif; ?>also you can use some additional modules to have more control on breadcrumbs. modules like CUSTOM BREADCRUMBS, TAXONOMY BREADCRUMBS and ...
N.Mehrabany
CSS Formatter & Optimizer
Baruzh web design & programming
Depends on the theme you're using
Hi.
Which theme are you using?
Pete.
tech theme... any
tech theme... any suggestions?
The breadcrumbs work on my test site...
See http://site2.xpert-people.net/files/images/techscreenshot.jpg ; I downloaded and installed the tech theme this evening...
Pete.
True... they work but not
True... they work but not when you create content.
Try to create some content (like a new menu with new pages with your matter) and then I don't see breadcrumbs working.