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

More
12 years 5 months ago #1 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

Thank you for your help

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

More
12 years 5 months ago #2 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
12 years 5 months ago #3 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
12 years 5 months ago - 12 years 5 months ago #4 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: 12 years 5 months ago by sozzled.
The following user(s) said Thank You: Armis

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

More
12 years 5 months ago #5 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
12 years 5 months ago #6 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.

More
12 years 5 months ago - 12 years 5 months ago #7 by sozzled
Replied by sozzled on topic Re: Problem of template
What you've done is one way to address the issue but it's not what we recommended. We recommended that you change the file ../templates/lavinyav6/css/template.css. The important thing is to change the Joomla site template.
Last edit: 12 years 5 months ago by sozzled.

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

More
12 years 5 months ago #8 by Armis
Replied by Armis on topic Re: Problem of template
No there is always the problem when you are in the topics on the forum once connected there is much that I do not see

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

More
12 years 5 months ago #9 by sozzled
Replied by sozzled on topic Re: Problem of template
When you say "once connected" do you mean "after I have logged in"?

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

More
12 years 5 months ago #10 by Armis
Replied by Armis on topic Re: Problem of template
yes on the website you see here that the content is not fit I invite you to see this on www.scoutes.org

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

Time to create page: 0.576 seconds