Rss Feed Automatic Update
Permalink
Hi,
I am new to C5 and I am trying to use an rs feed from http://www.heatingandventilating.net/news/HVRnews.xml... and insert it on my web site using RSS Displayer, I have managed to get the feed to display on my site but for some reason my website does not display the updated feed from http://www.heatingandventilating.net/news/HVRnews.xml...
is there a setting somewere that I can use to get my website to get the updated feed I am using the latest version of C5 but can't seem to find a solution.
Thanks in advance for your help
I am new to C5 and I am trying to use an rs feed from http://www.heatingandventilating.net/news/HVRnews.xml... and insert it on my web site using RSS Displayer, I have managed to get the feed to display on my site but for some reason my website does not display the updated feed from http://www.heatingandventilating.net/news/HVRnews.xml...
is there a setting somewere that I can use to get my website to get the updated feed I am using the latest version of C5 but can't seem to find a solution.
Thanks in advance for your help
Hi Fastcash,
please can you tell me where to locate rss_displayer controler.php as I am new to C5
Thanks
please can you tell me where to locate rss_displayer controler.php as I am new to C5
Thanks
concrete/blocks/rss_displayer/controller.php
edit :)
edit :)
Thanks,
is that all I needed to do ?
is that all I needed to do ?
yes, just set it to false, and refresh your page, see if the rss the new one.
find
change to
refresh your page
it's work for me though.
find
protected $btCacheBlockOutput = true;
change to
protected $btCacheBlockOutput = false;
refresh your page
it's work for me though.
http://www.concrete5.org/community/forums/usage/cache-setting-quest...
maybe can help you