Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

Question May I disable auto-resize of pictures?

More
16 years 2 months ago #41129 by bsdvn
hi all

I would like to disable auto-resize picture of I would like to change the site of picture for auto-resize of these picture

Could you help me to do it?

Tks in advance

mysite here
Joomla 1.1.15
Kunena 1.5.8

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

More
16 years 2 months ago - 16 years 2 months ago #41134 by John
Why would you like to disable auto-resize? It resizes your pictures to fit your forum. If you disable auto resize and someone attaches a 3600 pixel wide photo it will wreck your layout.
Last edit: 16 years 2 months ago by John.

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

More
16 years 2 months ago #41138 by bsdvn
can I set default site after auto-resize?

mysite here
Joomla 1.1.15
Kunena 1.5.8

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

More
16 years 2 months ago - 16 years 2 months ago #41144 by John
That would make more sence. Have been trying to locate where you can set the max-width but cant find it.

When adding a link kunena adds this to the link: style='max-width:540px;

Can't find where the 540px is defined. That would be a nice one to include in the backend so you can define not only the width of your textbox but also the pictures.
Last edit: 16 years 2 months ago by John.

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

More
15 years 11 months ago #50397 by AHouston
This value isn't defined explicitly, it's a function of your template's parameters.

Look for this line:
$imgmaxsize = (int)(($fbConfig->rtewidth * 90) / 10); // 90% of text width

in components/com_kunena/lib/kunena.parser.php

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

Time to create page: 0.195 seconds