![]() |
|
prettyPhoto - 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: prettyPhoto (/thread-8065.html) |
prettyPhoto - WorldDrknss - 2011-01-06 There isn't much talk about prettyPhoto except for the theme that is built with prettyPhoto as it's core. prettyPhoto can be added to just about any theme with minimal editing of the album.php file. Based upon default theme To get started go into your current theme folder and open up album.php Find:
Replace that code with:
Setting up prettyPhoto: The code: prettyPhoto - acrylian - 2011-01-07 I admit I have no idea about what you are talking or what theme you are referring to actually. prettyPhoto - WorldDrknss - 2011-01-08 @acrylian Sorry about that, it was late. The theme I was reffering to at the beginning are the Chili themes that already have prettyPhoto integrated. My intention was to provide the necessary code and changes so that users of zenphoto could easily adapt prettyPhoto to the default theme or to their own custom themes. prettyPhoto is a lightbox clone that is built around JQuery, which is the system that zenphoto uses. For more information on prettyPhoto you can check them out at: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ Hope that clarifies things. prettyPhoto - acrylian - 2011-01-08 Thanks for the explaination. Seems this is not that different to the already included Colorbox script which even is a plugin. prettyPhoto - WorldDrknss - 2011-01-09 @acrylian Colorbox doesn't work for me. I recoded my theme with the latest 1.4 default theme as a template and it doesn't work. My site is heavily based upon jquery, so unless Colorbox is initialized through jQuery.noConflict it simply wont run. I have used prettyPhoto for about a year and it is what I am comfortable in using and working with. |