User Tools

Site Tools


tc:breadcrumbs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tc:breadcrumbs [2006/09/18 16:27] nedjotc:breadcrumbs [2006/09/18 20:02] fgm
Line 1: Line 1:
-====== Breadcrumbs output by the taxonomy_context module ====== 
- 
-  * what should their content be ? 
- 
-Breadcrumbs in Drupal lead up to, but do not include, the current page. Assume a taxonomy like this: 
- 
-> Food (vocabulary id 2) 
-  > grains (first-level term, id 1) 
-    > wheat (second-level term, id 2) 
-    > rice (second-level term, id 3) 
-  > vegetables (first-level term, id 4) 
-    > potatoes (second-level term, id 5) 
-    > onions (second-level term, id 6) 
- 
-When browsing the term 'rice', I assume the breadcrumb should be: 
- 
-[[/|home]] > [[taxonomy/vocabulary/1|food]] > [[taxonomy/term/1|grains]] 
- 
-When browsing a node assigned to rice, the breadcrumb should be: 
- 
-[[/|home]] > [[taxonomy/vocabulary/1|food]] > [[taxonomy/term/1|grains]] > [[taxonomy/term/3|rice]] 
- 
-We should probably look at the [[http://drupal.org/project/taxonomy_breadcrumb|taxonomy_breadcrumb module]] for comparison. 
- 
  
tc/breadcrumbs.txt · Last modified: 2023/11/13 15:37 by fgm