Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] 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

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] 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/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

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
13 years 9 months ago #123189 by sozzled
Replied by sozzled on topic Kunena display width?

Computer Candy wrote: 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;
}

Thanks, Computer Candy. That may work but there's a high chance that the Joomla site template will override those settings. We want to make a very important point, when people say "edit the CSS": we strongly advise against changing any files created by the Kunena installation process. In particular, we advise people to not change any of the files in the folder ../components/com_kunena/template/default/css ... not unless you really know what you are doing and you are prepared to accept the risks involved that you may completely ruin your chances of running your forum trouble-free.

For simple changes - like the one in this topic - the change is easy to make by editing the Joomla site template CSS file.

For highly sophisticated and much more complex customisation, especially if you want to share and distribute your work with other people running Kunena, it's better to design your own complete template.
The following user(s) said Thank You: Computer Candy

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

More
13 years 9 months ago #124069 by LightflowMark
Replied by LightflowMark on topic Kunena display width?
I just had this exact problem. I copied the example template as per instructions, edited the template.xml with a new name, author etc. and then edited kunena.forum.css #Kunena .overflow to have a width of 500px. It works; it looks OK.

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

Time to create page: 0.575 seconds