Page 1 of 1
How to change quantity(amount) of news, deduced(removed) on?
Posted: Sat 22. Oct 2005, 05:05
by KuT
hello, help with me =)
How to change quantity(amount) of news, deduced(removed) on page? And whether it is possible to make that below there were numbers сраниц, clicking on which we passed on following(next), it is not convenient, when all нсе of news are deduced in a bottom of page, how it to change?
Posted: Sat 22. Oct 2005, 17:10
by StudioZ
Not sure I understand what you mean but... let me guess...
Check this:
http://www.phpwcms-docu.de/index.php?id=323,0,0,1,0,0
and search "
top article count" option in this page.
This might be what you are looking for...
Posted: Sat 22. Oct 2005, 20:41
by KuT
No No, it is necessary that in the bottom part of page last news was displayed not as the references and as Page 1 2
As on
http://www.kmedv.at/sbm/cms/index.php?en_news for example. How it to carry out?
Posted: Sun 23. Oct 2005, 01:57
by StudioZ
So... you are using the {TEASER_EX} rep tag
Then... from Erich's instructions, following this example:
Code: Select all
{TEASER_EX:category_alias|count[;category_aliasx|countx]:articles_per_page:sortfield|sortdir:show_cat_name:pagelink_text:columns:exclude_articles}
you would have to modify this option:
Code: Select all
// articles_per_page Number of articles on one page, -1 all articles on one page
hope you get it as needed...