Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Plone has some great add-ons, but the downloads section of Plone.org is pretty difficult to sift through.

What add-ons would you say are must-haves or particularly good demonstrations of the Plone CMS?

Add each add-on as a separate answer, so they can be voted upon easily.

share|improve this question

15 Answers

up vote 17 down vote accepted

PloneFormGen is a great product for collecting user data easily.

share|improve this answer
PloneFormGen is the number one add-on I used to add to customer sites. – Reinout van Rees Nov 30 '09 at 16:07

LinguaPlone

LinguaPlone is absolutely unmissable when you are developing a multi-lingual Plone site.

share|improve this answer

mr.developer

First thing I add to a Plone buildout? mr.developer! How else would you manage all the package development for a new site?

share|improve this answer

PloneLDAP (et al) is perfect example of flexibility of Plone/PAS and adaptability into existing environments. Every setup I've ever done has been integrated with either LDAP or Active Directory.

share|improve this answer
2  
Don't you mean plone.app.ldap? – limi Sep 17 '11 at 8:43
Authentication is fine! user management not so "perfect". Try to add users of which ldap schema has some mandatory attribute that is not a string... #fail. – SauZheR Jan 25 '12 at 13:16

archetypes.schemaextender is great when you need to add an extra field or two to your content-type.

share|improve this answer

solgema.fullcalendar is a very pretty calendar. I think it has some rough edges though.

share|improve this answer

collective.quickupload is a user friendly tool to upload multiples files/document into plone folders.

share|improve this answer

Collective.Blogging gets better with each release.

share|improve this answer

Redirection Tool can be very useful, since cool URIs don't change. It does work with Plone 4: just add Products.RedirectionTool to the eggs list in buildout.cfg.

share|improve this answer

collective.geo is the way to go if you're using maps.

share|improve this answer

ContentWellPortlets This product enables you to put portlets in places other than right and left columns

share|improve this answer

These are cool:

  • Gallery: collective.plonetruegallery
  • Drag'n'drop multi file upload: collective.quickupload
  • Easily create big menus: collective.collage.megamenu (a Collage extension)
  • Create content from RSS feeds: Products.feedfeeder

And then another issue is how to choose between add-ons that apparently do the same thing? Check out this discussion for some references:

share|improve this answer
From the OP: Add each add-on as a separate answer, so they can be voted upon easily. – Martijn Pieters Oct 21 '12 at 13:47

If you are interested in pushing this topic a little forward, please, have a look at the "products shortlist" idea, and get involved!

share|improve this answer

I always use these products as developer tool.

  • iw.debug
  • ipython
  • readline
  • plone.reload
  • plone.app.testing
  • Products.PdbDebugMode
  • Products.DocFinderTab
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.