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 Change legend colours: Site Administrator, Global Moderator, etc.

More
14 years 11 months ago - 14 years 11 months ago #97543 by sozzled
Custom groups? Like what, specifically? :S

Perhaps this topic may answer your question: How to add new groups/legends for forum?

Different question to the one asked at the start of this topic.
Last edit: 14 years 11 months ago by sozzled.

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

More
14 years 11 months ago #97547 by Dprince1
thank you for putting up with my crap. this helps alot.

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

More
14 years 6 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 2 months 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 2 months 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 months ago - 14 years 2 months 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 months ago by sozzled.
The following user(s) said Thank You: jplamp, danss2

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

Time to create page: 0.269 seconds