Updated:
e2g-1.4.0-rc1-r246.zip
http://code.google.com/p/easy2modx/downloads/list
(The MODx’s server seems has trouble)
This update is the answer for some questions/requests from
kadavr - about WATERMARK-ing in slideshows,
adegens - about description in iframe, which actually simple but had a significant change on templates. The [+easy2:link+] now doesn’t need [+easy2:id+] anymore, since the link itself should be able to switch between
original link to image folder, or
generated one using show.easy2gallery.php.
The complete reference can be seen on the Help tab menu.
Here are the changes summary:
- &img_src - the image source for pop-up iframe thumbnails: `original` | `generated` (default) => (sample)
- &ss_img_src - the image source for slideshow: `original` (sample)| `generated` (using thumb creator, default).
- &lp_img_src - the image source for landingpage: `original` | `generated` (using thumb creator, default) (sample)
- easy2 plugin - only to count the snippet’s instances, so this time each snippet call has its own ID (as sid-snippet’s ID) (sample). Very helpful for multiple galleries on one page, even from the same gallery ID.
- description in iframe - not using title, but description, as the caption. (sample - click the Tower statue). What I did is a sample, please fix other libraries if you need to, by referencing their sites.
- some STRICT clean ups - thx to Kristalin
- last but not least, almost all the libraries have been updated. One thing you should realize, you should follow their licensing if they ask to.
I made a separation between generated image and original, because the generated ones actually cost your server’s space to hold their new _thumbnail pictures.
So if you have a very limited space on the shared hosting, you can use all the *img_src=`original` images.