Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Question How to remove avatar so text gets more space

More
15 years 5 months ago #74758 by tokefar
Hi

Is it possible to remove the avatar and use the space that the avatar is using, to get a bigger text-area?
I'm using the default template and haven't made any changes to it.

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

More
15 years 5 months ago #74770 by sozzled
If you really have to do this, add the following line to your template (shown in red):

#Kunena span.kavatar img {
border-color:#BFC3C6;
display:none;
}

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

More
15 years 5 months ago #74886 by tokefar
Thx, but in which file should I insert it?

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

More
15 years 5 months ago - 15 years 5 months ago #74937 by sozzled
You should never make changes to the Blue Eagle template or the sample template installed with Kunena. If you change these things then you will have to change them again when you upgrade Kunena. It's a good idea to create your own template, put all your customising in that, and then your template won't be affected by upgrading within the K 1.6.x series. Does this sound good to you?

The following articles in the Wiki will help: You could insert the following code at the end of your site template, too, if you want:

#Kunena span.kavatar img {
display:none;
}
Last edit: 15 years 5 months ago by sozzled.

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

Time to create page: 0.340 seconds