Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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
8 years 9 months ago - 8 years 9 months ago #1 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: 8 years 9 months ago by Armor.

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

More
8 years 9 months ago - 8 years 9 months ago #2 by 810
Code:
<?php $kunena_stats = KunenaForumStatistics::getInstance(); $kunena_stats->loadGeneral(); echo $kunena_stats->messageCount; ?>
Last edit: 8 years 9 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.571 seconds