plone

Plone: How to sort the navtree portlet using another list as base order?

I have a navtree on a plone site, already using this configuration: navigation = mapping['navigation'] navigation.includeTop = True navigation.currentFolderOnly = False navigation.topLevel = 0 navigation.setProperty('metaTypesNotToList', ['ATBooleanCriterion', ...(another types go here) ..., MemberDataContainer']) navigation.setProperty...

Two Zope/Plone machines and SSO

Hi folks, I'm installing an environment where I had two Zope/Plone servers: plone1 -> for web content & user authentication plone2 -> for web applications I want to implement SSO around both servers but I don't know how to do it. I try to modify login_next and setAuthCookie(..) to share the __ac cookie in the domain, but didn't work...

Create user page at subdomain

How to implement automatic page creation on a subdomain when a new user registers on the site? (Working in Python on the Plone CMS and Zope web app server) ...

Pinax vs. Plone -- Dev time, flexibility, security?

Trying to evaluate Pinax vs. Plone as platforms for developing a social network with some RIA capabilities and a solid permissions setup allowing the user to make content visible on a per item/group basis. Would I be better off hacking Plone (and having to learn Zope, etc) or adding on/modifying Pinax with existing/new Django? Trying to...

Building tree structure from flat list derived from zope catalog call without recursion

I have all objects which get looked up to provide interpreter with both parents objects and object subobjects. I hope to do this without recursion for zope not appreciating this conventional recursion. I set the view context as root object for recursion to start attaching object on then iterate across this filtered list of intid/objects...

External authentication in Plone 4 (RADIUS, local script)?

I'm looking for an easy way to enable external authentication for Plone 4 site, it can be RADIUS or local script. Any ideas? ...

CMS for Multilingual Localization and Translation Workflow

Hi, I'm helping build a multilingual website in English, Chinese and French (after in Spanish, Korean and Arabic). I've collected a database of over 2000+ entries. It is essentially a huge product catalog (specifically travel packages) where more or less the info is the same (prices, sizes, numbers, etc.) but the labels change (of cour...

CMS: Build vs. Buy

Possible Duplicate: CMS: Build or Buy? I'm in the same boat as a lot of other folks. Trying to decide between two competing vendor's solutions for my company (build vs. buy, basically). I won't be coding it myself, we'll be hiring one of the two firms. It'll be a total bottom-to-top rebuild of a magazine-style site with regu...

Is Plone doing enough to keep up with other CMSes?

I do Drupal for a living and I like the system. However I've always been intrigued by Plone and wanted to learn it well to broad base my knowledge of CMSes in general. I've played around with Plone in the past and was both mesmerized and repulsed by it -- depending on the day. But then again here is what I saw as the advantages of Plon...