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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question (0 viewing) always show at forum

More
16 years 5 months ago #33767 by rich
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 85
Code:
$link = JURI::current();
to:
Code:
$link = $_SERVER['REQUEST_URI'];
and /components/com_kunena/template/default_ex/fb_pathway.php linie 106
Code:
addslashes(JURI::current())
to:
Code:
addslashes($_SERVER['REQUEST_URI'])
and now it works correct again.
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.

More
16 years 5 months ago #33776 by Matias
They will work in Apache, but not in other servers.

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.

More
16 years 5 months ago #33819 by peripsum
rich wrote:

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 85

Code:
$link = JURI::current();
to:
Code:
$link = $_SERVER['REQUEST_URI'];
and /components/com_kunena/template/default_ex/fb_pathway.php linie 106
Code:
addslashes(JURI::current())
to:
Code:
addslashes($_SERVER['REQUEST_URI'])
and now it works correct again.
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.

More
16 years 5 months ago #33820 by peripsum
I dont know if it helps,
but on kunena 1.5.6 it works
and on 1.5.7 (i actually use) it dont work :unsure:

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

More
16 years 5 months ago #33922 by Matias
Yes, it must be that fix above. So it looks that I have to make up something else that works in Apache but does not break other servers..

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

Time to create page: 0.253 seconds