- Posts: 15
- Thank you received: 0
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 Page list in multi-page topics cut short by template
Please Log in or Create an account to join the conversation.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
# Kunena TD {
padding-right: 3px !important;
}
Did you try this, also?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
(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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.