been playing about with it, when I try to load the page with myconfig on it, I get this error:
Parse error: parse error, unexpected T_VARIABLE in /websites/LinuxPackage01/ma/df/or/madforsport.co.uk/public_html/rssMesh_myconfig.php on line 9 (the sortoutbypubdate line).
$XMLTemplate = "rssMesh_Template.xml;"
Change that line to
Code:
$XMLTemplate = "rssMesh_Template.xml";
I am fixing that and a few other minor improvements. I will email you updated code later today.
but it dosen't have this contained in the link, are tere any alternaives to display this? ... the nearlest I could think of was displaying the ItemSourceURL bu that would be a bit long!
but it dosen't have this contained in the link, are tere any alternaives to display this? ... the nearlest I could think of was displaying the ItemSourceURL bu that would be a bit long!
thanks for your continued support.
I don't see any of the "author" type fields used in this feed. Not sure what to suggest.
really continuing from wehre I left off last on this post. Sorry to be a real pain.
I have been checking alot of the RSS feeds I am planning to use on my site and alot of then require you to display their website name beside the headline. Is there any way at all to display somthing like this? I'm afraind of breaching copyright or somthing if I dont?
really continuing from wehre I left off last on this post. Sorry to be a real pain.
I have been checking alot of the RSS feeds I am planning to use on my site and alot of then require you to display their website name beside the headline. Is there any way at all to display somthing like this? I'm afraind of breaching copyright or somthing if I dont?
thanks alot
Damian
rssMesh.php puts the feed's title and URL into , which I will try and make avaliable in rss2html.php by next week. Do you need something else?
Jim
PS you are not a pain yet. These are all good questions and requests.
that would be sufficient I think, presuming it would work for most types of feeds? otherwise if it didn't, would it be better to store a file of all the feeds being used and assign a title to them that would be looked up by the rss2html script? your the expert, I'm a newbie to this type of thing, the only coding I have ever done is writing VB code!
that would be sufficient I think, presuming it would work for most types of feeds? otherwise if it didn't, would it be better to store a file of all the feeds being used and assign a title to them that would be looked up by the rss2html script? your the expert, I'm a newbie to this type of thing, the only coding I have ever done is writing VB code!
thanks alot
Damian
I have more in mind they what I had said. I will give you a preview when I am ready.
I'm also eager to see what you come up with. This sounds like it would solve the problem I'm having too. does rssMesh.php store the feeds Image URL in the along with the title and URL?