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 Width issue. Just Work when logged in

More
15 years 1 week ago #97682 by nosph
I tried hard to solve it by myself, but I really cant.

My width reach 100% only when I´am logged on Kunena, otherwise I get an empty space on the right side. My modules to the sidebar are turned off on the forum page.

kunena 1.6.4
Joomla 1.6
Template YOOtheme

Forum : clube.firstplace.com.br/forum/indice

Attached on this post are an image of the PROBLEM

I use Firebug to track the issue but had been unsuccessful. I´ll apreciate any help with this.

Thank you and congrats for the great product!

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

More
15 years 1 week ago #97685 by sozzled
Does the template from YOOtheme support collapsible module positions? Yes or no?

I suggest, in the first instance, you ask YOOtheme about your question. Kunena expands to fill the space is allocated by the Joomla site template for the component display.

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

More
15 years 1 week ago #97689 by nosph
Well, its a good point to check, but why when i'am logged in the widht change?

There's a chance to put an php if to check if there's a com_kunema been loaded and set the width to 100% ?

Iam really need some way to go to do this work on this template.

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

More
15 years 1 week ago #97804 by nosph
Sozzled,
I tried a lot of things none of them worked

Some guys related a similar problem, whitout solution too www.kunena.org/forum/170-k-16-templates-...a-changes-on-its-own

I know this is not a problem from Kunena, but seams that this is a commum problem, if you help me to solve this case maybe others can be bennefited to

Thanks for any help to solve this

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

More
15 years 1 week ago #97805 by sozzled
It can be fixed but it's a little tricky and I don't recommend this as a general answer. The problem lies in the way that the YOOTheme template assembles things but, as long as you don't have any left or right modules on your Kunena pages, this approach will work.


Copy the file ../components/com_kunena/template/default/css/kunena.default.css and add the following lines to the end of that file on your PC.

#maininner {
width: auto !important;
}

Read how to create a Minified CSS file and copy the minified CSS file that you produce to ../components/com_kunena/template/default/css/kunena.default-min.css.

Please remember that you will have to re-apply these changes whenever you upgrade Kunena. I think this will help and it won't destroy the rest of your website.

In my personal opinion, I have spent a couple of hours trying to debug the YOOtheme template and this is the only way I was able to make things work.
The following user(s) said Thank You: nosph

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

More
15 years 1 week ago #97814 by nosph
sozzled,
worked absolutely well, but I just needed change to : width:100%, because with auto the maininner get more squizzed at left.

Thank you very much for your effort to help me with this. I`ll consider all your advices.

Regards

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

Time to create page: 0.265 seconds