Feed display caching problem

This forum is for general questions about extensions for Joomla! 2.5.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
oorzaak
Joomla! Apprentice
Joomla! Apprentice
Posts: 40
Joined: Tue Feb 17, 2009 2:19 pm

Re: Feed display caching problem

Post by oorzaak » Thu Dec 12, 2013 12:48 pm

Any news on this issue? Seems to me that it is still there in J.2.5.16

Frits

oorzaak
Joomla! Apprentice
Joomla! Apprentice
Posts: 40
Joined: Tue Feb 17, 2009 2:19 pm

Re: Feed display caching problem

Post by oorzaak » Mon Dec 16, 2013 3:46 pm

By the way, I did use the fix as quoted below and it did solve my problems. Thanks!

Frits

Code: Select all

// FIX! Clean Cache
$cache = JFactory::getCache('feed_parser');
$cache->clean();
Upload your own default.php > /templates/yours/html/mod_feed/
to overwrite the core template as usual, and put this right after:

Code: Select all

if ($feed != false)
{
....


Locked

Return to “Extensions for Joomla! 2.5”