How does CMS Builder handle long pages?

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

By Izadorra - April 30, 2008

Is there a way to have extra long articles carry over to additional pages within the same record? I have a client that sometimes creates articles that should span more than one page to prevent scrolling down to infinity. Is there a way to have the program automatically generate new pages after so many characters? [:/]

Re: [Izadorra] How does CMS Builder handle long pages?

By Dave - May 1, 2008

There's no support for multipage articles right now.

One solution might be to put a "Max Length" on the input field in the field editor and then have the client create multiple records and link them together.

Would that work for them?
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] How does CMS Builder handle long pages?

By Izadorra - May 1, 2008

Thanks Dave,

You mean just split the article into pieces -- part 1 and 2? Does that mean I would have to use the list page as the viewer in order to get the <<prev and next>>? Set it up like; writingList.php for the summarys and then writing2List.php for the full articles with the prev and next to scroll through records? Can I just use the that section and paste it into the bottom of the writingPage.php? [:|]

I'll play around with it.