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

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

More
8 years 1 month ago - 8 years 1 month ago #1 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: 8 years 1 month ago by Wano-k.

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

More
8 years 1 month ago - 8 years 1 month ago #2 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: 8 years 1 month ago by WolfgangOWL.
The following user(s) said Thank You: Wano-k

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

More
8 years 1 month ago #3 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: 1.463 seconds