Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] 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
6 months 2 weeks ago #11 by Bearsampp
Replied by Bearsampp on topic strange icon on login
Guy, I'm really confused as to why this is so hard to fix PROPERLY. I've provided very clear & detailed content as to EXACTLY what is happening and where.
I've been told its the avatar type. No, its not the avatar type.
#1 its just a shape, #2 I've tried them all

I pointed out very clearly that there is a "green" class being applied to the avatar. Surely you don't think I did that myself? Just incase you think I did I even supplied the kunena css which it calls.
Yes, I have a green button and a css element to style that button. named "green".
IF we were discussing the shade of green then all this would make more since but we're not. We're discussing WHY IS THERE A GREEN CLASS WITH THE AVATAR! I want it removed!

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

More
6 months 2 weeks ago - 6 months 2 weeks ago #12 by rich
Replied by rich on topic strange icon on login
This color indicates the online status (green for online, red for busy, etc.).
If you want to remove this, change the avatar type from Thumbnail to Normal in the Aurelia settings.
If the narrow green frame around the avatar afterwards still bothers you, add the following code to the custom.scss file (and empty the cache if necessary).

Code:
.dropdown-toggle img.green {   box-shadow: 0 0px !important; }

You have to do the same for the other colors.

Important! Always create a backup before you make any changes to your website!
Last edit: 6 months 2 weeks ago by rich.
The following user(s) said Thank You: Bearsampp

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

More
6 months 2 weeks ago - 6 months 2 weeks ago #13 by Bearsampp
Replied by Bearsampp on topic strange icon on login
tyvm for the clear and detailed answer. Could we use scss perhaps to change it to a small dot say to the bottom right outer corner of the avatar?

From a design point of view I think I would've used BS colors since it would then match the sites color schema but thats me.

EDIT: or, perhaps something like this without the big white center.  So its just a green/red/yellow ring around the avatar?
NOTE: I've increased the avatar size to 30px in this example
 
Last edit: 6 months 2 weeks ago by Bearsampp.

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

More
6 months 2 weeks ago #14 by Pinkeltje
Replied by Pinkeltje on topic strange icon on login
I really don't understand why you have a border with avatar type set to normal.  

BTW: the blue button color is coming from your template. My screenshot is from a clean J5 install with only Cassiopeia and Aurelia.

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

More
6 months 2 weeks ago #15 by rich
Replied by rich on topic strange icon on login

If you want to remove this, change the avatar type from Thumbnail to Normal in the Aurelia settings.

@Bearsampp It seems that you have set Avatartype to Thumbnails.

@Pinkeltje You will only see this color frame if you have setting "Icon Type = Fontawesome" and Avatartype = Thumbnail, Rounded or Circle in Aurelia.
.
 

Important! Always create a backup before you make any changes to your website!

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

More
6 months 2 weeks ago - 6 months 2 weeks ago #16 by Pinkeltje
Replied by Pinkeltje on topic strange icon on login
@rich:
Exactly. But as I understand Bearsampp doesn't want border to show, so he can just set icontype to Normal as I stated here

I really don't understand why you have a border with avatar type set to normal.  


BTW: the blue button color is coming from your template. My screenshot is from a clean J5 install with only Cassiopeia and Aurelia.

 
It sets the class to none, so borders are not shown.

@Bearsampp:

NOTE: I've increased the avatar size to 30px in this example

logout icon size is hardcoded in widget logout, so I wonder how you changed it.
Last edit: 6 months 2 weeks ago by Pinkeltje.

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

More
6 months 2 weeks ago #17 by Bearsampp
Replied by Bearsampp on topic strange icon on login
To help standardize our discussion I went ahead and changed it to normal. I think I can live with this now.
This email address is being protected from spambots. You need JavaScript enabled to view it. here's the custom.css
Code:
#kunena.layout .dropdown-toggle .status-none, #kunena.layout .dropdown-toggle img.none { background: transparent !important; width: 32px; box-shadow: none; }

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

Time to create page: 0.512 seconds