Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question few fast question about new kunena 1.6

More
15 years 5 months ago - 15 years 5 months ago #69537 by kerios83

when you pick Real Name than only the real name is show, except for the profile where the username is in parenthesis.

So is there any way i can remove username in parenthesis at the profile (chack or <option> in kunena configuration menu)? also Admin/moderator - diffrent text color by default, is there any chack to achieve it (like admin/mods write always in red text color) ?

Those are very important case for me. In near future I will try hire a programer to write some plugin/component to change login a bit but for now I have no other option. Any answer (chack) is welcome here.

Also answer about difrent kunena templates for category would be nice - is it possible, eta ?

BTW extensions.joomla.org/extensions/access-.../authentication/7727

EDIT:

inside you template ->

add

.k-name
{display:none;}

username disappear but EDIT button also disappear :( and users can still see users e-mail when click on SOURCE in their browsers

the best way to do those chacks are kunena .php files but we need to know what file to edit and where...

EDIT:

.kpost-userrank
{display:none;}

dosent work :(

when u want change the rank title to blank - "missing parameter" :(
I notice here that alt="" parameter is blank isnstead of have rank name from Rank Manager
Last edit: 15 years 5 months ago by kerios83.

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

More
15 years 5 months ago #69918 by kerios83
If u dont want to see username in profile:

components\com_kunena\template\YOU TEMPLATE\default\profile - summary.php

<h2><span class="k-name"><?php echo JText::_('COM_KUNENA_USER_PROFILE'); ?> <?php echo $this->escape($this->name); ?></span>

line 30 change it to:

<h2><span class="k-name"><!-- <?php echo JText::_('COM_KUNENA_USER_PROFILE'); ?> <?php echo $this->escape($this->name); ?> --></span>

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

More
15 years 5 months ago #70021 by kerios83
So is there any way to change admin/moderator default font color ?

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

More
15 years 5 months ago #70025 by xillibit
Hello,

maybe this doc will help you : docs.kunena.org/index.php/Coloured_member_types

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: kerios83

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

More
15 years 5 months ago - 15 years 5 months ago #70147 by kerios83
THX man ! That's part of what I was looking for ! But how to change font color in topic ? I want every word writen by administrator to be yellow for example, not only his nick and history. Is there any way i can achieve it ?
Last edit: 15 years 5 months ago by kerios83.

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

More
15 years 5 months ago #70809 by sozzled

kerios83 wrote: THX man ! That's part of what I was looking for ! But how to change font color in topic ? I want every word writen by administrator to be yellow for example, not only his nick and history. Is there any way i can achieve it ?

Fast answer: No.

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

Time to create page: 0.267 seconds