Posted by HollywoodChicago.com on January 6, 2008 at 9:49am
This is a stupid question, I know, but I can't figure it out. How do I activate breadcrumb linking trails and control where they are seen?
This is a stupid question, I know, but I can't figure it out. How do I activate breadcrumb linking trails and control where they are seen?
Comments
Breadcrumb
This is done in your page.tpl.php file. Here's the snippet:
<?php if (!empty($breadcrumb)): ?><div id="bread-crumb">
<?php print $breadcrumb; ?>
</div> <!-- /bread-crumb -->
<?php endif; ?>
Where in the file?
Where in the file should that code be?
Publisher, HollywoodChicago.com
page.tpl.php
Wherever you want the breadcrumb to show up. Probably at the top of your main content area. All depends on your theme.
To have breadcrumbs show up,
To have breadcrumbs show up, you will need to create categories (taxonomy and terms) for the content you create.
----------------------------------------------------------------------
http://www.bwv810.com/
I am a writer and researcher. In my spare time I build websites with Drupal.
Je peux communiquer en français. / Я могу общаться на русском языке.
----------------------------------------------------------------------
http://classicvinyl.biz ~ http://vinylclassics.biz ~ http://jazz.vinylclassics.biz
My YouTube Channel
So...
So first you need the code (here) and then once you create taxonomy and terms (I've done that), then what?
Publisher, HollywoodChicago.com
Did you select the content
Did you select the content type (page, image, story, forum topic, etc.) that you want to categorize? If so, create content and categorize it.
----------------------------------------------------------------------
http://www.bwv810.com/
I am a writer and researcher. In my spare time I build websites with Drupal.
Je peux communiquer en français. / Я могу общаться на русском языке.
----------------------------------------------------------------------
http://classicvinyl.biz ~ http://vinylclassics.biz ~ http://jazz.vinylclassics.biz
My YouTube Channel
I'm still not figuring this out.
For starters, I want breadcrumb trails atop my discussion forums here: http://www.hollywoodchicago.com/discussion
I don't yet have the breadcrumb code in my page.tpl.php file because I don't know where in the file to put it. I just want the breadcrumb trail to appear atop all the forum pages. Any help?
Publisher, HollywoodChicago.com
Any help?
Any help here?
Publisher, HollywoodChicago.com
Anyone out there?
Anyone out there? I still don't have a clear answer to get this feature working. Help would be very appreciated!
Publisher, HollywoodChicago.com
This is one of the most
This is one of the most misunderstood aspects of drupal, from what I can tell. I'd suggest getting a module that allows you to customize your own breadcrumbs. This search also brought up some good links:
http://www.google.com/search?hl=en&q=breadcrumbs+drupal&btnG=Google+Search
----------------------------------------------------------------------
http://www.bwv810.com/
I am a writer and researcher. In my spare time I build websites with Drupal.
Je peux communiquer en français. / Я могу общаться на русском языке.
----------------------------------------------------------------------
http://classicvinyl.biz ~ http://vinylclassics.biz ~ http://jazz.vinylclassics.biz
My YouTube Channel
=-=
Finally!
Finally got this working. Thanks!
Publisher, HollywoodChicago.com