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.

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 Page list in multi-page topics cut short by template

More
15 years 5 months ago #76510 by ricslady
Here is a screen print. The top portion is Chrome and the bottom portion is IE8. I was logged in as a regular user. This is the thread I was viewing www.simmerssociety.net/index.php?option=...start=8010&Itemid=56 I hope this will help.

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

More
15 years 5 months ago - 15 years 5 months ago #76531 by sozzled
Thank you. The problem is, as in the previous case, a problem with your site template and a problem that only manifests itself in Internet Explorer. As you have found (or will find), this problem does not occur in Firefox or in Google Chrome. I hesitate to point out that this will probably not be the last problem that you will find with Internet Explorer, either.

The fix:

Add the following lines to your site template:

# Kunena TD {
padding-right: 3px;
}

You may need to add the !important qualifier to this rule. Try it without first.
Last edit: 15 years 5 months ago by sozzled.

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

More
15 years 5 months ago #76545 by ricslady
Are you referring to the Kunena template? If so, do I add it to all of the CSS files? If not, I added it to the main site template with no change.

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

More
15 years 5 months ago #76715 by sozzled
I was referring to your site template, just like I did in your previous enquiry, and if the fix (as I wrote it) did not work, I suggested that you use the !important qualifier like this:

# Kunena TD {
padding-right: 3px !important;
}

Did you try this, also?

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

More
15 years 5 months ago #76764 by ricslady

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

More
15 years 5 months ago #76880 by sozzled
Resolving Internet Explorer issues is a right royal pain in the you-know-where for two reasons

(1) Microsoft does everything differently;
(2) Microsoft's IE "developer tool" takes a several times longer to guess what the answer is.

I found the answer using IE 8 "Developer Tool". I made the change and it worked when I tested it. You need to edit your site template file; what is the actual full name (path and filename) of the file that you're trying to change? I can't see where you actually have made the change. The problem is not made easier that you have 18 .CSS files used on your forum pages.

So we need to know what specific .CSS file you have changed.

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

Time to create page: 0.229 seconds