views:

421

answers:

2

Hello,

I have looked all over the Drupal site to find out how to view the breadcrumbs that the menu breadcrumb module installs, but no one else seems to be having the same problem as me, has any one come across the menu breadcrumb module in Drupal and knows how to use it? Also is there a solution in Drupal again couldn't find an answer, in that you get a list of all the pages in a section of the site and list them on the page, in See Also kind of style?

Any help would be appreciated.

Thanks Sico

+1  A: 

Those are two different questions. I am not familiar with the Menu Breadcrumbs module, but when in doubt, clear the cache.

If you want to list a lot of pages in the site, check out Views (Glossary comes prepackaged), Site Map, or a number of other modules. For recommendations of related content, check out this comparison chart, the Recommender API, and more. It will be worth your while to check out Drupalmodules.org to investigate what modules are available. I have only touched on a few off the top of my mind.

Grayside
+1  A: 

From a quick read through the module, it seems like the module uses the drupal_set_breadcrumb() function, to alter the breadcrumb. That means that the reason you are not seeing the breadcrumbs shouldn't have anything to do with the module. If you deactivate it you should still have the problem. Many themes have the option to disable breadcrumbs altogether and some doesn't even implement them. My guess would be that your problem is located in your theme.

googletorp