ez projects / ez_keywords_nodes
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| ez_keywords_nodes | Sébastien Morel | planning | 2.0 | 3.8.x, 3.9 (not tested with lesser) |
My motivation was to simplify the system of AddLocations.
For some clients, the AddLocation method is too heavy and not easy to
understand.
With this extension you can define a selection of node, subtree(each
node) which will be a keyword -> "Keywords Nodes".
The affectation of a keyword for a user is for eZ a new location but all
is transparent for the user.
Ex: For a blog, I have differents Tags, I create my weblog(article) in a
node. But I would like to affect keywords on each weblog(article) to
create a tag cloud...
There is differents ways to do this :
- datatype Keywords
- datatype Object relations
- datatype Related Object
and location method.
I think(the location method) is the best way because, with it, the RSS
export is possible, I can easily get the number of children ,
etc...
eZ allows us to add a location in the edition mode however it's still
to complicated, takes a lot of time...
So, here is "Keywords Nodes" Extension ;)
INSTALLATION :
- download the contribution and unpack it in your extension
folder
- active the extension in your admin siteaccess in the section
[ExtensionSettings] add
ActiveAccessExtensions[]=keywords_nodes
CONFIGURATION:
The configuration file is : keywords_nodes.ini
These three last sections can be duplicated to define rules for another
class_identifier
NOTE: This extension override the template :
- window_controls.tpl
- windows.tpl
2 translations FR and EN is ok
Changelog
Monday 22 October 2007 11:59
Sébastien Morel