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

joomla | category article list | show all

Popis: 2010-11-29 | pc-software joomla | category article list | show all | Features: Set up in joomla php files:  Pictures: /components/com_content/views/ category/wiew.html.php
Klíčová slova:
Hits: 2043
Hodnocení uživatelů: / 0
NejhoršíNejlepší 
Blog - pc-software
Napsal uživatel Administrator   
Pondělí, 29 Listopad 2010 01:00

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
 

Aktualizováno Čtvrtek, 14 Duben 2011 12:37