Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Important Other problem

More
17 years 2 months ago #4254 by rinuccio
Other problem was created by rinuccio

Please Log in or Create an account to join the conversation.

More
17 years 2 months ago #4268 by Matias
Replied by Matias on topic Re:Other problem
Yes, I've seen that. It should be fixed, don't know why the fix doesn't work. Investigating..

Please Log in or Create an account to join the conversation.

More
17 years 2 months ago - 17 years 2 months ago #4271 by Matias
Replied by Matias on topic Re:Other problem
Found the reason: My change isn't in default_ex.

Change default_ex/fb_pathway.php, line 107 to this:
Code:
$query= "SELECT w.userid, u.$fb_queryName AS username , k.showOnline FROM #__fb_whoisonline AS w LEFT JOIN #__users AS u ON u.id=w.userid LEFT JOIN #__fb_users AS k ON k.userid=w.userid WHERE w.link like '%" . addslashes($_SERVER['REQUEST_URI']) . "%' GROUP BY w.userid ORDER BY u.$fb_queryName ASC";
Last edit: 17 years 2 months ago by Matias.

Please Log in or Create an account to join the conversation.

Time to create page: 0.234 seconds