- Posts: 11
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
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?
16 years 5 months ago #41129
by bsdvn
mysite here
Joomla 1.1.15
Kunena 1.5.8
May I disable auto-resize of pictures? was created 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
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.
16 years 5 months ago - 16 years 5 months ago #41134
by John
My websites: AquaInfo.org | AquaInfo.nl
Replied by John on topic Re:May I disable auto-resize of pictures?
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.
My websites: AquaInfo.org | AquaInfo.nl
Last edit: 16 years 5 months ago by John.
Please Log in or Create an account to join the conversation.
16 years 5 months ago #41138
by bsdvn
mysite here
Joomla 1.1.15
Kunena 1.5.8
Replied by bsdvn on topic Re:May I disable auto-resize of pictures?
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.
16 years 5 months ago - 16 years 5 months ago #41144
by John
My websites: AquaInfo.org | AquaInfo.nl
Replied by John on topic Re:May I disable auto-resize of pictures?
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.
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.
My websites: AquaInfo.org | AquaInfo.nl
Last edit: 16 years 5 months ago by John.
Please Log in or Create an account to join the conversation.
16 years 2 months ago #50397
by AHouston
Replied by AHouston on topic Re:May I disable auto-resize of pictures?
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
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.266 seconds