The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3 Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
So inside most of kunena's template i came across this.
Code:
// Disable caching
$this->cache = false;
And what makes me curious is why isit set to false why not have kunena cache those pages ? Will it be so bad if i set it to true ?
In the fowllowing files : template\blue_eagle\html\category\default_row.php
template\blue_eagle\html\topic\default_profile.php
template\blue_eagle\html\topics\default_row.php
template\blue_eagle\html\topics\posts_row.php
template\blue_eagle\html\topics\user_row.php