Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Solved [SOLVED][Crypsis 4.0.10] Remove "More" button under users

More
10 years 3 months ago - 10 years 3 months ago #173836 by Wano-k
I always have a "More" and "Less" button under users displaying posts number, etc. I'd like to remove this button and directly display its contain.



Thank you for helping. ;)
Last edit: 10 years 3 months ago by Wano-k.

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

More
10 years 3 months ago - 10 years 3 months ago #173837 by WolfgangOWL
In file
./components/com_kunena/template/crypsis/layouts/user/profile/default.php

find these lines and delete them
Code:
<span class="heading btn btn-small heading-less" style="display:none;"><i class="icon-arrow-up"></i> <?php echo JText::_('COM_KUNENA_USER_PROFILE_BUTTON_LABEL_LESS') ?></span> <span class="heading btn btn-small"><i class="icon-arrow-down"></i> <?php echo JText::_('COM_KUNENA_USER_PROFILE_BUTTON_LABEL_MORE') ?></span>

replace this line
Code:
<div class="content" style="display:none;">

with this
Code:
<div class="content" style="">

I didn't test it but it should work.
Last edit: 10 years 3 months ago by WolfgangOWL.
The following user(s) said Thank You: Wano-k

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

More
10 years 3 months ago #173849 by Wano-k
Perfect! It's working well, and I now know where I can customize profiles. B)

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

Time to create page: 0.242 seconds