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 How to edit the User-Legend?

More
3 years 5 months ago - 3 years 5 months ago #1 by DopiGFX
Hello!
I seached in the Web, but I didn't found the right answer how to edit this. 
The first thing I want to change: 

I want to remove "Supermoderator" & "Moderator"

The second thing I want to Change is the Color of the other ranks in the Legend and the color of the usernames with that rank.

I'm quite new to web-development, so I need an explanation for newbies :P
Thanks a lot!

Kind Regard
DopiGFX
Last edit: 3 years 5 months ago by DopiGFX.

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

More
3 years 5 months ago #2 by rich
Replied by rich on topic How to edit the User-Legend?
Chang user collors   

Use additional this code if you want to hide some ranks.
Example:
Code:
div#kwho .kwho-admin, div#kwho .kwho-globalmoderator, div#kwho .kwho-moderator {      display: none; }
The following user(s) said Thank You: DopiGFX

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

More
3 years 5 months ago - 3 years 5 months ago #3 by DopiGFX
Thanks! That helped a lot... first I tought it's not working, but after empty the cache it worked! One little last question: How can I rename or add a rank? Or is there a list where I can find all those possibilities?
Last edit: 3 years 5 months ago by DopiGFX.

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

More
3 years 5 months ago #4 by rich
Replied by rich on topic How to edit the User-Legend?
In principle you can rename all ranks, but also it's possible to create own ranks and own rank images.
Add rank

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

More
3 years 5 months ago #5 by DopiGFX
Yea, I know what you mean. But if I add a rank this way, it doesn't appear in the legend but thats what I want.
Lets say I want those all in the legend: Administrator, Moderator, Friend, Super User, User & Banned
Every rank below Moderator shoul only be cosmetically, so they should only be colored and nothing else.
Is it possible to do that?

Btw: Thanks for the quick help!

Kind Regards

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

More
3 years 5 months ago - 3 years 5 months ago #6 by rich
Replied by rich on topic How to edit the User-Legend?
You can't add your own ranks to the legend. You can only rename already exists rank names in the legend. If you want to change the rank names in the legend, you need language overrides.  Language Overrides
Last edit: 3 years 5 months ago by rich.
The following user(s) said Thank You: DopiGFX

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

More
3 years 5 months ago #7 by DopiGFX
Okay nice! Thank's for your help, the language override was nearly what I was looking for!

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

More
3 years 5 months ago - 3 years 5 months ago #8 by rich
Replied by rich on topic How to edit the User-Legend?
Maybe it helps this trick to find the right strings quickly.
I saw on you screenshot you use German language.
Choose the German language for frontend and search by keyword "Supermoderator".
This code is the relevant hit:
COM_KUNENA_COLOR_GLOBAL_MODERATOR
Cut off this code to COM_KUNENA_COLOR_
Now search for Constant and enter the cutted code.

You get these results:
Code:
COM_KUNENA_COLOR_ADMINISTRATOR Administrator COM_KUNENA_COLOR_BANNED Gebannt COM_KUNENA_COLOR_GLOBAL_MODERATOR Supermoderator COM_KUNENA_COLOR_GUEST Gast COM_KUNENA_COLOR_MODERATOR Moderator COM_KUNENA_COLOR_USER Benutzer
Last edit: 3 years 5 months ago by rich.

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

Time to create page: 0.486 seconds