Hi,
I want to use cooliris (www.cooliris.com) together with zenphoto.
As zenphoto has all the thumb and image files i think it should be possible to make it work, but i have no understanding of xml.
Can someone help me to set it up correctly?
If i use the tool provided by cooliris i only seen the thumbs scaled up instead of the good image.
Comments
I am not sure if it works correctly as I do not really use that. I had posted a test request for that about two weeks ago but no one replied.
I tested that Cooliris stuff once before but it slowed Safari that down that I threw it out as it was more "playstuff" for me anyway. If you want to do some testing with the feed to help to get that work that will be welcome.
If i have anything useful ill let you know. Good or bad
piclens will recognize supraform's modified zenphoto rss, but it's out of date, and none of the photos actually load.
http://www.superoforma.com/rss.zip
So I started testing the new media RSS function: the new RSS provides <media:thumbnail> and <media:content> only the full sized image, wich causes the app run slow and crash.
I used this code to provide adjustable media thumbnail and image size:
`
<?php echo '<media:thumbnail url="http://'.$host.WEBPATH.'/'.ZENFOLDER.'/i.php?a='.$images['folder'].'&i='.$images['filename'].'&s=240" />'; ?>
<?php echo '<media:content url="http://'.$host.WEBPATH.'/'.ZENFOLDER.'/i.php?a='.$images['folder'].'&i='.$images['filename'].'&h=1080" />'; ?>
`
Due to changings in RSS API the old script provides access to all recent photos in the gallery, rather than to the pictures in the actual album.
Is there any way to do something like this with the new API?
On standard themes the feed changes depending on which page you are (I don't think it was any other way before). The standard way is index.php = all recent images, album.php and image.php = recent images of the current album. You can easily change that, there are several options for the rss link. Please refer to the theming tutorial and the rss link functions on the functions guide.
just found that subject here, because I also wondered, why Cooliris isn't generating a gallery. Media RSS is activated, but whenever I view the RSS feed, I only see the album title, no link to images is in the XML.
Anyone got an idea?
Regards, Thomas
Regards, Thomas
I just tried enabling MediaRSS but Cooliris doesn't work at all, is there a patch or am i missing something ?
Regards,
Ulises