![]() |
|
Media RSS for PicLens Created - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Media RSS for PicLens Created (/thread-2230.html) |
Media RSS for PicLens Created - melon - 2008-02-12 If you are interested i have created a working rss.php file that will produce a media rss feed for use with PicLens. IF you wish to download it, get it here http://www.studiolounge.net/2008/02/12/zenphoto-and-piclens Media RSS for PicLens Created - acrylian - 2008-02-12 I will add it to our hacks page on zenphoto.org with a link to your site. Media RSS for PicLens Created - melon - 2008-02-14 Great thanks Media RSS for PicLens Created - acrylian - 2008-02-14 May I suggest one thing: Please consider renaming the rss.php to rss-media.php by default, so it would be easier to use this new one as an addition to the standard rss feed. The media rss is not suitable as a substitute since it does not show any images in my feed reader (NetNewsWire on Mac, so a fairly commonly used one). Media RSS for PicLens Created - jlang - 2008-02-14 I also hacked up a PicLens feed for ZenPhoto (the instructions on the PicLens site are very straightforward) but had trouble making it work as a standard news feed also. I had a quick look around for an example that works for both, but haven't found one yet. Media RSS for PicLens Created - acrylian - 2008-02-15 Since the media rss is a special yahoo invention and therefore this is not right in line with the official rss 2.0 standard: http://cyber.law.harvard.edu/rss/rss.html#extendingRss Media RSS for PicLens Created - jlang - 2008-02-15 Another pointer, if anyone else is implememting this... For a PicLens slideshow, you really want the RSS feed to include the whole album/search/whatever, not limited to the number of images specified by the stored feed_items option which would be appropriate for a news feed. To get this you need to remove the "LIMIT $items" field from the MySQL query. (I found a reference to using LIMIT ALL, but that's only supported in other dialects of SQL) Media RSS for PicLens Created - alterxerxes - 2008-02-18 Using melon's php file I was able to get piclens to work with zenphoto, but I have a problem now where the amount of feed items are limited to 47. I can change the feed items limit in the zenphoto control panel but I still only get 47 feeds. Does anyone have an idea where to search for this problem? I have already increased the timout for the php scripts to 60secs and increased the memory allocation to 128mb with no success. I was unable to find any reference to rss limits in the rss.php file except for the reference to options that is set in the zenphoto admin panel. Any ideas would be greatly appreciated. Thanks. Media RSS for PicLens Created - acrylian - 2008-02-18 Some possibilities:
Media RSS for PicLens Created - alterxerxes - 2008-02-18 Thanks for the quick response. The zenphoto installation in is xampp 0.7.1 with defaults. Piclens is working fine with google images and other reference sites with upwards of 3000 photos.
I'm not really that good with php but I can find my way around, if you could point me in the right direction to look that would be really helpful. Thanks. Media RSS for PicLens Created - acrylian - 2008-02-19 Let me first mention that media rss is considered a "third party hack" and therefore not officially supported. If you are within an album you get a feed for that album. If you want to have a full gallery feed, you have to change the rss link within the head of your theme files. Please see the functions guide on our user guide page for how to do it. Media RSS for PicLens Created - tiolon - 2008-02-19 first of all i don't have any expertise whatsoever in php, css, html - in fact i even think they're difficult to pronounce! i've managed to get the file in question to work, by trial and error and by comparing the original rss file with the one from melon (thanks again!) i've noticed that there was something missing in this bit: "if(!checkAlbumPassword($albumcheck['folder'])) {" >>> melon-file and i replaced it with this: "if(!checkAlbumPassword($albumcheck['folder'], $hint)) {" >>>original rss i also played around with the melon-file and "commenting-off" some of the "$output" entries. maybe all that has nothing to do with it, but it seems to work. i'm using zenphoto 114 and some albums are protected. Media RSS for PicLens Created - melon - 2008-05-26 http://www.studiolounge.net/2008/02/12/zenphoto-and-piclens i have updated the file to work with Zenphoto 1.1.6 Enjoy Media RSS for PicLens Created - gsvalentine - 2010-02-24 Any plans to update this to work with Zenphoto 1.2.8?? Media RSS for PicLens Created - acrylian - 2010-02-24 The standard rss feed does support media rss. Look at the options. |