open templates/tmpl_uni/scripts/index.php
find:
//$iResPerPage = 3;
uncomment and raise(uncomment means delete //)
there used to be a glparam for it...you can make another if you wish and uncoment the lines above and change it in the DB rather than the file
Hi , frist thanks,
I found open templates/tmpl_uni/scripts/index.php, I change, //$iResPerPage = 3; for, //$iResPerPage = 5 but the rest I dont understand, I´m sorry, you can Explaind me again.
Sola, mrpowless tell you to UNCOMMENT/DELETE two lines "//" before $iResPerPage. The lines means for Php Script "Thats a comment" and anything after the lines is unreadable. After remove the two lines - the php script is able to read the variable ($iResPerPage = 5;) and then you will see the five events of your home page.
By the way: All thanks to mrpowless, I just explained his idea. :)
find:
//$iResPerPage = 3;
uncomment and raise(uncomment means delete //)
there used to be a glparam for it...you can make another if you wish and uncoment the lines above and change it in the DB rather than the file
I found open templates/tmpl_uni/scripts/index.php, I change, //$iResPerPage = 3; for, //$iResPerPage = 5 but the rest I dont understand, I´m sorry, you can Explaind me again.
Thanks
By the way: All thanks to mrpowless, I just explained his idea. :)
Thanks