Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

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 Kunena Forum 100% Width?

More
16 years 8 months ago #27790 by levalencia
Hi, I created this forum, but I would like that it uses all width of the page, but only for the forum option

temporal.medellin.fm/index.php?option=com_kunena&Itemid=64


Any idea¿¿

thanks

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

  • cXc
  • cXc's Avatar
  • New Member
  • New Member
More
16 years 8 months ago - 16 years 8 months ago #27792 by cXc
Replied by cXc on topic Re: Kunena Forum 100% Width?
The best way I can think of to do it is to modify your template and fix it so that the rightcolumn div is only displayed IF there are modules displayed in that position. You would probably need to to place the conditional IF around the open and the close div and might have to move it around or have it count the number of then add the right column if needed. Make sure you don't move the divs into the for each loop or it will mess your module position up for the rest of your site.

~cXc~
Last edit: 16 years 8 months ago by cXc.

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

More
16 years 8 months ago #27801 by levalencia
Thanks but I have not idea of PHP

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

More
16 years 8 months ago - 16 years 8 months ago #27810 by skillless
Hi!

It's a problem with your Joomla-Template, not a Kunena specific.
Code:
<div id="mainlevel-bg"> <div class="clear"/> <div id="columns" class="wrapper"> <div id="leftcolumn" class="layoutTwo" style="width: 668px"> <div id="mainbody" style="width: 668px">

Set the width to 100%, then you'll see Kunena on the whole page.

I recommend you Firebug . It's a very nice, simple and easy tool for Firefox for looking website codes and more.
Last edit: 16 years 8 months ago by skillless.

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

More
16 years 8 months ago #27905 by levalencia
I use firebug to detect cssclasses a lot, but if its a template problem, if I put 100% on the template there, I think it will change the whole site

Thanks

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

More
16 years 8 months ago #27945 by skillless
You won't solve the problem over Kunena. Try to remove the element-fixed width and declare it by a css-class/id.
When you force Kunena to increase the width, it does not fit with your template anymore.
e.g.: <div id="Kunena" style="width: 900px !important;">

Your template is the problem, you have to hack it for fitting Kunena into a wider wrapper.

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

Time to create page: 0.309 seconds