via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi,
i installed and configured FlickrMSS to extend to limitation to the last 20 images from my flickr rss feed. I think i configured everything correct. the flickrmss.php is running and building the monoslideshow.xml which i included in the scripts. so the xml is building fine, but i think i forgot something. mss is giving me an error:
Attribute "tn" in [ALBUM] is undefined.
Attribute "lgPath" in [ALBUM] is undefined.
Attribute "caption" in [IMAGE] is undefined.
Attribute "tn" in [IMAGE] is undefined.
Attribute "caption" in [IMAGE] is undefined.
Attribute "tn" in [IMAGE] is undefined.
Attribute "caption" in [IMAGE] is undefined.
Attribute "tn" in [IMAGE] is undefined.
so in the xml builded by flickrmss there are attributes which are not supported i guess.
so what to do, does anybody has an idea on this problem?
thanks for your help.
my url is: http://www.paradiseone.de
cheers,
Alex
Those attributes are not supported by Monoslideshow. Maybe mail the author of FlickrMSS?
creator of MonoslideshowThis was a total showstopper for me, but here's how I fixed it.
Monoslideshow and Flickrmss use slightly different names to refer to attributes. I don't know if this is a verisoning thing or not, but to get mine to cooperate I simply did this:
open includes/flickrmss.class.php
goto line 127 and change "tn" to read "thumbnail"
goto line 127 and change "lgPath" to read "imagePath"
goto line 141 and change "tn" to read "thumbnail"
goto line 141 and delete the whole "caption" call
Basically these two lines, 127 and 141, define the album and image properties you'd normally write statically into monoslideshow.xml. By simply editing or deleting each one that returns an "undefined" error you can chip away until it's all good. Hope that helps.
1 to 3 of 3