Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 "Who is online" count is wrong

More
15 years 4 months ago #67604 by markxcool
Could you send this unpublished module of yours to me, please? Thank you!

(I'll PM you my email).

Sharing and caring!
The topic has been locked.
More
15 years 4 months ago #67626 by mijalis
I will attach it later today here...
The topic has been locked.
More
15 years 4 months ago #68004 by mijalis
I am attaching my version of the online module...
It also shows the max users ever online.
In order to do this you have to create the following table:
Code:
CREATE TABLE `my_maxonline` ( `maxonline` int(11) NOT NULL, `date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
and initialize it with something like:
Code:
INSERT INTO `my_maxonline` (`maxonline`) values (1)

File Attachment:

File Name: mod_onlinestats.zip
File Size:5.2 KB
The topic has been locked.
More
15 years 4 months ago - 15 years 4 months ago #69646 by korri78
Hi,

After I upgraded my Kunena to 1.6.1, I've found that the number of guests are getting increased.
What parameter do I have to control to make them refreshed often?



Last edit: 15 years 4 months ago by korri78.
The topic has been locked.
More
15 years 4 months ago #69647 by sozzled
korri78: We are aware of this issue. See fxstein's responses above.
The topic has been locked.
More
15 years 3 months ago - 15 years 3 months ago #77191 by craig
My Kunena forum currently has one user, myself. However in the display it says there are currently 258 users online. What's up with that, and how can I fix it?
Last edit: 15 years 3 months ago by craig.
The topic has been locked.
Time to create page: 0.375 seconds