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.

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 Problem of template

More
14 years 3 months ago #110168 by Armis
Problem of template was created by Armis
Hello !
Excuse my English because I am not English,
My concern is that we use the kunena forum recently but unfortunately the page is too small so I would like to know how to edit the forum is visible http://www.scoutes.org/index.php?option=com_kunena&view=entrypage&defaultmenu=155&Itemid=153&lang=fr

Thank you for your help

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

More
14 years 3 months ago #110171 by baazza
Replied by baazza on topic Re: Problem of template
Hi
Open the forum-min.css file in the following path
components/com_kunena/template/default/css/kunena.forum-min.css

And search for This code

#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 700px;
padding: 0;
}

Change the min-width: 700px to 560

#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 700px;
padding: 0;
}


#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 560px;
padding: 0;
}


رضيت بالله ربا وبالاسلام دينا وبمحمد صلى الله عليه وسلم رسولا
testify & witness that there is no god worthy of being worshipped other than Allah and that Mohammad is His Messenger

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

More
14 years 3 months ago #110172 by Armis
Replied by Armis on topic Re: Problem of template
I want to know if it's FTP or the administration of joomla?

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

More
14 years 3 months ago - 14 years 3 months ago #110183 by sozzled
Replied by sozzled on topic Re: Problem of template
Thank you baazza for your help - it helped me to find the answer.

It's quite simple. Do not change the file kunena.forum-min.css (there are very good reasons why you should not change that file). Add the following three lines to the end of your Joomla site template (../templates/lavinyav6/css/template.css):
Code:
#Kunena { min-width: 560px; }
Last edit: 14 years 3 months ago by sozzled.
The following user(s) said Thank You: Armis

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

More
14 years 3 months ago #110185 by Armis
Replied by Armis on topic Re: Problem of template
so I just put it at the end but nothing happens

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

More
14 years 3 months ago #110186 by Armis
Replied by Armis on topic Re: Problem of template
it works ok I'll put it between the body thank you for your help

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

Time to create page: 0.586 seconds