- Posts: 12282
- Thank you received: 2534
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
Question (0 viewing) always show at forum
I had a similar problem. In my situation i still could see in all forums all users.
I had changed to the elder codes
/components/com_kunena/template/default/plugin/who/who.class.php linie 85
Can i use this in this form?
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Does someone have some time to look into this problem and to find better solution?
Please Log in or Create an account to join the conversation.
Hello Matias,
I had a similar problem. In my situation i still could see in all forums all users.
I had changed to the elder codes
/components/com_kunena/template/default/plugin/who/who.class.php linie 85to:Code:$link = JURI::current();and /components/com_kunena/template/default_ex/fb_pathway.php linie 106Code:$link = $_SERVER['REQUEST_URI'];to:Code:addslashes(JURI::current())and now it works correct again.Code:addslashes($_SERVER['REQUEST_URI'])
Can i use this in this form?
If i do this it shows me always "1 User and 1 Visitor"
Please Log in or Create an account to join the conversation.
but on kunena 1.5.6 it works
and on 1.5.7 (i actually use) it dont work
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.