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 Quote box and BG are Missing

More
15 years 5 months ago #74898 by Wrecks
After upgrading from the 1.6 Beta I now cannot see a box around quotes in my forum. There is no indication of where a quote starts and stops and it's very confusing for my members. I am using the default template that has been modified a bit (haven't modified anything about the quotes box) and it was working fine on the 1.6 beta version. I am not much of a coder and usually have to stumble around to find what I need but can't figure this one out. Can anyone help?

Example:

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

More
15 years 5 months ago #74910 by @quila
Replied by @quila on topic Quote box and BG are Missing
Hi,

if I remember right there was change from "span" to "div".

Search in your template css file for this (old rules)
Code:
#Kunena span.kmsgtext-quote, #Kunena span.kmsgtext-hide, #Kunena span.kmsgtext-confidential { display: block; border: 1px dotted #BFC3C6; margin: 5px 0pt; padding: 5px; font-family: Arial, Helvetica, sans-serif; font-style: italic; background: #F2F1EE; } #Kunena span.kmsgtext-hide { background: #FFFFCC; } #Kunena span.kmsgtext-confidential { background: #FAE0F8; } #Kunena div.khide { background: #F2F1EE url("../images/bullet-tips.gif") no-repeat scroll 5px center; border: 1px dotted #F2CAB7; font-size: 1.3em; padding: 10px 10px 10px 25px; }

and change it to something like this (new rules)

Code:
#Kunena div.kmsgtext-article, #Kunena div.kmsgtext-quote, #Kunena div.kmsgtext-hide, #Kunena div.kmsgtext-confidential { border-color: #BFC3C6; font-family: Arial, Helvetica, sans-serif; background-color: #F2F1EE; } #Kunena div.kmsgtext-article { background-color: #FFFFFF; } #Kunena div.kmsgtext-hide { background-color: #FFFFCC; } #Kunena div.kmsgtext-confidential { background-color: #FAE0F8; } #Kunena div.khide { background-color: #F2F1EE; border-color: #F2CAB7; }

Hope this helps
Regards

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

Time to create page: 0.250 seconds