Forums / Install & configuration / Limitation in nr. of articles

Limitation in nr. of articles

Author Message

Atle Enersen

Friday 21 February 2003 11:39:04 am

There seems to be a limitation in how many articles that are shown for a given page. In my case a typical frontpage.

The number of articles shown is 7, but I need to expand this. However I cannot seem to find anywhere to do this...

Any1 got an idea? I'm talking about the "middle" content, in ex the "news"-section on the democontent...

\atle\
--

Gerhard Hoogterp

Friday 21 February 2003 11:56:17 am

> The number of articles shown is 7, but I need to expand
> this. However I cannot seem to find anywhere to do this...

Not sure, but worth the check. When I look in the
/design/demo/override/templates/node/view/

at full_node_1 (general folder class) it starts with
{let page_limit=8

This limit is added to the array for summing up the content. Since 8 would show 7 articles when starting at 1 (which is weird, normaly one starts at 0, but oh well..;) I would say, give it a try and change the number.

Good luck,
Gerhard