- Posts: 13
- Thank you received: 0
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
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?
- levalencia
-
Topic Author
- Offline
- New Member
-
Less
More
17 years 3 weeks ago #27790
by levalencia
Kunena Forum 100% Width? was created 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
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
-
- New Member
-
Less
More
- Thank you received: 0
17 years 3 weeks ago - 17 years 3 weeks 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~
~cXc~
Last edit: 17 years 3 weeks ago by cXc.
Please Log in or Create an account to join the conversation.
- levalencia
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
17 years 3 weeks ago #27801
by levalencia
Replied by levalencia on topic Re:Kunena Forum 100% Width?
Thanks but I have not idea of PHP
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago - 17 years 3 weeks ago #27810
by skillless
Replied by skillless on topic Re:Kunena Forum 100% Width?
Hi!
It's a problem with your Joomla-Template, not a Kunena specific.
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.
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: 17 years 3 weeks ago by skillless.
Please Log in or Create an account to join the conversation.
- levalencia
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
17 years 3 weeks ago #27905
by levalencia
Replied by levalencia on topic Re:Kunena Forum 100% Width?
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
Thanks
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago #27945
by skillless
Replied by skillless on topic Re:Kunena Forum 100% Width?
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.
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.242 seconds