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 Thumbnail Size

More
13 years 8 months ago #1 by thehappyotter
Thumbnail Size was created by thehappyotter
Hi,

Firstly, thanks for the new beta. I'm very impressed.

One feature I have been using is the ability to attach images to a post. The thumbnail has been set at 150px max on the config page but is still showing scaled to 32x32.

How do I increase the thumbnail size in the template? I can't find the code.

Any help is much appreciated.

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

More
13 years 8 months ago #2 by etusha
Replied by etusha on topic Re: Thumbnail Size
Thanks for reporting we will check that soon as possible
Please can you provide more informations about your site Joomla and Kunena version

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

More
13 years 8 months ago #3 by thehappyotter
Replied by thehappyotter on topic Re: Thumbnail Size
Hi, thanks for the quick reply.

It's at www.classicbritishfiles.com and running Joomla 1.5.20 and the latest Kunena 1.6 beta if that helps?

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

More
13 years 8 months ago #4 by etusha
Replied by etusha on topic Re: Thumbnail Size
can you upgrade to latest version RC1

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

More
13 years 8 months ago #5 by thehappyotter
Replied by thehappyotter on topic Re: Thumbnail Size
Sorry, I meant RC not Beta.

It says "Installed version: Kunena 1.6.0-RC1 | 2010-08-09 | 3173 [ Kujadili ]"

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

More
13 years 8 months ago #6 by thehappyotter
Replied by thehappyotter on topic Re: Thumbnail Size
Hi,

Did anyone come up with a solution for this? My users are asking.

Thanks.

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

More
13 years 8 months ago #7 by Matias
Replied by Matias on topic Re: Thumbnail Size
template/default/kunena.forum.css (line 1569):
Code:
#Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { margin-left:10px; max-height:32px; max-width:32px; }

Either copy changed file into kunena.forum.min.css or try to find this from there.

BTW: attaching images into posts will make them full width.

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

More
13 years 3 months ago #8 by Ceasar
Replied by Ceasar on topic Re: Thumbnail Size
Does not work for me. I've been searching everywhere here to resize to thumbnail to a bigger size with no success. Hope someone may have a solution.

Matias wrote: template/default/kunena.forum.css (line 1569):

Code:
#Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { margin-left:10px; max-height:32px; max-width:32px; }

Either copy changed file into kunena.forum.min.css or try to find this from there.

BTW: attaching images into posts will make them full width.

Attachments:

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

More
13 years 3 months ago #9 by Ceasar
Replied by Ceasar on topic Thumbnail Size
I've been looking everywhere and can't find anything about resizing the thumbnail image after adding the image. My forum works without a glitch. Can someone point me to the code where I can make it bigger? I will add one on this post and you will see the thumbnail for example. Thank you in advance...
Attachments:

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

More
12 years 3 weeks ago - 12 years 3 weeks ago #10 by simonfi
Replied by simonfi on topic Re: Thumbnail Size
Find kunena.forum-min.css in your used template and modify this:

#Kunena ul.kfile-attach li{
list-style-type:none;margin-top:10px;
padding-left:30px;background:url("../images/icons/attachment.png") no-repeat;
/*-height:32px;
line-height:32px;*/

width:200px;
float:left;
}

and

#Kunena ul.kfile-attach-editing li{
list-style-type:none;
margin-top:10px;
line-height:200px;
}

and

#Kunena ul.kfile-attach li a img,#Kunena ul.kfile-attach-editing li a img{
max-width:200px;
max-height:200px;

margin-left:10px;
}
Last edit: 12 years 3 weeks ago by simonfi.

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

Time to create page: 0.415 seconds