Exactly that's the point of the "last minute change" in the Categories module before the
RC3 release.
In the latest
SVN snapshot the ValueAddons that supports Categorization of its items are:
News, Pages, FAQ, Feeds, Reviews and Quotes. You can use Multiple Categorization and "share" common Categories between modules.
Recently i has a problem organizing the content of a pnSite that needed MultiCategorization too, and classify all the content with a Global category, News needs a 'type of article' category, Pages a 'type of information' and Feeds just a 'type'.
So, after
RC3 multi-categorization is supported and can be used with ease (from my point of view):
Usually, the modules register a Category Property (the 'Main' one) in the installation process; if you want to have more categories per module you just have to go to the Categories Admin Panel > Category registry and register new properties for the module in question.
For instance, in my case i've set up the Categories Tree as:
/Root category/Modules
+ Global
++ list of the global site categories...
+ News
++ list of the types of articles...
+ Pages
++ types of information categories...
+ Feeds
++ types of feeds...
One defined the categories needed in the site, have to Register which ones are used by which modules, so, in the Category Registry, the table should be:
Module | Table | Property | Category
All the modules share the Global categories of the site:
News | stories | Main | /__SYSTEM__/Modules/Global
Pages | pages | Main | /__SYSTEM__/Modules/Global
Feeds | feeds | Main | /__SYSTEM__/Modules/Global
Each module has an specific category (second item category):
News | stories | Type | /__SYSTEM__/Modules/News
Pages | pages | Type | /__SYSTEM__/Modules/Pages
Feeds | feeds | Type | /__SYSTEM__/Modules/Feeds
If you want a third category for any of them, just define the tree and register it...
Then, in my case, i'm using the Content module to display the items of each Global category, and for that i've built a contentype plugin for the News module (
available here) and i'm building the Pages plugin to complete the work.
So, what do you think of this Stuff?
--
-
Mateo T. -
Mis principios... son mis fines