joomla | category article list | show all
Pondělí, 29 Listopad 2010 01:00
Aktualizováno Čtvrtek, 14 Duben 2011 12:37
Napsal uživatel Administrator30
←Předchozí joomla | extension | hikashop | joomla | category article list | show metadesc Další→ |
---|
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:
Přidat komentář