Wow, the new debug is wonderful, really helpful to me
A small thing: When I used either &usePhx=’1’
OR &usePhx=’0’ my Phx strips broke. It worked again when I removed usePhx alltogether from the call. You might have a bug there.
Now here’s what on my wishlist: an optional arbitrary string parameter I can give to the FeedX call, something like this:
[!FeedX? &url=`http://wdr1.com/blog/calvin_and_hobbes.rdf' &cacheType='1' &cacheTime='43200' &preset=`comicrdf` &debug=`0` &userArg='my_string_argument' !]
I then want this string returned as a placeholder, maybe not in the ’outer’ template but at least in channel and item. I will use this to control display and output. For my specific purpose, the string will be the ID of the DIV where I want the content of the different items shown. I use javascripts and getElementById, and there is no other way I know of that can make a custom DIV ID known inside the different ITEM templates on a per-feed basis.
Say, is there another, well-known MODx way to do something like this?
I might be able to hack this myself, but then I’d be forced to hack it each time you update FeedX, so I’ll first request it to become part of FeedX. I would think that others could find use of a paramter like this too.