- Posts: 22
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question Crypsis format issue with long titles
9 years 5 months ago - 9 years 4 months ago #182416
by cherryboy
Crypsis format issue with long titles was created by cherryboy
Last edit: 9 years 4 months ago by cherryboy.
Please Log in or Create an account to join the conversation.
9 years 4 months ago #182454
by cherryboy
Replied by cherryboy on topic Crypsis format issue with long titles
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.
9 years 4 months ago #182462
by 810
Replied by 810 on topic Crypsis format issue with long titles
I'm looking for a fix, for this issue
Please Log in or Create an account to join the conversation.
9 years 2 months ago #184039
by cherryboy
Replied by cherryboy on topic Crypsis format issue with long titles
Any indication when a fix will be released please
Please Log in or Create an account to join the conversation.
- Smoker_Creep
-
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 0
9 years 1 month ago - 9 years 1 month ago #184650
by Smoker_Creep
Replied by Smoker_Creep on topic Crypsis format issue with long titles
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;
}
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: 9 years 1 month ago by Smoker_Creep.
Please Log in or Create an account to join the conversation.
- WolfgangOWL
-
- Offline
- Senior Member
-
9 years 1 month ago #184651
by WolfgangOWL
Replied by WolfgangOWL on topic Crypsis format issue with long titles
Please Log in or Create an account to join the conversation.
Time to create page: 0.259 seconds