Show breadcrumbs when you view an article
currently breadcrumbs only show in category + article lists
and when viewing an article via the mod, breadcrumb shows only "home".

this is because of the node paths issued by the mod

in category #3 (http://www.potatoe.com/drupal/article/3)
article #1 points to http://www.potatoe.com/drupal/node/1

possible solution would be to rewrite paths like so:

http://www.potatoe.com/drupal/article/3/node/1

and editing htaccess to load the node contents?

any solutions??

Comments

msameer’s picture

Assigned: Unassigned » msameer

Do you want the breadcrumb to be visible when viewing the node itself ?

BTW: Both links lead to 404

frog_’s picture

I am facing same problem - I would like to have full breadcrumb on to node page when viewing the node itself.
There is only 'Home' link.

Regards
A.

msameer’s picture

Did you try using the Taxonomy Breadcrumb module ?

Looks like it can offer the same feature you are asking for ?

yoyoman’s picture

Version: 5.x-2.x-dev » 5.x-2.4
Assigned: msameer » Unassigned
Category: feature » bug

When I am viewing the list of articles within an article category (http://example.com/article/1), my breadcrumb link for home is Home, and that doesn't work. The main article page doesn't have a breadcrumb link at all. Is there a way to add one for consistency?

msameer’s picture

@yoyoman your issue is not realted. Please submit a new issue.