Hey All, i really like the idea of colorbox, is it simple to call a command to use colorbox upon clicking on an album image, and thus not calling the image page at all?
Is colorbox installed by default on the latest version of Zenphoto? i have enabled the plugin, and looked through the help on the colorbox site, but a little too daunting for me.
im assuming it gets added somewhere in the album.php? ive attached my album.php below:
First posting full pages is really not necessary. Second if you post code escape it correctly so it is readable at all (use backticks or the html code tag).
As the colorbox plugin description says it only loads the script files so they are avaiable. You can set on the plugin's options for what theme page you want them to be available (to avoid unnecessary overhead).
However you have to define the actual colorbox javascript calls yourself. Generally most of the standard themes have colorbox support for the full image display (clicking on the sized image) and image EXIF data..
If you want else you have to modify the theme to add that. How to do this is described on the colorbox website. You should of course know a little html and also have read the theming tutorial.