Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

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

More
2 years 10 months ago - 2 years 10 months ago #228156 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: 2 years 10 months ago by ZeeKee. Reason: Config Report

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

More
2 years 10 months ago #228157 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?

Important! Always create a backup before you make any changes to your website!

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

More
2 years 10 months ago #228158 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
2 years 10 months ago #228159 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
2 years 10 months ago #228160 by rich
It seems to be a known problem ( see here ).

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.380 seconds