Kunena move to crowdin for the translations

Like announced in the release nots of the K6.4 RC4 release, Kunena project has moved to crowdin : crowdin.com/project/kunena-forum to manage translations from K6.4 and beyond. The RC4 release is the last version before the stable, so for all translators please update your translations on crowdin.

Transifex is keept for translations from K6.3 and the previous versions of Kunena.

Kunena 6.3.10 Released
The Kunena team has announce the arrival of Kunena 6.3.10[K 6.3.10] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved strange icon on login

More
8 months 2 weeks ago #1 by Bearsampp
The icon when you log in is green and unrecognizable.  It also appears hard coded to 20x20.  I'd like it to be bigger, recoginizable and not green.
How can this be done?

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

More
8 months 2 weeks ago #2 by Pinkeltje
Replied by Pinkeltje on topic strange icon on login
What if you set icons to fontawesome instead of svg?

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

More
8 months 2 weeks ago #3 by Bearsampp
Replied by Bearsampp on topic strange icon on login
that helped but it still has a weird green background
 

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

More
8 months 1 week ago #4 by Pinkeltje
Replied by Pinkeltje on topic strange icon on login
Have a look at your templates avatar settings.

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

More
8 months 1 week ago #5 by Bearsampp
Replied by Bearsampp on topic strange icon on login
There are no color setting under avatar. There is a green for "new" but that should be topics

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

More
8 months 1 week ago #6 by Pinkeltje
Replied by Pinkeltje on topic strange icon on login
Tab features - Avatar Type

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

More
8 months 1 week ago - 8 months 1 week ago #7 by Bearsampp
Replied by Bearsampp on topic strange icon on login
that changes the shape but doesn't change the class.  The green class still exists.
 
It appears to be caused by your .css though the root cause is that green class
Code:
[code]
#kunena.layout .dropdown-toggle .status-green, #kunena.layout .dropdown-toggle img.green {
margin-top: 0 !important;
​​​​​​​box-shadow: 0 0 0 2px #008000, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0, 0, 0, 0.1);
}
​​​​​​​[/code]
Last edit: 8 months 1 week ago by Bearsampp.

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

More
8 months 1 week ago #8 by Pinkeltje
Replied by Pinkeltje on topic strange icon on login
my css?
Just choose the right avatar type.

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

More
8 months 1 week ago #9 by Bearsampp
Replied by Bearsampp on topic strange icon on login
choosing the avatar type doesn't change wether the green class shows or not. It only changes the avatar style.

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

More
8 months 1 week ago #10 by Leen
Replied by Leen on topic strange icon on login
have you ever set the color yourself?
otherwise the color of your picture looks a bit like the green button on your home page (get started)
and that color comes from your custom.css (rule95))from your own template
set that to another color does it change the color of the avatar too?
Code:
.green, .success { background: #218838 !important; color: white; border-color: darkgreen !important; }

L.v.d.A
Attachments:

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

Time to create page: 0.306 seconds