I am using joomla 1.7.3
I have a large number of articles on home page with pagination. I have to show a drop down box for users to choose number of items to show on home page.
I have edited
\components\com_content\views\featured\tmpl\default.php
and changed
<?php echo $this->pagination->getPagesLinks(); ?>
to
<?php echo $this->pagination->getListFooter(); ?>
then home page starts to show the drop down but its not working. then I have wrapped the pagination section with a form ( I dont know the action value) then when I change the drop down value, the page gets refreshed but number of items displaying is not changing
Pleaes help