- Posts: 16
- Thank you received: 0
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?
15 years 1 month ago - 15 years 1 month ago #89528
by alaplume
Who has the most karma? was created 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?
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.
15 years 1 month ago #89534
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: General Statistics in Kunena
Hello,
Staticstics doesn't show this kind of information
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.
15 years 1 month ago - 15 years 1 month ago #89537
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: General Statistics in Kunena
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
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 1 month ago by sozzled.
Please Log in or Create an account to join the conversation.
15 years 1 month ago #89548
by alaplume
Replied by alaplume on topic Re: General Statistics in Kunena
Thanks for the feedback on this.
Is there any way to add this functionality into the Statistics category in a future Kunena release?
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.
15 years 1 month ago #89550
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 1 month ago #89565
by alaplume
Replied by alaplume on topic Re: Who has the most karma?
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.
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.409 seconds