- Posts: 53
- Thank you received: 3
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Call to joomla clean method after a new post is save/old post edited
Please Log in or Create an account to join the conversation.
Is the symptom of the problem that you still see the NEW! indicator even though you have viewed or posted to a topic?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
In joomla 1.6+/1.7+ there is no expire time in the page cache plugin, so the cache clean method must be called from any extension after it makes any change, Am I correct?
Using this new page cache plugin in joomla 1.7+ I've expreimented a better (very high difference) performance.
I have kunena in a joomla 1.5.25 website. I've enabled the cache plugin with a very high expired time and the results are very good, I'm really happy. I've just coded a com_content plugin to trigger onAfterContentSave event and clean the cache after a new article is saved or an old one is edited. I've also configure a cron job to purge expired cache files periodically.
I'd like to do something similar with kunena applying the clean cache method after a new post is saved or an old one is edited, is kunena "plugiable" or I have to hack a core file??
Please Log in or Create an account to join the conversation.
As far as the "new" indicator is concerned, there is an issue that arose in J! 1.5.23 that causes a problem. See Problem with Recent Topics Tab; not refreshing .
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Thanks anyway.
Please Log in or Create an account to join the conversation.