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

Question Who has the most karma?

More
15 years 1 month ago - 15 years 1 month ago #89528 by alaplume
Hi there,

I am a Joomla administrator and can view the Kunena settings from the back end of Joomla. I was wondering if there was a way to easily view what user name has the most "Karma" points?

Right now there are statistics for Top Posters, Most Thank Yous, etc....but nothing for Karma points. Is there somewhere else I can look to view this information?
Last edit: 15 years 1 month ago by sozzled. Reason: Changed title to improve relevance for search purposes

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

More
15 years 1 month ago #89534 by xillibit
Hello,

Staticstics doesn't show this kind of information

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.

More
15 years 1 month ago - 15 years 1 month ago #89537 by sozzled
xillibit is correct. There is nowhere standard where you can look for this information. You could write a simple SQL query that will find the information for you. It would look something like this:
Code:
SELECT name, karma FROM jos_kunena_users INNER JOIN jos_users ON userid=id ORDER BY karma DESC
Last edit: 15 years 1 month ago by sozzled.

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

More
15 years 1 month ago #89548 by alaplume
Thanks for the feedback on this.

Is there any way to add this functionality into the Statistics category in a future Kunena release?

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

More
15 years 1 month ago #89550 by sozzled
Replied by sozzled on topic Re: Who has the most karma?
If there is overwhelming support from within the community for such a feature then it might be included as a standard feature (my personal views on the subject of "karma" notwithstanding). Somehow, though, I doubt that there is all that much enthusiasm for karma statistics. If you search this forum, you will find some very interesting (and possibly disturbing) opinions about karma. :)

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

More
15 years 1 month ago #89565 by alaplume
I don't understand why this can't be built into the "General Statistics" section in the back end of the Kunena forum. The Karma plus/minus icon is a part of the default feature with Kunena, so why couldn't there be a way to easily view this statistic of how many Karma points someone has?

My company would like to keep track of how many karma points each user has received. Since this is a default feature, I would really like this incorporated into the General Statistics page so I can track how my points each user has.

Please let me know your thoughts on this.

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

Time to create page: 0.251 seconds