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.

Solved Can the Kunena template be changed to use a percentage width.

More
13 years 6 months ago #129135 by chucknb28409
Hi,

I have a template that uses responsive layouts. Can the Kunena template be changed to use a variable (percentage of width) width rather than the hard coded 700px (I believe that was the size I saw as the standard). I looked though out the default template and I could not find where this was set. I also could not find a place in the configuration either. Can someone direct me to a php or css file where this is set.

Thanks

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

More
13 years 6 months ago #129352 by 3saudia
yeah by defult its 700wdt but i try to 650 but nothing happend and no any support too from kunena team to fix the width ............since last 12 hr i search in google and they only replay to say that fix the width in joomla themplat that they replay

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

More
13 years 6 months ago #129359 by TKtemp
Hi,

can you provide a link to your site to see the problem?

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

More
13 years 6 months ago #129360 by Creatorffm

chucknb28409 wrote: Hi,

I have a template that uses responsive layouts. Can the Kunena template be changed to use a variable (percentage of width) width rather than the hard coded 700px (I believe that was the size I saw as the standard). I looked though out the default template and I could not find where this was set. I also could not find a place in the configuration either. Can someone direct me to a php or css file where this is set.

Thanks

Hi chucknb28409, Give this a try, go to yoursite/com_kunena/template/blue_eagle/css/kunena.forum-min.css, now search for this:
Code:
min-width:700px
and either comment it out:
Code:
/* min-width:700px */
or delete it. Now add this in it's place:
Code:
width:80%;
or use any percentange you need. Make sure you have a backup of the original file before making any changes just in case. ;)
I have quickly tested this and it works although you may need to do some other CSS tweaks to make things look right. Hope This helps.

Cheers, Dave

Dave "Creator" Marshall
The following user(s) said Thank You: chucknb28409

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

More
13 years 6 months ago #129374 by chucknb28409
Works great except for the first line between the login and the recent discussions. See screen shot.



Thanks

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

More
13 years 6 months ago - 13 years 6 months ago #129376 by sozzled
Please see the hundreds of messages posted on this forum that advise, clearly, simply and emphatically:
Do not modify the original Kunena CSS template files.
Do not attempt to directly edit the file kunena.forum-min.css. If you want to modify CSS, add any extra rules to your Joomla site template CSS file. See in the FAQs, among other places, How do I change the colours of my template in Kunena?
Last edit: 13 years 6 months ago by sozzled.

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

Time to create page: 0.342 seconds