- Posts: 11
- Thank you received: 0
Kunena 6.2.2 Released with module Latest 6.0.5, module Kunena Stats 6.0.5, Kunena Discuss 6.0.5 and Kunena Search module 6.0.5
The Kunena team has announce the arrival of Kunena 6.2.2 [K 6.2.2] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2
Question Signature Image-Size Limit
It is fixed by going to kunena lib folder in ftp and finding and editing kunena parser.php
Find this text and notice the part in a red color is what ur lookin to change.
{
// This part: <div style=\"table-layout:fixed; display:table;\"> ... </div> compliments of IE8
$tag_new = "<a href='".$tempstr."' rel=\"lightbox\"><img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' /></a>";
} else {
// This part: <div style=\"table-layout:fixed; display:table;\"> ... </div> compliments of IE8
$tag_new = "<img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' />";
}
Change it to and i have marked it in red which i have changed.
{
// This part: <div style=\"table-layout:fixed; display:table;\"> ... </div> compliments of IE8
$tag_new = "<a href='".$tempstr."' rel=\"lightbox\"><img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:700px; ' alt='' /></a>";
} else {
// This part: <div style=\"table-layout:fixed; display:table;\"> ... </div> compliments of IE8
$tag_new = "<img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:700px; ' alt='' />";
}
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.
How do you set the width of signature box images in Kunena 1.6.3 latest? The parser has changed. The sigs now break forum areas so i wana smallen them slightly with kunena and not have to manually do it to each one.
Pleas help asap.
www.therisenphoenixfleet.com/index.php/f...etings-from-ufp.html
As you can see some of the sig pictures are disapearing off the right side a bit so if i can auto shrink (max width) to about 725 or 700px wide (if i have to). How would i do it which setting in the Kunena_parser file or can it be easier to change now in latest version (last time i tweaked to work was in kunena 1.5 somit or other.
Please Log in or Create an account to join the conversation.
If not, which needs to be edited please to limot the max signature size?
Please Log in or Create an account to join the conversation.