Personal tools
Skip to content. | Skip to navigation
Products.PloneboardSubscription enables users to subscribe/unsubscribe to email notification to a Ploneboard forum or a particular conversation, and has an option to automatically add as subscriber a member adding a comment to a conversation. A "Subscribe/Unsubscribe" link is provided on the forum or conversation and if the user chooses to subscribe, any further comments made to the forum or conversation triggers an email. Configuration ============= The product creates a tool "portal_pbnotification" at the Plone site which contains some parameters that can be set: * debug mode : if checked, mail is not sent but only logged ! * send interval : in seconds. The email contains modifications done during the last send interval. * last sent : int time of the last send verification (not to be manually changed...) * html mail format : must be checked if the email template contains html. * mail template : the mail template can be plain text or html. The following special parts will be replaced: * [PORTAL_TITLE] : by the portal title * [URLS] : by the modified conversation urls * [FORUMS] : by the modified conversation urls and the corresponding forum (only in html format) * [COMMENTS] : by the modified conversation urls, the corresponding forum and the new comments (only in html format) * auto_subscribe : if checked, each member adding a comment will be added in the conversation subscribers list.
Plone CAPTCHA can prevent plone web sites from being abused by spam robots. Plone Captcha can be used in signup forms, blog comments etc. Read more about CAPTCHA in Wikipedia This product uses the CAPTCHA service from www.captchas.net. To use this service you should register yourself in www.captchas.net. This is a free service. Configuration : 1. Register yourself in captchas.net. 2. Put your captchas.net user name and password in config.py file in products/PloneCaptcha folder.
The PloneFlashUpload tool lets you select multiple files to be uploaded, and they are all uploaded in bulk using a Flash-based tool in the browser. The tool shows a progress bar indicator for each file and an overall progress bar indicator, so you can see how much time is remaining.
This product provides a generic Plone form generator using fields, widgets and validators from Archetypes. Use it to build simple, one-of-a-kind, web forms that save or mail form input. To build a web form, create a form folder, then add form fields as contents. Individual fields can display and validate themselves for testing purposes. The form folder creates a form from all the contained field content objects. Final disposition of form input is handled via plug-in action products. Action adapters included with this release include a mailer, a save-data adapter that saves input in tab-separated format for later download, and a custom-script adapter that makes it possible to script simple actions without recourse to the Zope Management Interface. To make it easy to get started, newly created form folders are pre-populated to act as a simple e-mail response form.