- Posts: 1663
- Thank you received: 201
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question avatar size
15 years 9 months ago - 15 years 9 months ago #55353
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: 15 years 9 months ago by @quila.
Please Log in or Create an account to join the conversation.
15 years 9 months ago #55357
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:
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.
15 years 9 months ago #55360
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.
15 years 9 months ago - 15 years 9 months ago #55362
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
params.ini from default template
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: 15 years 9 months ago by Baze.
Please Log in or Create an account to join the conversation.
15 years 9 months ago #55364
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.
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.
15 years 9 months ago #55365
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.
Time to create page: 0.359 seconds