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 Enters does not show

More
17 years 2 months ago - 17 years 2 months ago #9291 by orthanc
Replied by orthanc on topic Re:Enters does not show
Lintzy wrote:

I don't know, what you mean with "Enters" , I guess "Subject"?

He means the "Enter" / "Return" on the Keyboard. ;)

from your posted css-file:
Code:
br { height: 1px; font-size: 1px; }
So a break in your text have not the height of a line, but only 1 pixel height.

Try to delete this code and see what happened. If all seems ok leave it deleted.
Last edit: 17 years 2 months ago by orthanc.

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

More
17 years 2 months ago - 17 years 2 months ago #9499 by NLkaiser
Replied by NLkaiser on topic Re:Enters does not show
This is what it now looks like, looks a bit better ....

Firefox



Internet explorer 7



soo in IE7 it looks oke but in firefox not :huh:
Last edit: 17 years 2 months ago by NLkaiser.

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

More
17 years 2 months ago - 17 years 2 months ago #9501 by orthanc
Replied by orthanc on topic Re:Enters does not show
For me FF looks ok and in IE7 is line-height to much. ;)
Or what does the pic show? one break or more?

try this in default_ex css:

search:

div.msgtext {
width: 100%;
overflow:hidden;
border-top:1px solid #ddd;
padding:10px 0 0 0;
margin-top:5px;
}

replace with:

div.msgtext {
width: 100%;
overflow:hidden;
border-top:1px solid #ddd;
padding:10px 0 0 0;
margin-top:5px;
line-height:1.2;
}

change line-height from 1.1 to 1.5 to what you want.
Last edit: 17 years 2 months ago by orthanc.

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

More
17 years 2 months ago - 17 years 2 months ago #9505 by NLkaiser
Replied by NLkaiser on topic Re:Enters does not show
IT WORKS! thank you so mutch!
(karma+1)

here is my next idea/problem :silly:
www.kunena.com/forum?func=view&catid=4&id=9506
Last edit: 17 years 2 months ago by NLkaiser.

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

Time to create page: 0.248 seconds