Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Sugesting fixes for crypsis. Where?

More
6 years 2 months ago - 6 years 2 months ago #1 by TwizyForum
Playing with the template I found a few things that might be worth changing to fix some problems that maybe concern other users.

Where can I suggest those changes, so that I do not have to override and diff those CSS forever ;-)


In one case I noticed that with fluid option in the protostar template the profile side menu does act up.

In the first post, the "Autor" indicator slips to the right.



Putting the avatar picture in its own line item will fix this, and should not be a problem for anyone?

/layouts/user/profile/default.php
Code:
<?php if ($avatar) : ?> <li> <?php echo $user->getLink($avatar, null, ''); ?> </li> <li> <?php if (isset($this->topic_starter) && $this->topic_starter) : ?> <span class="hidden-phone topic-starter <?php if (KunenaFactory::getTemplate()->params->get('avatarType') == 'img-circle') {echo 'topic-starter-circle';};?>"><?php echo JText::_('COM_KUNENA_TOPIC_AUTHOR') ?></span> <?php endif;?> <?php /*if ($user->isModerator()) : */?><!-- <span class="<?php /*if (KunenaFactory::getTemplate()->params->get('avatarType') == 'img-circle') {echo 'topic-moderator-circle';};*/?> topic-moderator"><?php /*echo JText::_('COM_KUNENA_TEAM_MEMBER') */?></span> --><?php /*endif;*/?> </li> <?php endif; ?>

With this simple fix the page looks good , even in 1440px

Attachments:
Last edit: 6 years 2 months ago by TwizyForum.

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

Time to create page: 0.436 seconds