Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

This category is for discussing issues with the K 3.0 Blue Eagle template.

As general background, My Joomla site template makes a mess of Kunena .

We do not answer questions about other templates for Kunena here.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question How to setup max width of attached images?

More
10 years 11 months ago #1 by parslej
How to change template to set max width of attached images
(without resizing it during upload)

Talking about scenario when putting something similar to:
Code:
[attachment=275]screenshot004-.png[/attachment]

When looked into source code of generated html "kmsgimage" class seems to be used.
Tried to change kunena.forum.css (by adding width=200px) but didnt help...

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

More
10 years 9 months ago #2 by neujensl
Normally changing in css should work :
i think in css of kunena :

(kunena.forum-min.css ? )


/* Line 392 */
#Kunena div.kmsgbody div.kmsgtext img
{

max-width: 400px;
}

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

More
10 years 9 months ago - 10 years 9 months ago #3 by sozzled

neujensl wrote: I think in ... Kunena [CSS (kunena.forum-min.css)]

We disagree. For many reasons (see "Invisible text" - text font colour is the same as background colour and elsewhere on this forum) we discourage people changing the file kunena.forum-min.css.

Instead, add the necessary overrides (as shown in msg #2 of this topic) to the end of your Joomla site template CSS file.
Last edit: 10 years 9 months ago by sozzled.

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

Time to create page: 0.531 seconds