Personal tools
You are here: Home Documentation Issue Trackers General Issue Tracker Break up long pages

#27 — Break up long pages

State Unconfirmed
Area Functionality
Issue type Feature
Severity Low
Submitted by Brian Ledwell
Submitted on Jun 30, 2011
Responsible
Return to tracker
Last modified on Jun 30, 2011 by T. Kim Nguyen
Id like to see a check box on the "edit - settings" tab that would be labeled something like "Enable Word Count Limit" that one could choose that would take a long article and break it up into multiple pages. For example a 300 word article would have say 3 pages that each had 100 words on it.

After enabling, Plone would create a previous, next, number of pages and "show all text" option.
Added by T. Kim Nguyen on Jun 30, 2011 08:05 AM
Have you Googled to see if there is something like this feature already out there?
Added by T. Kim Nguyen on Jun 30, 2011 08:54 AM
the easy way to do it
is a PFG form
with several fields each with a max # of characters
or u need to write a validator python line that counts words and check that the count < 300
then the back end script creates as many pages as it needs
You must log in to add a response