Kunena 7.0.4 Released

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

Question Signature Image-Size Limit

More
15 years 8 months ago - 15 years 8 months ago #57152 by silrem79
Hello there

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
Last edit: 15 years 8 months ago by silrem79.

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

More
15 years 8 months ago #57187 by sozzled
K 1.5.9 is very old. I have a feeling that this particular matter may have been addressed by one of the later upgrades. Can you try to upgrade to K 1.5.12 and see if upgrading actually fixes the problem? If it doesn't then, by all means, please write back to us and we'll see what we can do.

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.

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

More
15 years 8 months ago #58333 by silrem79
Hello

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.

More
15 years 8 months ago #58366 by sozzled
My memory isn't a good as it used to be, I'm sorry to say. I vaguely remember that this has been discussed on several occasions in the past but I don't remember where or when. I could spend my time searching this for you or you could spend your time searching this for yourself. In the end it's only someone's time. I also have a vague recollection that in K 1.5.10, or K 1.5.11 or K 1.5.12 (I don't remember which) there were changes made to the default_ex template CSS that had an impact on "excessively large" images that tended to break users' website layouts. I could have been wrong.

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.
The following user(s) said Thank You: silrem79

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

More
15 years 8 months ago #58369 by silrem79
Thanks sozzled. Firebug shows me the following code:
Code:
<div class="msgsignature"> <div style="table-layout: fixed; display: table; width: 100%;"> <a rel="lightbox" href="http://img682.imageshack.us/img682/3946/sigra.png"> <img width="400" alt="" style="max-width: 400px;" src="http://img682.imageshack.us/img682/3946/sigra.png"/> </a> </div>

Its a element.style, but I can not figure out which file in this style is defined.
The following user(s) said Thank You: Gagi_Bgd

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

More
15 years 7 months ago #66011 by ender
Its in css of your template: \components\com_kunena\template\infinityhu16\css\kunena.forum-min.css

search this:

#Kunena div.kmsgsignature img {
max-width:100%;
max-height: 150px;

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

Time to create page: 0.262 seconds