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 Total users doesn't match up

More
15 years 6 months ago - 15 years 6 months ago #65875 by Yammer
I noticed this in 1.5.x too, and the same problem exists in 1.6...

I have noticed that the figure Kunena gives for the total number of users is higher than that given by Community Builder. As I have only a few pages of users, I can easily reconcile the differences.

It seems that Kunena is including blocked users, when CB is not. Indeed, when you scan the Kunena code, you see that the following condition occurs in several places:
Code:
SQL SELECT STATEMENT WHERE block=0 OR activation=''

In 1.6 this occurs in
funcs/userlist.php
lib/kunena.stats.class.php
template/default/plugin/stats/stats.class.php

It seems to me that this should be
Code:
SQL SELECT STATEMENT WHERE block=0 AND activation=''
as you want to select users that have been both activated AND not been blocked. As it stands, selecting either means you select all users, current or not.

Can anyone verify this?
Last edit: 15 years 6 months ago by Yammer.

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

More
15 years 6 months ago #65876 by woonydanny
hmmm i still have a conflicting number as well.

i have a module that displays total users and it says 7399 and in kunena component down in the stats area it says 7686

it looks like kunena indeed is showing not right amount

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
15 years 5 months ago #69309 by Yammer
I see this is unchanged in 1.6.1 too. Does no one consider this to be a bug?

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

More
15 years 5 months ago #69350 by fxstein
You are correct - this needs to be fixed. Unfortunately not every single little bug can always be worked on. We have fixed tons of bugs in 1.6.1 - this one did not make it in.

I'd appreciate if somebody could add this to the 1.6.2 Tracker.

We love stars on the Joomla Extension Directory . :-)

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

More
15 years 5 months ago #69354 by Yammer
Okay, no problem, just wasn't sure if anyone was aware. I'd add it to the "tracker" if I knew where or how.

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

More
15 years 5 months ago #69507 by xillibit

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.286 seconds