Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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 Formatting Width & Scrolling

More
14 years 8 months ago - 14 years 8 months ago #1 by slave2six
I don't see any way to apply a CSS class to Kuena but I need to change the width of the forum and add a scrollbar so that it doesn't look like this:



Thanks in advance for your assistance.
Last edit: 14 years 8 months ago by slave2six.

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

More
14 years 8 months ago #2 by @quila
Hi slave,

can you provide a link to your forum?

Thank you.
Regards

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

More
14 years 8 months ago #3 by slave2six
It's in pre-launch and I cannot give out the link on a public forum. Email me at [email protected] and I will send you the link.

BTW - we are using Joomla 1.5.

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

More
14 years 8 months ago #4 by @quila
Hi again,

you can use PM (below my avatar) it is not public.

Regards

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

More
14 years 8 months ago #5 by @quila
Hi slave,

open the file kunena.forum.css line 166

change .maincolumn in this way

.maincolumn {
background-image:url(/templates/rhuk_milkyway/images/bg_lg.jpg);
background-repeat:no-repeat;
float:left;
height:510px;
min-width:737px !important;
overflow-y:auto;
position:relative;
top:11px;
width:100%;
z-index:2;
}


Regards

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

More
14 years 8 months ago #6 by slave2six
Thanks.

There is not a .maincolumn class in the kunena.forum.css file (see attached). When I add this class, it does not affect the forum at all even when I make the width/height smaller than you suggested.

Additionally, how would I add scrolling?

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

More
14 years 8 months ago - 14 years 8 months ago #7 by @quila
Hi,

sorry my mistake, I didn't expalane all.

Don't do any change in kunena.forum.css

This part of css you can fin in your Joomla template css file.

go to your yoomla template folder and open the file template.css and inside you'll find .maincolumn.

This css code add scrolling bar in your template.

Hope this helps
Regards
Last edit: 14 years 8 months ago by @quila.

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

More
14 years 8 months ago #8 by slave2six
Thanks. The problem with formatting .maincolumn in the template.css file is that it affects the entire site. Is there a way to add CSS classes in the template.css file that will only impact Kunena and not the rest of the site? If so, how?

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

More
14 years 8 months ago #9 by @quila
Hi,

sorry for delay. I don't know way to do this, but I think with wrapper is possible to do something. If you create a wrapper for Forum menu. But there is a problem becouse all the site is loading with kunena inside wrapper. Mybe doing one wide template for kunena?
I'll try to find solution. I'll post it here when I find something.

Regards

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

More
14 years 8 months ago #10 by slave2six
Thanks.

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

Time to create page: 0.528 seconds