- Posts: 11
- Thank you received: 2
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] 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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Question Signature Image-Size Limit
Where can i set a maximal imagesize (width & height) of signatures for Kunena users?
I use Kunena 1.5.9 with the Default_Ex template.
Thx for the responses!
Best greetings
Please Log in or Create an account to join the conversation.
I am aware that some of these signature image issues have been discussed before and a search of this website may also give you some tips.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Thank you for your feedback. I think you don't unterstand my problem. I search for the file, who defines the max. imagesize of the signature.
Please Log in or Create an account to join the conversation.
As my poor memory tells me, there is no specific "setting" as such that allows you to globally set a maximum size limit on the images that people put into their signatures. I do, however, recall seeing something in these forums that showed users how they could allow for some unexpectedly "large" images that users wanted to insert in their own cases. Perhaps someone else (whose memory or skill is better than mine) may be able to assist you better.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Its a element.style, but I can not figure out which file in this style is defined.
Please Log in or Create an account to join the conversation.
search this:
#Kunena div.kmsgsignature img {
max-width:100%;
max-height: 150px;
Please Log in or Create an account to join the conversation.