Page 1 of 1

News portal. Let's showa lot of news

Posted: Mon Sep 25, 2006 11:22 am
by Cieska
I have a news portal, but then i add to my page some limits as number=10, then i can show only 10 news.
I want that after these 10 news i can see more links to other news (see the picture). I want to have a lot of news, but not in one page.
I dont know how to do it.



[gelöscht durch Administrator]

Re: News portal. Let's showa lot of news

Posted: Tue Sep 26, 2006 12:00 am
by Dr.CSS
In the Extensions » Modules you see Help click that to get the parameters it takes, you can use these 2 to get what you need...
{cms_module module='news' number='10' start='11'}
just up the start number on each page after and put your pages one after the other and the self links at the bottom will take you to the next pages, to get the numbers (1 - 10) etc. will take some additional coding.

# (optional) start="5" - Start at the nth item -- leaving empty will start at the first item.
# (optional) number="5" - Maximum number of items to display =- leaving empty will show all items.