Postponed (maintainer needs more info)
Project:
Path Breadcrumbs
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2013 at 19:22 UTC
Updated:
10 Aug 2013 at 18:29 UTC
Comments
Comment #1
samwillc commentedHi,
Which theme are you using?
1) If using Omega, you can install and activate the Delta module which will make the breadcrumbs available as a block.
2) Check your theme actually uses breadcrumbs too.
3) If using Bartik or something, they usually appear just above content, not sure whether they are in their own region or not though but you can see in page.tpl.php in the Bartik theme folder this code:
I'm no expert but I believe this means that if breadcrumbs are enabled in your theme, they will appear at this point on the page.
Hope this helps a bit.
Comment #2
jcharlesberry commentedThanks for the reply. I am using a custom theme. I used your PHP there and they came up. Is there anything else I should know about this?
Thanks so much!
Comment #3
samwillc commentedAnything else? Not sure what you mean there.
Personally I like having it available as a block (Delta module) but I don't see a problem just chucking it in your template file if you know where it's going to be placed.
Be aware, if you do use Delta, there is an issue which I had yesterday:
http://drupal.org/node/1777644
I owe them one on that thread for getting me out of a real headache of a situation! Good luck :)
Comment #4
AWESOME15 commentedComment #5
kalabro@AWESOME15 please provide steps to reproduce.