Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

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 Avatar dimensions

More
9 years 9 months ago #1 by margsot
Avatar dimensions was created by margsot
Hello, i would like to ask how can i display the avatar images of members in perfect square 100px x 100px. I mean in the posts of forum. i tried all settings in the backend but cant make this work. is there any way to do that???

Thanks

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

More
9 years 9 months ago #2 by margsot
Replied by margsot on topic Avatar dimensions
Anyone ??? :(

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

More
9 years 9 months ago - 9 years 9 months ago #3 by sozzled
Replied by sozzled on topic Avatar dimensions
Do you have time to answer the question I asked you in another topic on this forum?
Last edit: 9 years 9 months ago by sozzled.

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

More
9 years 9 months ago #4 by margsot
Replied by margsot on topic Avatar dimensions
just answered.

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

More
9 years 9 months ago #5 by sozzled
Replied by sozzled on topic Avatar dimensions

margsot wrote: Hello, i would like to ask how can i display the avatar images of members in perfect square 100px x 100px. I mean in the posts of forum. i tried all settings in the backend but cant make this work.

Yes, there are ways to do this.

The easiest way to change the display size of the avatar image to the specific dimensions that you have asked (and only in the place where you want this change to operate) is to add the following lines to the end of your Joomla site template file:
Code:
#Kunena span.kavatar img { height: 100px !important; width: 100px; }

Please let me know if this works.

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

More
9 years 9 months ago #6 by margsot
Replied by margsot on topic Avatar dimensions
i already tried that solution but unfortunately distorts the image and looks very uggly. the right way should be a cropped image but dont know how to do that.

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

More
9 years 9 months ago #7 by sozzled
Replied by sozzled on topic Avatar dimensions

margsot wrote: i already tried that solution but unfortunately distorts the image and looks very uggly. the right way should be a cropped image but dont know how to do that.

I don't know how to make your images "pretty", sorry.

You asked how to make your avatar images display 100px x 100px. I have given you the best answer that I can give you. Perhaps another member of the community can offer you a better answer.

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

More
9 years 9 months ago #8 by 810
Replied by 810 on topic Avatar dimensions
Cropped avatar isn't supported yet in Kunena. We have added it to the new version. K3.1.
The following user(s) said Thank You: mjind

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

More
9 years 3 months ago #9 by mjind
Replied by mjind on topic Avatar dimensions
What if I want to change just the avatars here on this page. The "latest" modules ?

www.3dsignforum.com/

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

More
9 years 3 months ago #10 by sozzled
You can change the dimensions of the avatar images to any size you like but there is no guarantee that the results will look "pretty". If you want the avatar images in the Kunena Latest module to appear square, try adding the following CSS to the end of your Joomla site template:
Code:
.klatest-avatar img { width: 64px; height: 64px; }

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

Time to create page: 0.369 seconds