Kunena 6.1.0 Released

The Kunena team has announce the arrival of Kunena 6.1.0 [K 6.1.0] which is now available for download as a native Joomla extension for J! 4.3.x & J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0

Solved Where can I enable the message count on the profile box on post view

More
3 weeks 5 days ago - 3 weeks 5 days ago #1 by ZeeKee
Hi, previously on the profile post view the messages posted by the user was shown, I mean, the count, the amount of messages. 
Now with this new version this is not shown. 
Several users ask me to enable it again but I can't found where. 
Usually was under the rank image.

Warning: Spoiler!


Thank you
Last edit: 3 weeks 5 days ago by ZeeKee. Reason: Config Report

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

More
3 weeks 4 days ago #2 by rich
The number of posts should be displayed automatically, there is no setting for this. Is this also not displayed with the Aurelia template?

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

More
3 weeks 4 days ago #3 by ZeeKee
Yes, with Aurelia template, shown a more/less button and Messages appear under this. How can I edit my template to show this Messages Information?

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

More
3 weeks 4 days ago #4 by ZeeKee
I've made it adding this code on the  public_html/components/com_kunena/template/nts_ksamurai/layouts/user/profile/
Code:
<?php if ($user->posts >= 1) : ?>     <li><?php echo Text::_('COM_KUNENA_POSTS') . ' ' . (int) $user->posts; ?>     </li>   <?php endif; ?>
KR

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

More
3 weeks 4 days ago #5 by rich
It seems to be a known problem ( see here ).

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

Time to create page: 0.554 seconds