PDA

View Full Version : The way the articles show


Christopher
04-20-2005, 02:27 PM
I have so many articles in the category and all of them shows on category page. The same in the sitemap.I just want to show only 10 last articles in category. In the bottom of the category page link sush as "1,2,3..." to the next 10 articles. I know how to limit the number of articles in the category but how to make a link to the next 10 articles...I don`t know. Please, help me.
2d question. How to add on the leftpanel my proxy2.de poll php-script?
Thank you in advance.

Amit (Interspire Staff)
04-20-2005, 05:02 PM
Hi Christopher,

It looks like you're using an older version of ArticleLive. The newer one comes with a feature called paging (breaking down long lists of articles into multiple smaller pages). This has been done for results within your Search page and Articles within the Category pages. It does exactly what you're looking for. To upgrade, follow Chris' instructions on the following post: http://www.interspire.com/forum/showthread.php?t=5146

Once you've done the upgrade, it will be set to 5 articles per page by default. To change this to 10 articles, go into templates/panels/ViewCategoryAdvancedPanel.php and modify:

var $perpage = 5; to
var $perpage = 10;Hope I've been of help. Do let me know if I can assist with anything else. I'll be glad to help!

Cheers,
Amit