![]() |
|
Display All Of Album's Images On One Page - 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: Display All Of Album's Images On One Page (/thread-3340.html) |
Display All Of Album's Images On One Page - thisisted - 2008-07-21 I've been trying to add support for image viewing modes on my site. One of the modes I would like to incorporate is horizontally scrolling all images of an album on one page. I've been able to create this mode by hacking the Slideshow plugin, but I would like to make a custom theme page that does this without hacking. For example, going to [i]tedph.com/album?p=scroll[/i] or [i]tedph.com/album/scroll[/i] would pass on the album to scroll.php and output all images of the album on one page, in scrolled form. Display All Of Album's Images On One Page - acrylian - 2008-07-21 No need to hack the slideshow, that is possible even easier: Just replace the Just as a note: Regarding usability horizontal scrolling is really inconvenient, even with a mouse that supports that. I won't look that much on your site with that. But just my two cents. Display All Of Album's Images On One Page - thisisted - 2008-07-21 Is there a way for me to use your method without having to change my album.php file? Regarding your usability concern: scrolling view won't be mandatory, it is simply an option for users that prefer to view the album like this. Display All Of Album's Images On One Page - sbillard - 2008-07-21 you can create a copy of the album.php file and name it scroll.php and make the changes there. To link to this file use (mod-rewrite enabled) http://yoursite.com/album/page/scroll where album is the name of the album you wish to display. Display All Of Album's Images On One Page - thisisted - 2008-07-21 Will I need to modify my .htaccess file or do the ZenPhoto mod-rewrite rules automatically change the link? Display All Of Album's Images On One Page - thisisted - 2008-07-21 Never mind about that last question. Yes, ZenPhoto automatically does this. |