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

Question avatar size

More
13 years 8 months ago #11 by @quila
Replied by @quila on topic Re: avatar size
hmmm...

This is Blue Eagle of Kunena or some other template?
Where exactly is lockated file template.xml you have changed??
How is installed in Kunena?

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

More
13 years 8 months ago #12 by Baze
Replied by Baze on topic Re: avatar size
i'm using infinity template, the xml file i have changed is located in:
components/com_kunena/template/infinityhu16/template.xml

i have also checked the default template.xml (components/com_kunena/template/default) the values there are width:144, my site still shows width 100, values from the xml file of the infinity template. I have changed them from 100 to 200px, both for height and width. I have downloaded the file changed it localy, deleted the template file on the server and uploaded the changed template.xml

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

More
13 years 8 months ago - 13 years 8 months ago #13 by @quila
Replied by @quila on topic Re: avatar size
Ah, I just saw, but you are using Community Buildrer avatars, what is your settings for them in CB???
Last edit: 13 years 8 months ago by @quila.

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

More
13 years 8 months ago #14 by Baze
Replied by Baze on topic Re: avatar size
Max. Image Width: 200px
Max. Image Height: 500px
Max. Thumbnail Height: 100px
Max. Thumbnail Width: 146px

i've just changed the thubnails to 200 but the avatars remain same.

Firebug says:
Code:
element.style { max-height:100px; max-width:100px; } #Kunena span.kavatar img { border:1px solid #BFC3C6; margin:5px; padding:1px; }

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

More
13 years 8 months ago #15 by @quila
Replied by @quila on topic Re: avatar size
ok, can you show me values for avatars size from params.ini in your (infinity) template and also from Blue Eagle template. Thank you

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

More
13 years 8 months ago - 13 years 8 months ago #16 by Baze
Replied by Baze on topic Re: avatar size
the values were 100 in infinity and 144 in default so i've just changed them to the following, [strike]however, the avatars are still 100px in width :S[/strike] my bad, params.ini did the trick, i just needed to clean the cache of joomla, kunena and browser!

params.ini from infinity
Code:
avatarPosition=left buttonIconset=default profileIconset=default editorIconset=default avatarSizeXThumb=50 avatarSizeYThumb=50 avatarSizeXWelcome=100 avatarSizeYWelcome=100 avatarSizeXList=50 avatarSizeYList=50 avatarSizeXPost=200 avatarSizeYPost=200 avatarSizeXProfile=200 avatarSizeYProfile=200

params.ini from default template
Code:
avatarPosition=left buttonIconset=default profileIconset=default editorIconset=default forumHeadercolor=#5388B4 announcementHeadercolor= announcementBoxbgcolor= frontstatsHeadercolor= whoisonlineHeadercolor= avatarSizeXThumb=36 avatarSizeYThumb=36 avatarSizeXWelcome=72 avatarSizeYWelcome=72 avatarSizeXList=36 avatarSizeYList=36 avatarSizeXPost=200 avatarSizeYPost=200 avatarSizeXProfile=200 avatarSizeYProfile=200
Last edit: 13 years 8 months ago by Baze.

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

More
13 years 8 months ago #17 by @quila
Replied by @quila on topic Re: avatar size
yes, but firebug now say that you have max-width:200px and max-height:200px, and here limit of kunena is gone.

Now you have problem with CB, avatar shown from CB is a thumbnail, that mean created with limit you had before. If you want to show bigger avatar you must to reupload your avatar then new thumbnail is created with your new limit in CB.

So reupload your avatar in CB and let me know.
The following user(s) said Thank You: Baze

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

More
13 years 8 months ago #18 by Baze
Replied by Baze on topic Re: avatar size
yep, just edited my previous post, the params.ini did the trick!

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

More
13 years 8 months ago - 13 years 8 months ago #19 by @quila
Replied by @quila on topic Re: avatar size
Cool, to sommarise to other users.

To change avatar size need to do next
  1. Open the file template.xml from published template folder and insert values wanted
  2. Then go to backend of Kunena -> Template Manager -> Edit published template
  3. Save template to apply values from template.xml to params.ini
  4. Clean all cashe
Last edit: 13 years 8 months ago by @quila.
The following user(s) said Thank You: sozzled, 4King

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

More
13 years 8 months ago #20 by cbrace
Replied by cbrace on topic Re: avatar size
Thank everyone!

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

Time to create page: 0.557 seconds