PicLens is growing each day and very quickly. EVERY person/freind i show it to finds it amazing and gets hooked instantly. I know theres an unofficial workaround on this forum but im having problems with it working the way it should and believe it should be made standard. Google flickr picasa yahoo now youtube soon gallery2 as ive heard, they cant be all wrong..
Please post if you want it too!
Comments
1. The full images were too small
2. My the feed worked with PicLens but stopped working with other readers.
I didnt sit around and somehow (by magic) made my own rss file that fixes both problems. As well as that - it is the rss file which comes with the NEW version of zenphoto.
if anyone is interested: the lines you have to add are:
change <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" >
to
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss">
and add
<?php echo '<media:thumbnail url="'.WEBPATH.'/'.$images['folder'].'/image/200/'.$images['filename']. '" />';?>
<?php echo '<media:content url="'.WEBPATH.'/'.$images['folder'].'/image/2000/'.$images['filename']. '" />';?>
sometime after category tag.
The 200 and 2000 are the sizes for the thumbnail and full image respectively, 2000 being the max - thus if image is larger it downsizes if not leaves it at what it is. (i believe u can change this in zenphoto settings to your liking)
the complete file if anyone is confused is at http://www.superoforma.com/rss.php
What I made this post for though is not to get it working for me but to make it ship standard so people like me dont have to modify the rss.php with each new release.
To explain why we didn't add that: We had it in our now defunc poll for a long time, but noone really was interessted in that. And then another user made that feed, so we took it out.
We really appreaciate that you made it yourself now. If your above link will be permantent, we thankfull will link to it from our extensions page.
Maybe you could post the file as a zip-archive.
heres the zip: http://www.superoforma.com/rss.zip
remember to back up your original just in case.
sorry for that