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.

Question There ara a problem in the template 1.5.11

More
16 years 1 month ago #45922 by @quila
Hi,

I think there is a scrollbar.

Try this: open the file kunena.forum.css in

components / com_kunena / template / default_ex /

and find line 747.

change this

#Kunena div.viewcover {
background:none repeat scroll 0 0 #DDDDDD;
border:1px solid #BFC3C6;
color:#333333;
margin:2px 5px;
overflow:auto;
text-align:center;
}


with this

#Kunena div.viewcover {
background:none repeat scroll 0 0 #DDDDDD;
border:1px solid #BFC3C6;
color:#333333;
margin:2px 5px;
overflow:hidden;
text-align:center;
}


let me know.

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

More
16 years 1 month ago - 16 years 1 month ago #45925 by pequeno74
OK SOLVED...

But the kunena forum show the white zone still ;-)

Many thanks.

Note: My code is not exactly like the one put. It is this:
Code:
#Kunena div.viewcover { border:1px solid #BFC3C6; background: #DDDDDD; color:#333333; text-align: center; margin:2px 5px; overflow: hidden; }
Last edit: 16 years 1 month ago by pequeno74.

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

Time to create page: 0.234 seconds