https://github.com/codesyntax/cs.editablefooter
A viewlet for Plone, editable from the control panel to be added as a site's footer
https://github.com/codesyntax/cs.editablefooter
Last synced: 8 months ago
JSON representation
A viewlet for Plone, editable from the control panel to be added as a site's footer
- Host: GitHub
- URL: https://github.com/codesyntax/cs.editablefooter
- Owner: codesyntax
- Created: 2012-03-22T07:10:47.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T14:42:06.000Z (over 7 years ago)
- Last Synced: 2025-06-22T22:16:47.638Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Overview
========
We've always wanted to edit the footer of Plone providing our
customers' contact info.
We've **always** customized both portal_footer.pt and
portal_colophon.pt in our Plone 2.5.x sites, but now we can hide them
easily hiding plone.footer and plone.colophon viewlets through
@@manage-viewlets or setting a viewlets.xml in an extension profile,
thanks to new viewlet infrastructure in Plone3.
This product adds a new viewlet called cs.editablefooter and it's
added automatically to plone.portalfooter portlet manager
It also creates a new control panel in which you can edit the content
of the viewlet using a WYSIWYG editor.
Upgrade
==========
From version 2.0 on, the permission to edit the contents of the viewlet
has been changed from "Manage portal" to a custom "cs.editablefooter: edit footer".
By default this permission is assigned to Site Administrators and Managers.
Go to the Add-on controlpanel and hit upgrade.
Author
======
Mikel Larreategi
CodeSyntax
2008
Credits
=======
Thanks Martin Aspeli for writing "Professional Plone Development"
Thanks Plone Guys for writing Plone
Thanks ZC for creating Zope