Customizations
- Adding IFRAME to a Plone Document
- The default behaviour of Safe_HTML is to strip IFRAMEs. This is how you modify that behavior.
- Adding ShareThis to a Plone Site
- ShareThis is an easy way to add Social Bookmarking links, email a friend, and bog this functionality on a website. This document illustrates adding it to the Default Plone Theme adjacent to the Document Actions. This approach is necessary because you cannot embed arbitrarily complex code in the Document Actions tool. This implementation would be better done as a new viewlet registered in the viewlet manager. (Don)
- Document Actions
- The bottom of the body content contains links for "Send This" and "Print This". How can we add or change the existing links?
- Google Analytics
- Adding basic Google Analytics tracking is simple to configure through the Plone Control Panel.
- Managing RSS Feeds and Favorites in Plone
- Search Boxes
- Plone offers several different search interfaces. This document identifies the code and suggests ways to customize.
- images
- Search: Disable Live Search in Plone
- Modifying the Document Byline
- Maybe you want to add the original publication (creation) date, or modify the presentation of the Byline in some other way.
- Through-the-web customization of forms
- Variations on Simple Publication Workflow
- The Simple Publication Workflow is good but has limitations for organizations that are flatter and more collaborative. Here are some tweaks to simplify the roles to Author/Editor and Reviewer/Manager.