Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Change Administrator/Moderator Colors - Cripsys

More
6 years 11 months ago #1 by joomleb
Hi guys,
Please, on Cripsys, How to change Administrator/Moderator Colors ?
I mean the Administrators/Moderators usernames since I don't use "Ranks" images.

I cannot find any option into Kunena:
- Templates > Cripsys > Edit > Colors ...
- Users > Edit > ...
- Ranks ...
- Configuration > Ranking ...

For the future I think would be a good thing have a way to manage and assign "username / Ranks Images" colours at he same time...

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

More
6 years 11 months ago #2 by rich
Add this codes in your custom.less , then empty the cache.

Code:
.layout#kunena .kwho-globalmoderator { color: #ee5555; } .layout#kunena .kwho-admin { color: #008000; }

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

More
6 years 11 months ago #3 by joomleb
Hi rich,
many thanks for the trick!

Just a little issue, the .kwho-globalmoderator is valid only if I assign the user as a "Global Moderator", when I assign a user to a specific / some specifics forums isn't running.
Please, How to assign a specific color also for users moderators that are not Global Moderators ?

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

More
6 years 11 months ago #4 by rich
Code:
.layout#kunena .kwho-moderator { color: #ee5555; }

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

Time to create page: 0.488 seconds