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.

Question AUP and Kunena Integration Hiding Medals

More
15 years 2 months ago #91992 by ocsum
Hi All,

I would like to be able to hide the medals under the avatar in users forum posts. The only option i can find is "Show User Statistics" in Kunena>forum configuration>Users. But that hides everything. I would still like to be able to see # of posts and # of Points. Any help is appreciated.

Thanks!

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

More
15 years 2 months ago - 15 years 2 months ago #92166 by thetoast
what profile views and template do you use for kunena?

Here's the code in the default template.

Navigate here

/components/com_kunena/template/default/view

open the profile.vertical.php

Starting around line 74
Code:
<?php endif ?> <?php if ( $this->usermedals ) : ?> <li class="kpost-usermedals"> <?php foreach ( $this->usermedals as $medal ) : ?> <?php echo str_replace('<img', '<img width="32" height="32"', $medal); ?> <?php endforeach ?> </li> <?php endif ?>

Just comment that out
Last edit: 15 years 2 months ago by thetoast.

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

Time to create page: 0.226 seconds