Rename sites directory to be the new config repository
This commit is contained in:
parent
006992b900
commit
433e7eec80
31 changed files with 196 additions and 216 deletions
|
@ -3,22 +3,22 @@ Content Taxonomy:
|
|||
|
||||
This module provides a field type for cck for referencing taxonomy terms.
|
||||
|
||||
The content_taxonomy.module implements all basic field functions.
|
||||
The content_taxonomy.module implements all basic field functions.
|
||||
The other modules offer different widgets (selects,..)
|
||||
|
||||
Installation:
|
||||
-------------
|
||||
1. Install this files into the modules directory of your choice (for example, sites/yoursite.com/modules/content_taxonomy).
|
||||
1. Install this files into the modules directory.
|
||||
2. Enable content_taxonomy.module in the admin/modules page
|
||||
3. Enable wanted widgets in admin/modules (e.g. content_taxonomy_select.module) Note: all require content_taxonomy.module!
|
||||
4. Optional enable content_taxonomy_views.module for improved taxonomy-views support
|
||||
4. Optional enable content_taxonomy_views.module for improved taxonomy-views support
|
||||
|
||||
Settings:
|
||||
---------
|
||||
For every field you have to select the vocabulary and optional a parent term in the field settings.
|
||||
For every field you have to select the vocabulary and optional a parent term in the field settings.
|
||||
If a parent is selected, only children of this parent will be given to the form, else the whole vocabulary.
|
||||
Additional you can choose whether the term is saved as a real tag in the term_node table (standard)
|
||||
or the term is only saved in a cck-table (so not a real term - node connection)
|
||||
or the term is only saved in a cck-table (so not a real term - node connection)
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue