How would I get the "Display #" turned off? It is killing the SQL server when someone selects "all" and at present moment, I only have 700 entries and need to add about 1500 more. It will bring the website to its knees if someone did "all on over 2000 entries
Hi,
You can remove pagination from search page by deleting the <?php echo $this->pagination->getListFooter(); ?> line.