I am trying to integrate Lightbox into the Default theme of Gallery 3.0. Does anyone know how I can get the path to the resized child images from the album.html.php file?
-David
There was some development with this you might get some ideas clues from: http://markmail.org/thread/czf22bmj72a5f3t6 and search from there.
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
Sure.. the value you want is $child->resize_path(). But you probably want the url, not the path on disk so that's $child->resize_url()
--- Problems? Check gallery3/var/logs before you post! and file bugs here! Latest zip: http://github.com/gallery/gallery3/zipball/master Latest git: http://codex.gallery2.org/Gallery:Using_Git
Posts: 27300
There was some development with this you might get some ideas clues from:
http://markmail.org/thread/czf22bmj72a5f3t6 and search from there.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7994
Sure.. the value you want is $child->resize_path(). But you probably want the url, not the path on disk so that's $child->resize_url()
---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git