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

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.

Merged Change legend colours: Site Administrator, Global Moderator, etc.

More
10 years 6 months ago #21 by sozzled
Contact the developer of the template you are having problems with or use the Kunena Blue Eagle template - it's your choice.

This discussion is now closed.

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

More
10 years 4 months ago #22 by alanhome
Hi all, I found instructions on the forum for changing admin/moderator colors for K1.6, but I made the CSS change and it's not working for 3.0.2--can anyone tell me where I should be making that change? Thanks!

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

More
10 years 4 months ago #23 by sozzled
*** Topics merged - topic re-opened ***

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?

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

More
10 years 4 months ago - 9 years 6 months ago #24 by sozzled
Updated information for K 3.0.3:

To change the legend colours, add the following lines at the end of your Joomla site template CSS file:
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; }
Change the values of "color" as you need them. :)

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.
Last edit: 9 years 6 months ago by sozzled.

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

More
9 years 7 months ago - 9 years 7 months ago #25 by z3r0rad1ant
Replied by z3r0rad1ant on topic Kunena Legend?
Hello kunena forum.
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.
Attachments:
Last edit: 9 years 7 months ago by z3r0rad1ant.

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

More
9 years 7 months ago #26 by rich
Replied by rich on topic Kunena Legend?
The correct codes are such as:
Code:
#Kunena .kwho-globalmoderator, #Kunena a.kwho-globalmoderator { color: green !important; }
Add the codes at the end on your Joomla! template.css and it should work.

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

More
9 years 7 months ago #27 by z3r0rad1ant
Replied by z3r0rad1ant on topic Kunena Legend?
what template.css?
kunena.forum.css or in the template.css of my template?

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

More
9 years 7 months ago #28 by rich
Replied by rich on topic Kunena Legend?
I have removed your signature image, as it has been very uncomfortable.

what template.css?
kunena.forum.css or in the template.css of my template?

In the template.css of your current Joomla template.

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

More
9 years 6 months ago #29 by AnonDafb
Replied by AnonDafb on topic Help Kunena Legend!
Hi kunena forums.
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!
Attachments:

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

More
9 years 6 months ago #30 by rich
The following user(s) said Thank You: AnonDafb

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

Time to create page: 0.492 seconds