Elxis CMS Forum

Support => General => Topic started by: Prema on September 25, 2010, 22:32:27

Title: limit category articles
Post by: Prema on September 25, 2010, 22:32:27
I noticed that the max 520 articles are displayed by category in front-end (like class = sectiontableentry1).
You can remove this limitation. attaching pictures
thank you for your response


[attachment deleted by admin]
Title: Re: limit category articles
Post by: CREATIVE Options on September 25, 2010, 23:30:46
Hm... limit on pagination ?
I have to search for it.

Elxis Version ?
Server Environment ?
Title: Re: limit category articles
Post by: CREATIVE Options on September 25, 2010, 23:38:39
I suppose that you have more than 520 article in a specific category.
How many you have in that particular category?

As you can see below the pagination shows as many as you have:
 
Code: [Select]
<?php if ( $params->get( &#39;navigation&#39; ) ) {
$total_pages ceil$pageNav->total $pageNav->limit );
if ($total_pages 1) {
?>

Even in the bot of pagination I don't see any limitation.

If you go to 520 item it show as up more? ex. 521?
Could you give as a live link ?
Title: Re: limit category articles
Post by: Prema on September 26, 2010, 08:57:43
Hello Sirigos
The Elxis 2009.2 Stable rev2631 vervione [Electra] 15-June-2010 22:45 GMT +2 and unfortunately
I'm working on the local: localhost Apache/2.2.11 (Win32) PHP/5.3.0
I am not a computer professional, and manages the leisure of the Ducato Piazza Pontidahttp://www.ducatodipiazzapontida.it/ (http://www.ducatodipiazzapontida.it/) I want to transfer Elxis
The category pages can also be 800-1000 (a dictionary)
Thanks
Title: Re: limit category articles
Post by: datahell on September 26, 2010, 11:20:19
If it is for a dictionary it might be a good choice to use Appendix  (http://www.elxis-downloads.com/downloads/directories-indexes/10.html).
Title: Re: limit category articles
Post by: CREATIVE Options on September 26, 2010, 15:26:09
Yes the Appendix for dictionary is the best solution.

But you still don't have answer a basic question, How many articles you have in ONE category?


@Datahell, Is their any limitation on the pagination ? I didn't find any one.
Title: Re: limit category articles
Post by: datahell on September 26, 2010, 20:06:34
No, there is no limitation.
Title: Re: limit category articles
Post by: CREATIVE Options on September 26, 2010, 20:08:00
OK, same think I see from the code & experience from the News Website.