Page 1 of 1

Spread One Entry Over Multiple Pages

Posted: Wed Jan 16, 2008 9:01 pm
by poconnor
I am looking to be able to have one entry that spans multiple pages. I have the following 5 content blocks that need to be on their own page, but are all the same article.

{content block='articletext'}
{content block='articletext2'}
{content block='articletext3'}
{content block='articletext4'}
{content block='articletext5'}

Is there a way to make this possible?

Re: Spread One Entry Over Multiple Pages

Posted: Wed Jan 16, 2008 9:29 pm
by alby
poconnor wrote: I am looking to be able to have one entry that spans multiple pages. I have the following 5 content blocks that need to be on their own page, but are all the same article.

{content block='articletext'}
{content block='articletext2'}
{content block='articletext3'}
{content block='articletext4'}
{content block='articletext5'}

Is there a way to make this possible?
In this moment, two solutions:

- Content Pagination tag: one content and page. Insert in content a few tags (start/end of single pages). It's a JAVASCRIPTS

- Use a normal content con 'articletext' and add other 4 pages with relative content but in Option tab hide in menu. Use relative arrows (look in default page/template) for navigation

Alby