Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Height recent discussion

More
16 years 11 months ago - 16 years 11 months ago #20151 by ph-jps
Replied by ph-jps on topic Re:Height recent discussion
When I checked it out with Firebug it was some css file from our template which is giving:
Code:
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 150%; color: #646464;

The line height is the problem but then it is not 100% good if I change that to 100%. There still is some space between threat namen and "posted by 12 hours..." and some stuff is clampt to each other like the Welcome NAME on top of the page. I am not much of a coder so I don't know how this css can be related to Kunena.
Last edit: 16 years 11 months ago by ph-jps.

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

More
16 years 11 months ago #20153 by Lintzy
Replied by Lintzy on topic Re:Height recent discussion
Hmmmm, I really believe, this is an optical illusion. I have measured both tabs, they have the same height of 35px

Perhaps, because right beside the recent tab is only one more tab and here are 4 tabs or perhaps because the font of recent tab is no your side 2px deeper than here.


You can change the line-height only for kunena forum. Edit kunena.forum.css and insert this code

#Kunena {
line-height:105%;
}

Is that better?

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

More
16 years 11 months ago #20186 by ph-jps
Replied by ph-jps on topic Re:Height recent discussion
That is a little better, thanks :)

The weard think is there is still some space between the threads name and the "posted 20 hours.." line. So I still think something is different than here on Kunena.

I'm just going to check out if the Joomla template. If I find anything I will post it here.

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

More
16 years 11 months ago #20257 by Lintzy
Replied by Lintzy on topic Re:Height recent discussion
I had understood, that you wanted to fit the height of the blue "recent discussion" tab only. So I tried to figure out, how to reduce its height - that was not so easy, if you wanted not to touch the images theirselves - . I found a way.

But it seems to be a misunderstanding :laugh:, you wanted to change the height between lines, nothing to do with the tab itself?

If this is so, please give me your link again, this change is done in 1 minute.

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

More
16 years 11 months ago - 16 years 11 months ago #20272 by ph-jps
Replied by ph-jps on topic Re:Height recent discussion
Anu suggestion is welcome thanks a lot!!

Link here
Last edit: 16 years 11 months ago by ph-jps. Reason: Forum link removed

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

More
16 years 11 months ago #20283 by Lintzy
Replied by Lintzy on topic Re:Height recent discussion
Hi, please test this, search the code in kunena.forum.css and insert the red coloured changes

#Kunena {
line-height:105%;
}


to

#Kunena {
line-height:105%!important;
}


and

#Kunena td.fb_profileboxcnt {
width:95%;
}

to

#Kunena td.fb_profileboxcnt {
width:95%;
line-height:120%;
}



and insert

#Kunena .fb_blocktable a {
line-height:0;
}


play with this 0, change it for example to 5px and match the results.

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

Time to create page: 0.276 seconds