Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth 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 Problems with Siteground template

More
16 years 2 months ago - 16 years 2 months ago #43165 by Pescador
Hi all

I'm having a problem with my template from siteground, because it's not displaying the kunena forum with the whole width. It's too short, like if it were columns on the side.

I've already disabled the left and right columns, but it's the same. For what I've read, the problem is my joomla template that only works with two or three columns...

Can anyone help me?

My site is here .

Thanks
Last edit: 16 years 2 months ago by sozzled. Reason: Changed subject to improve search relevance

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

More
16 years 2 months ago #43168 by rich
Replied by rich on topic Re:Problems in joomla template
Hello Pescador,

please look this wiki doc

How I can get the full width for Kunena Forum in my site?

Important! Always create a backup before you make any changes to your website!

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

More
16 years 2 months ago - 16 years 2 months ago #43188 by sozzled
What rich has written and what's contained in the Wiki article are correct ... to a point. However, in most cases that appear on these forums, the problems occur because of a restriction in the Joomla template. Further, this approach doesn't work if your site uses collapsible forum positions (see How can I have Kunena Forum in Full width ).

The bottom line is that Siteground templates look good but they're a lot more complicated to fix that other templates. Only recently I tried to help a user with a Siteground template-related problem (see Kunena forum width not full ) but he discovered that he could not use the fix for other reasons.

After considering the weight of evidence against Siteground , I am inclined to now think that fixing these problems takes more effort that it's worth and it's probably better to use another Joomla template provider.
Last edit: 16 years 2 months ago by sozzled.

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

More
16 years 2 months ago #43203 by Cerberus
joomlabear seem to be the best in my experience easy to use and easy to edit if u wish :)

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

More
16 years 2 months ago #43562 by jplamp
I'm using a SiteGround template and really didn't want to change it, as it is a good design for my needs. I've already tweaked it quite a bit, but didn't realize this problem until I installed Kunena on the site today. I figured out a way around it. I created a copy of the template ("Relax1", a 3-column template) and changed the templateDetails.xml file accordingly. Then I changed the template.css file from
Code:
div#maincolumn_full { float: left; width: 720px; margin: 0 0px 6px 0; /*padding: 10px 0 0 10px;*/ }

to
Code:
div#maincolumn_full { float: left; width: 100%; margin: 0 0px 6px 0; /*padding: 10px 0 0 10px;*/ }

I installed my new template and assigned it only to the Kunena menu item.

As long as you have nothing published in the Left or Right positions on that page, it seems to work fine.

This may not be the best solution to the problem, but it is working for me, so I thought I would pass it along. Other SiteGround templates might be able to be edited in a similar manner.

Kunena 4.0.11, Joomla 3.5.1, CB 2.0.14, DOCman 2.1.5, uddeIM 3.8

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

More
16 years 2 months ago #44805 by Pescador
jplamp wrote:

I'm using a SiteGround template and really didn't want to change it, as it is a good design for my needs. I've already tweaked it quite a bit, but didn't realize this problem until I installed Kunena on the site today. I figured out a way around it. I created a copy of the template ("Relax1", a 3-column template) and changed the templateDetails.xml file accordingly. Then I changed the template.css file from

Code:
div#maincolumn_full { float: left; width: 720px; margin: 0 0px 6px 0; /*padding: 10px 0 0 10px;*/ }

to
Code:
div#maincolumn_full { float: left; width: 100%; margin: 0 0px 6px 0; /*padding: 10px 0 0 10px;*/ }

I installed my new template and assigned it only to the Kunena menu item.

As long as you have nothing published in the Left or Right positions on that page, it seems to work fine.

This may not be the best solution to the problem, but it is working for me, so I thought I would pass it along. Other SiteGround templates might be able to be edited in a similar manner.


Hi

That's my problem too. After a lots of tweaking, I found out that could not have the forum in full width, or else everything would act the same.

I'll try your solution or else I'll have to change the template.

Thanks for the reply!

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

Time to create page: 0.312 seconds