Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Change legend colours: Site Administrator, Global Moderator, etc.

More
14 years 4 months ago #110357 by ZYNC
where in the backend of the joomla/kunena settings do i enable the colors-legend? i'm not sure why there's no color codes anymore in my forum index page at www.chat.com.ph/forum

sorry if my question is off-topic. thanks for any help.
The following user(s) said Thank You: danss2

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

More
14 years 3 weeks ago #119657 by danss2

ZYNC wrote: where in the backend of the joomla/kunena settings do i enable the colors-legend? i'm not sure why there's no color codes anymore in my forum index page at www.chat.com.ph/forum

sorry if my question is off-topic. thanks for any help.

I'd like to know this too.... ZYNC, i see, by your forum, that you figured out the answer to your question.... Would you mind sharing, please?

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

More
14 years 3 weeks ago #119669 by Jiminimonka
The answer is already posted in this discussion, read through the previous posts.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.

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

More
14 years 2 weeks ago - 14 years 2 weeks ago #119693 by sozzled
There is a problem with the URL link in msg #2 (where the answer is posted) but let me repeat the correct full answer here.

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; }
Last edit: 14 years 2 weeks ago by sozzled.
The following user(s) said Thank You: jplamp, danss2

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

More
14 years 2 weeks ago - 14 years 2 weeks ago #119706 by danss2
Thank you, sozzled, for reposting the answer, as the link in the answer post is indeed dead.

PS - didn't help :-(
Last edit: 14 years 2 weeks ago by danss2.

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

More
14 years 2 weeks ago #119710 by danss2
I did find this code in kunena.forum.css but without any colors indicated.... It looks like this:
Code:
#Kunena .kwho-admin { } #Kunena .kwho-globalmoderator { } #Kunena .kwho-moderator { } #Kunena .kwho-user { } #Kunena .kwho-guest { } #Kunena .kwho-banned { } #Kunena .kwho-blocked { }

I've tried to insert a color code into that (ie color: #CD3F01 !important;) but nothing changed either...

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

Time to create page: 0.257 seconds