Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Configuration> Uploads > Image thumbnail Height?

More
11 years 9 months ago - 11 years 9 months ago #158852 by mjind
Hi!

When I change the thumbnail Height in configuration > uploads, it doesn't do anything. Stays at like 32?

However, changing the width does work.

Does anyone here know what the issue could be?

Using Kunena 3.0.6 and Joomla 3.3.1
Link: www.kite.mn/forum/
Last edit: 11 years 9 months ago by mjind.

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

More
11 years 9 months ago #158940 by Josh
A link to a specific example would help me figure this out (hopefully).
The following user(s) said Thank You: mjind

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

More
11 years 9 months ago - 11 years 9 months ago #158955 by mjind

Josh wrote: A link to a specific example would help me figure this out (hopefully).


Hi Josh, thanks!
Here is a test:
www.kite.mn/forum/kiteboarding-chat/8-photo-attach-test

Both height and width are set to 200px in the config>uploads
Last edit: 11 years 9 months ago by mjind.

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

More
11 years 9 months ago - 11 years 9 months ago #158956 by sozzled
You could, possibly, add the following code to the end of your Joomla site template:

Code:
#Kunena ul.kfile-attach li { max-height: 200px; } #Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { max-height: 200px; }
Last edit: 11 years 9 months ago by sozzled.
The following user(s) said Thank You: mjind

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

More
11 years 9 months ago #158957 by mjind

sozzled wrote: You could, possibly, add the following code to the end of your Joomla site template:

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


Thank you, looks like we're almost there:
www.kite.mn/forum/kiteboarding-chat/8-photo-attach-test

It looks to be 200px by 200px now, however, it is partially hidden under the message box?

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

More
11 years 9 months ago #158958 by Josh
The selector "#Kunena ul.kfile-attach li" is constraining it to 32px in height. Over ride this. B)

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

Time to create page: 0.240 seconds