Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Solved How get and display "all written posts" in other place than statistics?

More
10 years 11 months ago - 10 years 11 months ago #166644 by Armor
Hi all :) ;)
I know Kunena 3.x is no longer supported but (I must to use it) I have a question.
I use Joomla 3.4.x and Kunena 3.0.8

How can I get and display variable "all written posts" on forum (all users) in a other place than statistics? for example: in the profile view. ;)

I am changing the "Karma" in forum in which something like: reputation, and I want to count the number of user posts / number of all forum posts.


Can anyone help me? Thank you in advance ;)


OK problem solved ;)
Code:
<?php $kunena_stats = KunenaForumStatistics::getInstance(); $kunena_stats->loadGeneral(); //$this->assign($kunena_stats); echo $kunena_stats->messageCount;?>
Last edit: 10 years 11 months ago by Armor.

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

More
10 years 11 months ago - 10 years 11 months ago #166652 by 810
Code:
<?php $kunena_stats = KunenaForumStatistics::getInstance(); $kunena_stats->loadGeneral(); echo $kunena_stats->messageCount; ?>
Last edit: 10 years 11 months ago by 810.
The following user(s) said Thank You: Armor

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

Time to create page: 0.426 seconds