Please note that Piclens recently changed their name to "cooliris", you may need to adjust your file names depending on which version of cooliris you have installed.
If you are having trouble using our cooliris / PicLens to Gallery RSS generator, or have questions about this new technology, please ask your question "politely" here.
2. Edit line ~28 of picLensRss.php to reflect your server setup (if gallery2 is named differently or not in yoursite.com/gallery2):
3. Upload picLensRss.php to your gallery2 directory.
4. Clear your template cache in the Gallery2 Admin -> Maintenance.
We are working hard to make Gallery compatible with several applications and are doing so with no charge to our users/members. We would appreciate a constructive discussions here.
If you would like to contribute to our development of the many Open Source technologies we are supporting, please do so here.
-GDL
"The Dude abides."
Anonymous: GemNEye
August 02 2008 22:27 pm
The instructions were very helpful. Thank You!
The only issue is that it only works on an "album" that has pictures.
Is there away to get it to work from the parent album, and all sub-albums?
I installed and ran all the setup steps. However, when click on the icon, and PicLens pops-up, it says: "This slideshow does not have any items. Please try another link."
I have run all the maintenance items. Any other thoughts?
It only works for me on albums that have media assets. For example, if you you try to use picLens on a page that just contains sub-albums you will get the message you mentioned. Try using it on a page that actually contains media assests.
When I tried the direct link (http://manoadna.com/p/picLensRss.php?g2_itemId=23), it shows the feed, but it is blank. It's as if the picture does not exist. I also tried it using a photo ID#, and it did the same thing.
This script checks to see if you have permission to view the items, and also if the album is disabled from the imageBlock module
"Prevent this album from being displayed in the Image Block " (checkbox in edit album->album)
You can fix the latter by editing function getDisabledFlag to always return false.
-s
There will always be...
Anonymous: PicLensUser
August 16 2008 17:49 pm
I checked the ImageBlock settings for the album and the "Prevent this album from being displayed in the Image Block" checkbox is unchecked.
Hmm.. Strange indeed.
I'd still prefer you to change the getDisabledFlag function to rule it out.
change it to:
PHP Formatted Code
function getDisabledFlag($itemId){ returnfalse; }
-s
There will always be...
Anonymous: PicLensUser
August 17 2008 03:51 am
Same result. Here are some details that may help in the investigation:
-My albums are nested below my website directory for security.
-I am using the picLensRSS.php that was bundled with the ICE theme.
I am using the picLensRSS.php that was bundled with the ICE theme.
Didn't know it was bundled with anything - I wonder what version it is.
You can get the latest here - make sure to adjust the init function to reflect your site.
BTW, picLens support is now native in gallery2 2.3
-s
There will always be...
Anonymous: PicLensUser
August 17 2008 16:07 pm
Ok, got it to work by using the new picLensRSS.php I downloaded directly. I don't know why the other one doesn't work, but those who download and use the ICE theme, be warned.
Thank you all very much for your help. I can't believe it came down to something so general.
Glad to hear a great piece of software like picLens has been integrated natively into gallery.
Anonymous: sokjuice
September 20 2008 13:05 pm
YES! Just wanted to second the fact that the picLensRSS.php file that is included with the ICE theme for gallery2 does not work. Get the new file, put it in your root gallery2 folder, point to the gallery2 folder if it's not at yoursite.com/gallery2, and voila...it should it work.
Anonymous: guignol
September 25 2008 08:45 am
I have gallery 2.3 and piclens work like a charm, but I would like to give to my friend the direct link of the piclens diaporama. I tried to copy the link embeded in the webpage, but this doesn't work. Any solution?
It actually does not work that way. Cooliris is a browser plugin, so any rendering is handled on the client's end.
So better to send your friend a link to get the plugin for themselves, and then a link to your gallery where they can view your example.
-s
There will always be...
Anonymous: Vipatel
December 02 2008 04:26 am
Hi Guys,
PicLensRss.php is a wonderful work.
I have my personal gallery with original pictures size(5MB+)
When I use cooliris they load too slow.
What I would like to know is how can I change picLensRss.php in such a way that the feed will produce images of only 600 x 480 size.