rss and templates
capslock 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: rss and templates
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
rss and templates
Ah, I see. This is the review section
In this case change the following line:
to:
Ah, I see. This is the review section
In this case change the following line:
$insert[story_text] = MakeXML($reviewsnip[0]);
to:
$insert[story_text] = MakeXML($insert[review_text]);
1 Re: rss and templates
capslock
OP
0
From: -
From: -
rss and templates
yes, cache cleared but notthing changed
yes, cache cleared but notthing changed
1 Re: rss and templates
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
rss and templates
Did you clear the cache?
Did you clear the cache?
1 Re: rss and templates
capslock
OP
0
From: -
From: -
rss and templates
but it don't display the complete article.
but it don't display the complete article.
1 Re: rss and templates
iampedro 13
From: -
From: -
rss and templates
It also load's up on my Rss reader also..
It also load's up on my Rss reader also..
1 Re: rss and templates
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
rss and templates
The page loads fine for me
The page loads fine for me
1 Re: rss and templates
capslock
OP
0
From: -
From: -
rss and templates
thank you Phil, but http://www.moddingplanet.it/backend.php?id=110 is blank after and before the change.
thank you Phil, but http://www.moddingplanet.it/backend.php?id=110 is blank after and before the change.
1 Re: rss and templates
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
rss and templates
Open backend.php in an editor and replace:
with:
Open backend.php in an editor and replace:
$story = explode("n", $insert[story_text]);
with:
$story = $insert[story_text];
Hi Phlilip,
I need do sisplay in a page all the RSS with the complete page and NOT only the header. This for all articles on my site. Is it possible? Than ks a lot!!!