![]() |
|
[Theme] showing more albums or images - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: [Theme] showing more albums or images (/thread-8778.html) |
[Theme] showing more albums or images - slyphnier - 27-06-2011 apologize if someone already mention it somewhere i have been looking around how to make main page to show more album rather than the default 6 album on old version of zenphoto 1.2.0 (if i didn't wrong), i can simply edit a line in theme index.php to set how many thumbnail on main-page i want to show, but it seems it no longer works please advice to solve this issue thanks in advance [Theme] showing more albums or images - acrylian - 27-06-2011 There are options for this on the themes option. You can also override options using the [Theme] showing more albums or images - slyphnier - 28-06-2011 thank you acrylian can you be more specific ? then i tried look functions-basic.php this might simple things for people expert at php coding [Theme] showing more albums or images - acrylian - 28-06-2011 You can set the images / albums per page on the options theme subtab on the backend if your theme is setup following the standard way. You also can use setOption() to set the option direclly temporily or real in the db by setting hte proper parameter. The options are named "albums_per_page" and "images_per_page". [Theme] showing more albums or images - slyphnier - 28-06-2011 ok i manual edit the db working, thanks for the guide acrylian i use stopdesign theme, somehow it wont let me change/edit anything on backend/admin panel theme-option [Theme] showing more albums or images - sbillard - 28-06-2011 Quote:i use stopdesign theme, somehow it wont let me change/edit anything on backend/admin panel theme-option [Theme] showing more albums or images - acrylian - 29-06-2011 Just for your note: This is why you should post some info like the theme used ... Themes may choose to override backend options for layout reasons (and 3rd party theme may even do things completly different than the standard way). |