This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

rss and templates


avatar
capslock 0
From: -
rss and templates

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!!!

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: rss and templates
avatar
Administrator
1340
From: Vienna, Austria
rss and templates

Ah, I see. This is the review section Hushed Face

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
avatar
OP 0
From: -
rss and templates

yes, cache cleared but notthing changed
1 Re: rss and templates
avatar
Administrator
1340
From: Vienna, Austria
rss and templates

Did you clear the cache?
1 Re: rss and templates
avatar
OP 0
From: -
rss and templates

but it don't display the complete article.
1 Re: rss and templates
avatar
13
From: -
rss and templates

It also load's up on my Rss reader also..
1 Re: rss and templates
avatar
Administrator
1340
From: Vienna, Austria
rss and templates

The page loads fine for me
1 Re: rss and templates
avatar
Administrator
1340
From: Vienna, Austria
rss and templates

Open backend.php in an editor and replace:

$story = explode("n", $insert[story_text]);

with:

$story = $insert[story_text];

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.