- Posts: 118
- Thank you received: 9
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
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.
Merged "Who is online" count is wrong
14 years 1 month ago #21
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.
14 years 3 weeks ago - 14 years 3 weeks ago #22
by korri78
Replied by korri78 on topic "Who is online" count is wrong
Last edit: 14 years 3 weeks ago by korri78.
The topic has been locked.
14 years 3 weeks ago #23
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.
13 years 11 months ago - 13 years 11 months ago #24
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: 13 years 11 months ago by craig.
The topic has been locked.
13 years 11 months ago #25
by 810
Replied by 810 on topic "Who is online" count is wrong
Hi,
Thats means that you have 257 guests online.
regards 810
Thats means that you have 257 guests online.
regards 810
The topic has been locked.
13 years 11 months ago #26
by craig
Replied by craig on topic "Who is online" count is wrong
Thanks for your help. But as much as I wish this were true, there are no guests on my site. My forums are not even turned on. I publish the menu item to check something on the forums, and now today it says there are 271 guests online. But my site has 25 people per day visiting it, and the forums not even turned on 99 percent of the time.
What would cause this?
What would cause this?
The topic has been locked.
13 years 11 months ago #27
by sozzled
It could be anything: bots, screen refreshes, sunspots ... or real usage. If you want to analyse who is visiting and how they are using your website then install a website analysis tool.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic "Who is online" count is wrong
Joomla!craig wrote: What would cause this?
It could be anything: bots, screen refreshes, sunspots ... or real usage. If you want to analyse who is visiting and how they are using your website then install a website analysis tool.
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
13 years 11 months ago - 13 years 11 months ago #28
by craig
Replied by craig on topic "Who is online" count is wrong
I have two web analysis tools installed, and like I said, there are 25 people visiting my site on a good day. That doesn't account for there being 271 guests on my Kunena forums, especially when you consider that I just turned on the menu item to display the forums (which have been hidden all the time) ten seconds previously.
I just now turned the forum menu item on again, and instantly there are 221 guests. See the attached screen shot.
There are not 221 guests on my forums. Something is wrong somewhere...
I just now turned the forum menu item on again, and instantly there are 221 guests. See the attached screen shot.
There are not 221 guests on my forums. Something is wrong somewhere...
Last edit: 13 years 11 months ago by craig.
The topic has been locked.
13 years 11 months ago #29
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic "Who is online" count is wrong
Please turn on the Joomla own WhoIsOnline module and check whether the number matches what Kunena is showing.
Kunena uses Joomla's own session counter to display the stats. One can argue whether the Joomla session counters are accurate, but that would be a Joomla discussion to be had. We - on purpose - show the Joomla stats to not show confusing numbers that do not match up with Joomla.
In general any user without cookie support (like most bots) will get counted as guests on your overall site. It has nothing todo whether you publish the Kunena forum menu or not. Those guests are in the Joomla session table and only get displayed by us - we do not modify or recount that stat in any way.
Hope this helps!
Kunena uses Joomla's own session counter to display the stats. One can argue whether the Joomla session counters are accurate, but that would be a Joomla discussion to be had. We - on purpose - show the Joomla stats to not show confusing numbers that do not match up with Joomla.
In general any user without cookie support (like most bots) will get counted as guests on your overall site. It has nothing todo whether you publish the Kunena forum menu or not. Those guests are in the Joomla session table and only get displayed by us - we do not modify or recount that stat in any way.
Hope this helps!
We love stars on the Joomla Extension Directory .
The topic has been locked.
13 years 11 months ago - 13 years 11 months ago #30
by craig
Replied by craig on topic "Who is online" count is wrong
Ah thank you very much. I did turn on the whois module, and sure enough you are right, it showed 215 visitors on my site. I guess it must be mostly bots, unless my site google analytics are way off the mark.
Also I did figure out that I had to select "forums offline" in the configurations to turn the forums off.
Thanks again for your help.
Also I did figure out that I had to select "forums offline" in the configurations to turn the forums off.
Thanks again for your help.
Last edit: 13 years 11 months ago by craig.
The topic has been locked.
Time to create page: 0.429 seconds