ez projects / collaboration_toolbar
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| collaboration_toolbar | Bruce Morrison | planning | 1.0 | 3.6+ |
Collaboration Toolbar
===========================
Displays a list of collaboration items that require attention to the right
hand column of the admin interface.
Installation
-----------------
Follow these steps to add the collaboration_toolbar module to your eZ
publish installation:
1) Extract the archive into the /extension directory
2) Edit the admin siteaccess site.ini.append.php. Add the following to
the file:
[ExtensionSettings]
ActiveAccessExtensions[]=collaboration_toolbar
If you already have the [ExtensionSettings] block, just add the second
line.
3) Edit the admin siteaccess toolbar.ini.append.php. Append the
following to the [Tool] block.
AvailableToolArray[]=admin_collaboration
and append the following to the [Toolbar_admin_right] block
Tool[]=admin_collaboration
4) Clear the cache
Changelog
Friday 07 September 2007 03:35
Bruce Morrison