- Posts: 21
- Thank you received: 4
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
15 years 4 months ago #67604
by markxcool
Sharing and caring!
Replied by markxcool on topic "Who is online" count is wrong
Could you send this unpublished module of yours to me, please? Thank you!
(I'll PM you my email).
(I'll PM you my email).
Sharing and caring!
The topic has been locked.
15 years 4 months ago #67626
by mijalis
Replied by mijalis on topic "Who is online" count is wrong
I will attach it later today here...
The topic has been locked.
15 years 4 months ago #68004
by mijalis
Replied by mijalis on topic "Who is online" count is wrong
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:
and initialize it with something like:
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;
Code:
INSERT INTO `my_maxonline` (`maxonline`) values (1)
The topic has been locked.
15 years 4 months ago - 15 years 4 months ago #69646
by korri78
Replied by korri78 on topic "Who is online" count is wrong
Last edit: 15 years 4 months ago by korri78.
The topic has been locked.
15 years 4 months ago #69647
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic "Who is online" count is wrong
korri78: We are aware of this issue. See fxstein's responses above.
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
15 years 3 months ago - 15 years 3 months ago #77191
by craig
Replied by craig on topic "Who is online" count is wrong
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