You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
When I click on the RSS feed link I am greeted with the following:
"http://www.vlaanderen-flanders.org.uk http://www.vlaanderen-flanders.org.uk/weblog/index.php Dit zijn de nieuwste blogs om te posten op Vlaanderen-Flanders Fri, 22 Apr 2011 15:30:28 GMT en-us http://www.vlaanderen-flanders.org.uk/weblog/index.php?cmd=blog&post=1 Fri, 22 Apr 2011 09:53:16 GMT http://www.vlaanderen-flanders.org.uk/weblog/index.php?cmd=blog&post=1
]]> "
I only have one short entry in my weblog for test purposes, but I doubt that would be the reason.
Just wondering if I have messed up somewhere.
Thanks.
Offline
Hmm, not sure about this one. Do you have a url so I can see?
Offline
Certainly:
http://www.vlaanderen-flanders.org.uk/weblog/index.php?cmd=rss-feed
The sentence "Dit zijn de nieuwste blogs om te posten op Vlaanderen-Flanders" means "These are the latest blogs to be posted at Vlaanderen-Flanders". (Dutch version was running).
Offline
Just in case that might help (]]> made me think), in class_rss.inc.php I found the following:
//==============================
// Function: render()
// Param: 2
// Desc: Renders Feed Data
//==============================
function render($data,$clean_tags=false)
{
if ($clean_tags)
{
$data = $this->remove_tags($data);
}
return '<![CDATA['.$this->clean($data).']]>';
}Could that code be the culprit?
Offline
I don`t think so. If I look at the source code your website url is before the xml, which I`m guessing is killing the xml loading:
http://www.vlaanderen-flanders.org.uk
Why is the url there? Did you make any code changes?
Offline
Which file are you referring to?
I might have put my URL there (oops) when I couldn't find how to change the "www.yoursite.com" in the menu side panel.
Offline
Go to the feed url:
http://www.vlaanderen-flanders.org.uk/weblog/index.php?cmd=rss-feed
Then view the source code. Your url is appearing before the xml.
Offline
OK,
this seems to be resolved now.
The URL appeared in index.php before <php
Now I get something that looks like the right page (Can't attach files here, can I? I took a screenshot).
If not, you have the URL, you'll soon see whether that works.
Expect more questions soon, as I would prefer your script over crappy Wordpress any time, and I want to implement it.
Keep up the good work.
Offline
Ok, excellent. Glad this issue is sorted. :)y
Offline
Pages: 1