User Tools

Site Tools


tc:paths

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
tc:paths [2006/09/18 16:31] – changed the path from taxonomy/terms/<tid> to taxonomy/term/<tid> nedjotc:paths [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Paths processed by the TC module ======
 +===== taxonomy/vocabulary/<vid> =====
  
 +  * themeable using theme_taxonomy_context_vocabulary_page
 +  * subthemed elements include:
 +    * vocabulary, using theme('taxonomy_context_vocabulary')
 +    * terms, using theme('taxonomy_context_term')
 +  * previous themeability status: ?
 +  * permission: 'access content'
 +  * what should it display by default ?
 +
 +===== taxonomy/vocabulary/<vid>/edit ===== 
 +
 +  * themeable using theme_taxonomy_context_vocabulary_page
 +  * permission: 'access content' 
 +  * ==> this seems to be a bug, as it does not perform any specific 'edit' action on the vocabulary, but works just like taxonomy/vocabulary/<vid>, and uses the same permission
 +
 +===== taxonomy/term/<tid> =====
 +
 +  * themeable using theme('taxonomy_context_term')
 +  * permission: 'access content'
 +  * what should it display by default ?
 +
 +===== taxonomy/term/<tid>/edit =====
 +
 +  * not themeable 
 +  * permission: 'administer taxonomy'