Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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 Kunena display width?

More
14 years 10 months ago #87970 by sunrunner_pei
I just installed Kunena (1.6.3) on our Joomla (1.5.22) website, but instantly I'm faced with an issue... Our 3-column website design scrunches up the forum badly. Is there any way to have the forum load without one of the columns to allow more screen real estate? Or am I SOL?

I've attached a screen shot to show what I mean.

I really appreciate any advice you can provide!

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

More
14 years 10 months ago #88022 by GoremanX
Replied by GoremanX on topic Re: Kunena display width?
Short of modifying the template, there's no real easy way to do this. Most forums depend on at least a certain amount of screen real-estate to be visually functional. This isn't specific to Kunena. You could try making the modules on the right side of your site not show up on Kunena pages. That would give you back a big chunk of screen space. On our site, we frequently have modules on the right and/or left side of the page, but not on forum pages. There, I only ever have one side column or none at all, depending on the page. Joomla makes this fairly easy.

THE place to discuss photography!
www.friendlyphotozone.com

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

More
14 years 10 months ago #88958 by severdia
Replied by severdia on topic Re: Kunena display width?
Yes, most people have only their forum showing when in that section instead of trying to cram it into a tight layout. It's pretty easy to add conditionals to your Joomla template to make side columns/modules only appear on non-forum pages. Here's the countModules reference:

docs.joomla.org/JDocumentHTML/countModules

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

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

More
13 years 9 months ago #121450 by virulent
Replied by virulent on topic Re: Kunena display width?
Hi, I really really want to keep a colomn of modules on the right side on the forum...

Is there a way to minimize the forum width just a little ?? (It's only a matter of like 20px so it can display perfectly)

Thanks

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

More
13 years 9 months ago - 13 years 9 months ago #121454 by sozzled
Replied by sozzled on topic Re: Kunena display width?

virulent wrote: Is there a way to minimize the forum width just a little?

Yes. Easy to solve by using web design tool like Firebug for Firefox.
Last edit: 13 years 9 months ago by sozzled.

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

More
13 years 8 months ago #123179 by Computer Candy
Edit the css.

Here is the entry:
#Kunena {
min-width: 700px;
}

Just change 700px it to whatever you need.

Or add this with your changes to anywhere you like in the css:
#Kunena {
min-width: 700px !important;
}

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

Time to create page: 0.355 seconds