You are here: Home

Search results

114 items matching your search terms.
Filter the results.
Item type






New items since



Sort by relevance · date (newest first) · alphabetically
How to add a ZCTextIndex to the catalog
by Darrell Kingsley published Mar 13, 2014
You ought to be able to this via UML/AGX, but the method doesn't seem to work. Here's how it actually works, and what ought to happen with AGX
Located in What do you need? / Help and documentation / Plone Info
Enabling RSS feeds
by Darrell Kingsley published Mar 13, 2014
In Plone 2.5x and 3.x, this is how to set up RSS
Located in What do you need? / Help and documentation / Plone Info
Traversal errors
by Darrell Kingsley published Mar 13, 2014
Sometimes you get TraversalErrors in the error log, which don't appear to show up on the site. Here's why...
Located in What do you need? / Help and documentation / Plone Info
How to change document actions in a Plone site
by Darrell Kingsley published Mar 13, 2014
You can change the code in the usual viewlet way, and change the items displayed and the text/link used via the ZMI
Located in What do you need? / Help and documentation / Plone Info
Stay logged in on a Plone site
by Darrell Kingsley published Mar 13, 2014
The move from Plone 2.5 to 3.x meant you have to use a different way of allowing your site users to remain logged in.
Located in What do you need? / Help and documentation / Plone Info
Running Zope/Plone scripts from the command line
by Darrell Kingsley published Mar 13, 2014
You need a whole special load of stuff to run Plone or Zope scripts for the command line. These centre around getting hold of the portal object from which everything else is available, setting a fake request object so you can traverse around the site and setting a user so you have permission to do whatever it is you want to do. Then at the end you have to commit your transaction and sync the zeoclients.
Located in What do you need? / Help and documentation / Plone Info
URL, portal and portal_url
by Darrell Kingsley published Mar 13, 2014
Getting the portal URL, or a reference to the portal in a python script is easy
Located in What do you need? / Help and documentation / Plone Info
Viewlets, overriding and creating new ones
by Darrell Kingsley published Mar 13, 2014
Some info which may be useful when they're really not playing ball.
Located in What do you need? / Help and documentation / Plone Info
Reference fields and widgets
by Darrell Kingsley published Mar 13, 2014
With particular regard to ReferenceBrowserWidget, as that's the one we must often use
Located in What do you need? / Help and documentation / Plone Info
Missing images in portal_factory
by Darrell Kingsley published Mar 13, 2014
Images in the browser images resource folder are called with ++resource++my.theme.images/image-name.png. This works perfectly except in portal_factory. Here's how to fix it.
Located in What do you need? / Help and documentation / Plone Info