malum
24th of December 2009 (Thu), 04:41
How do I add the option to view 500 photos per page
Or all photos on one page?
I see the code for all on one page and 500 per page (that were options in 1.5) are still there in languages/global.php but if I add the extra line of code, below, to list.php it adds the option to the drop down menu but selecting it just gives 100 per page
ee_option_plain ("500", $perpage,ee_translate_A($translated["500_per_page"]));
What else do I have to add and where?
Thanks
Or all photos on one page?
I see the code for all on one page and 500 per page (that were options in 1.5) are still there in languages/global.php but if I add the extra line of code, below, to list.php it adds the option to the drop down menu but selecting it just gives 100 per page
ee_option_plain ("500", $perpage,ee_translate_A($translated["500_per_page"]));
What else do I have to add and where?
Thanks