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?

Drupal itself builds the

nimazuk - December 11, 2007 - 14:02

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

pbarnett - December 11, 2007 - 14:22

Hi.

Which theme are you using?

Pete.

tech theme... any

avin_ash - December 11, 2007 - 14:44

tech theme... any suggestions?

The breadcrumbs work on my test site...

pbarnett - December 12, 2007 - 00:15

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

avin_ash - December 12, 2007 - 14:50

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.

 
 

Drupal is a registered trademark of Dries Buytaert.