Skip to content. | Skip to navigation

Personal tools
>>> ''.join(word[:3].lower() for word in 'David Isaac Glick'.split())

‘davisagli’

Sections
You are here: Home Blog New product: collective.weightedportlets

New product: collective.weightedportlets

by David Glick posted May 01, 2009 04:45 AM
Ever been frustrated with not being able to control exactly what order your portlets show up in, if you've got inherited portlets, content type portlets, and group portlets? I just released collective.weightedportlets, which allows you to specify an integer weight for each portlet assignment, which will be taken into account in the final ordering. See the Plone.org product page for details.

Navigation