Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Question Crypsis format issue with long titles

More
9 years 1 month ago - 9 years 1 month ago #182416 by cherryboy
On a mobile device the post detail is overlapping the heading and is partly in the grey box of the heading

See the attached for a simulation using Chrome developer tools.

Any idea of the css override needed to fix this

Last edit: 9 years 1 month ago by cherryboy.

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

More
9 years 1 month ago #182454 by cherryboy
This also happens with long titles in non mobile mode. It appears to be caused by the message text appearing at a fixed position in the box rather than following on from the title

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

More
9 years 1 month ago #182462 by 810
I'm looking for a fix, for this issue

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

More
8 years 11 months ago #184039 by cherryboy
Any indication when a fix will be released please

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

More
8 years 10 months ago - 8 years 10 months ago #184650 by Smoker_Creep
Maybe it helps for the moment up to a fix:

I edited: /components/com_kunena/template/crypsis/layout/message/item/default.php
comment out line 48: "<div class="badger-left badger-info ... "
create a new div under:
<div class="mybadger" >
<h3><?php echo KunenaForumMessage::getInstance()->getsubstr($this->escape($message->subject), 0,$subjectlengthmessage); ?></h3>


style the div and h3 like:
.mybadger {
padding-top:0px;
position:relative;
border: 1px solid #ccc;
margin: 15px 0;
padding: 0px 19px 0 14px;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


.mybadger h3 {
width:100%;
background-color:#666;
color:#FFF;
margin:0px;
font-size:1.1em;
padding:5px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
Last edit: 8 years 10 months ago by Smoker_Creep.

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

More
8 years 10 months ago #184651 by WolfgangOWL
There is already a fix available: See here

This will be included in the next Kunena version.

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

Time to create page: 0.345 seconds