You are here: Home Plone products collective.virtualtreecategories

collective.virtualtreecategories (0.2.6)

1
by Olha Pelishok last modified 2010-10-12
0.0
0.0
0.0
0.0
Released on 2010-10-09 by Radim Novotny for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
Virtual tree categories/keywords for Plone

This project aims to virtualize Plone default keywords (categories), which are flat, to the tree. Contains Archetypes widget, based on InAndOut widget, which replaces Plone's default widget for categories and contains configlet which allows to assign flat keywords to virtual tree defined in the configlet.

Site manager defines virtual tree nodes and assigns keywords to the nodes. One keyword may be assigned to any number of nodes (0-all).

Archetypes widget contains javascript based filter which allows to filter out unwanted nodes and displays keywords in the selected node(s) only. Keywords are stored in the same way as in Plone default so storage is 100% compatible and don't require any migrations. You can always remove this package and your content-keywords assignment stays untouched.

The controlpanel contains checkbox, which allows to set the VirtualTreeCategories widget as default widget for the Subject field of all Archetypes based content types.

Installation

Install using buildout.cfg. If you want to use this product in Plone3, you must specify [plone3] extra due to dependency on collective.js.jquery (this package requires jQuery 1.3+).

Plone 3:

eggs =
...
collective.virtualtreecategories [plone3]

Plone 4:

eggs =
...
collective.virtualtreecategories

Control panel

http://plone.org/products/collective.virtualtreecategories/documentation/manuals/project-description/Control%20panel.png/image_preview

Archetypes widget

http://plone.org/products/collective.virtualtreecategories/documentation/manuals/project-description/AT%20Widget.png/image_preview
Document Actions
Powered by Plone