Advanced Search
Search Results
33 total results found
Is there a way of making the smart folder's contents public while keeping the content's containing folder from appearing to the public?
What you can do is create a folder called “events”. Then what I like to do is restrict the addable types to this folder so that users can only add events to this folder. To do this, click on “add item” from the action tabs when you are logged in Plone. At th...
How to Make Zope Think It's Someone Else
“All HTTP servers identify themselves. Here’s how to change Zope’s default identity.If you have a Zope 2.8.1 instance with Plone installed, and look at the HTTP headers, which anyone can do, you will see something like this:Server: Zope/(Zope 2.8.1-final, pyth...
Changing number of displayed news/events in Plone portlets
Find out which version of Plone you are running. Versions prior to 2.5 keep their portlet code in Zope Page Templates and can be modified easily. Plone 2.5 uses a new programming method called Views that complicates things. Versions after the 2.5.x series are ...
Should I use plonecustom.css when changing the layout for my Plone site
As stated in plonecustom.css, if you are going to be making heavy modifications to your layout, you should modify each CSS file accordingly (base.css, portlets.css, etc.).plonecustom.css can be used for light modifications or any custom classes and id’s you ...
Zope/Plone usage statistics
Since a Zope access log (Z2.log) has the same format as an Apache access log, Apache log analyzers will probably work for Zope/Plone too. I have tried AWStats and Webalizer and they both worked w/o needing to set anything special. I prefer Webalizer because: I...
Why can't I add a photo using AT Photo in Plone?
If you’ve used the product ATPhoto or ATPhoto Album in Plone 2.1, but now it is breaking in Plone 2.5, before you rip your hair out, here’s what you need to do: copy the code from this site: http://dev.plone.org/collective/browser/ATPhoto/trunk/configure.zcml ...
Is there a permission that allows a user edit content that s/he does not own in Plone?
For Plone 2.x, 3.xQuestion:I notice that for a piece of content, both the Owner and the Manager can edit it. Naturally, I assumed that there a permission that allows the role Manager to be able to edit any content it does not own.However, after I assign ALL th...
Remove highlighting of search terms in Plone
If you haven’t noticed already, go to Google and do a quick search for your Plone site. Then click on your site. Plone will then highlight all of the searched terms.This can be helpful, but also distracting. Plone will try to match the highlight color with ...
Installing Plone v3.2 on Mac OS X 10.5
Installing Plone v3.2 on Mac OS X 10.5Instructions to install Plone v3.2 on Mac OS 10.5 Server and client.Plone is a Python-based, multi-platform content management system. If you’ve stumbled on this document not knowing what Plone is, please take a look at t...
Importing and exporting a Plone site
Zope has a feature that allows you to export files, folders, and even Plone sites using the Import/Export button. However, it’s important to note that this tool should not be used as a migration tool when moving an older Plone site to a newer one.For example, ...
Plone 4 Tips and Tricks
Back to Table of ContentsTiny MCEAdding a color picker to the toolbarPlone 4 comes installed with Tiny MCE as the default html editor. It has a WYSIWYG interface with a toolbar at the top. However, you may notice that some basic functions are missing (like a c...
Plone 4 Tips and Tricks: Table of Contents
Tiny MCEAdding a color picker to the toolbar
Content Management Systems at UCLA - Summer 2012
The following table originated from various posts on the Campus Web Publishers listserve in July 2012. Campus Organization Plone Drupal WordPress Other CMS Custom or NonCMS Note Afro-American Studies: www.afro-am.ucla.edu X Hosted by Social Science ...
Importing existing HTML content into Plone
I have an existing site consisting of HTML files, folders and images. Now I’d like to manage that site in Plone. How can I get my existing content into Plone? Answer: https://docs.plone.org/develop/import/index.html
Shibboleth For Plone
Updated as of June 25th, 2010UCLA Shibboleth 2.1+ Guides:Installation guideConfiguration guideFollow up with installation of WebServerAuth: http://plone.org/products/webserverauthDoes “(null)” show up instead of the login name in Plone when all is said and don...