Does CMS Builder limit amount of content per page?

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

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