Does CMS Builder limit amount of content per page?

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 7, 2008   (RSS)

By grauchut - January 7, 2008 - edited: January 7, 2008

Does the cms builder have a limit on the amount of content per page. say we have 10 different stories on the main page. doe it limit it to 10 and if so does it archive them? Thanks again.
Glenn Rauchut (Owner) Emergency Designz

Re: [grauchut] Does CMS Builder limit amount of content per page?

By Dave - January 7, 2008

You can have as many records (stories, articles, etc) displayed on the main page as you like. You set that in this list viewer page by modifying this options:

$options['perPage'] = '10'; // records to show per page

The default list viewer page generated by the program will let you click "next page" to see more results. You can remove that if you want, though, to list the top 10 stories only. Then you can optionally have another section that lists them all.

All records that are created are stored or archived in the database.

Hope that helps! :)
Dave Edis - Senior Developer
interactivetools.com