Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Merged Change legend colours: Site Administrator, Global Moderator, etc.
This discussion is now closed.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
K 3.0.2 is unsupported.
The easiest way to find out what needs to be changed is to use a browser-based web design tool (e.g. Firebug for Firefox). Msg #2 in this [merged] topic will give you a clue as to what you need to do.
You define different colours for K 3.0.3 in the same way as our recommended instructions for K 2.0, K 1.7 and K 1.6.
You make the changes by adding extra lines to the end of your Joomla site template CSS file.
Further help is given in the FAQs page (see How do I change the colours of my template in Kunena?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
To change the legend colours, add the following lines at the end of your Joomla site template CSS file:
Do not attempt to directly modify the files kunena,foum-min.css or kunena.forum.css. Make any custom changes you require to the end of your Joomla site template CSS file.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- z3r0rad1ant
- Offline
- New Member
I have some questions about how edit the legend.
I want change the colors of the last version. I was looking many post about it and much show this code:
/* COLOR ADMINISTRATOR AND MODERATOR
*/
#Kunena .kwho-admin {
color: #FF0000 !important;
}
#Kunena .kwho-globalmoderator {
color: #800000 !important;
}
#Kunena .kwho-moderator {
color: #0000FF !important;
}
#Kunena .kwho-user {
color: #5388B4 !important;
}
#Kunena .kwho-guest {
color: #666666 !important;
}
#Kunena .kwho-banned {
color: #A39D49 !important;
}
#Kunena .kwho-blocked {
color: #ff0000 !important;
}
I add this in the file Kunena.forum.css but no work (obviously i use my favorite colors but not work):
I just only can change the names to the legend.
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- z3r0rad1ant
- Offline
- New Member
kunena.forum.css or in the template.css of my template?
Please Log in or Create an account to join the conversation.
In the template.css of your current Joomla template.what template.css?
kunena.forum.css or in the template.css of my template?
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
I have a question about the legend, because i changed the name legend and colours, but no there change for users
I change the name of Administrator to Lider, and the colors of all the legend, but no apply. if you see my nick continue with the red color.
Level Designer and Developer of Urban Terror!
Please Log in or Create an account to join the conversation.
www.kunena.org/forum/k-3-0-general-templ...131496-kunena-legend
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.