- Posts: 55
- Thank you received: 3
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
Question few fast question about new kunena 1.6
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) ?when you pick Real Name than only the real name is show, except for the profile where the username is in parenthesis.
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
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
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Fast answer: No.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 ?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.