joomla | category article list | show all | pc-software

joomla | category article list | show all

Hodnocení uživatelů: / 0
NejhoršíNejlepší 

How to show all articles in category list = no pagination.

Features:

  • no 404 errors with pagination
  • no external (crawl) search indexing erros

Set up in joomla php files:
This setting may be removed with next jomla core update
/components/com_content/views/category/wiew.html.php
change to:
// Parameters
58 $params->def(′show_pagination′, 0);
56 $params->def(′show_pagination_limit′, 0);
78 JRequest::setVar(′limit′, ′all′);


 Pictures:
article-list-view-all-header

article-list-view-all-footer