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.

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Question Forum out of template

More
15 years 4 months ago #78387 by superfire115
Hi,
I'm a problem.
My forum is: 115Extreme.it

I have some problem with template.

1. If the user view the forum (no login) i have the problem show in the first screen.



2. If the user view the forum after the login, the problem is more the problem shows in the second screen

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

More
15 years 4 months ago #78421 by sozzled
Replied by sozzled on topic Re: Forum out of template
G'day, superfire115, and welcome to Kunena.

Thank you for your question. I can see the problem. The problem occurs if you view the website using Internet Explorer 8. The problem does not occur if you view the website using Firefox, Google Chrome, or Internet Explorer 8 running with compatibility mode.

I found what it is that causes the problem but I haven't yet figured out a solution - I'm not very clever when it comes to fixing Internet Explorer problems - and I might have to leave this for someone else to provide you with a better solution.

The Kunena CSS template has the following definition:

#Kunena #ktab a span {
display: block;
font-size: 1em;
line-height: 2.3em;
padding: 0 1.1em;
text-indent: 0;
}

You need to change the padding to something else. However, if you change the padding it will fix the "IE8 problem" but it will create problems when you view the page using a different browser, like Firefox, for example.

Therefore, one solution is to replace the line

padding: 0 1.1em;

with the following

padding: 0 0;

But this is not really a very good solution.

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

More
15 years 4 months ago #78423 by sozzled
Replied by sozzled on topic Re: Forum out of template
I discussed this issue with the project developers and I have some good news. This issue should be fixed in K 1.6.2.

There is a simple fix that should do the trick. Change the line that I referred to above to read:

padding: 0 10px;

I hope this solves your problem. :)

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

Time to create page: 0.266 seconds