Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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.

Merged [Merged topic] Full screen wide forum

More
14 years 1 month ago #119628 by CheechDogg
Remove the mod from the menu manger. You can select what menu items and pages each mod will appear on from there.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

More
14 years 5 days ago #122904 by Tillman
Hello,

I've read a lot of threads about the peoples forum size being off, and how to fix it etc. From what I read, it seems as if the CSS on Kunena use width: 100%; etc. So, no matter the size of the webpage, it should fit.

Well, mine fit just fine. But, I've since then tweaked some of the sizes in my templates .css file, assuming this should be okay, because what I've read/been told is that Kunena uses percentages.

All I did was change the width of my webpage from 960px to 1160px and the forums width didn't scale with that.

What can I do to fix this? I want to avoid editing the .css on Kunena, because from the way that it looks to be setup, if I simply change the value for the width of the forums to a static px width, that everything else will be out of place.

Long story short - the forums are set to scale 100% of the page, but if the page size changes after the install, it doesn't seem to respect those changes.

website - reforgedgaming.net

Thanks!

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

More
14 years 5 days ago - 14 years 5 days ago #122908 by sozzled
*** Topic moved ***

G'day, Tillman, and welcome to Kunena.

The problem, as I see it, is that your Joomla site template does not support collapsible module positions. Therefore you have space "reserved" on the right side of your template even though you have not assigned any modules to that position. That's something you really should discuss with the people who designed the Joomla site template that you've chosen, especially if you paid for it!

Please read My Joomla site template makes a mess of Kunena

Alternatively, you could edit the file ../templates/maxgaming-tg/css/styles.css at around line 131:

#centercontent_bg {
float: left;
margin: 0 5px;
overflow: hidden;
padding: 0;
width: auto;
}
Last edit: 14 years 5 days ago by sozzled.

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

More
14 years 5 days ago - 14 years 5 days ago #122925 by Tillman
Thanks for the reply,

It wasn't a module position, as I was writing my last reply though, I realized something. When the forum auto added itself to my webpage, it put itself in a different DIV then the rest of my page content, I had to edit that div, hoping that it doesn't mess something else up.

Thanks
Last edit: 14 years 5 days ago by Tillman.

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

More
14 years 5 days ago #122927 by sozzled
I provided you with the answer (the CSS that you need to change in your Joomla site template file). ;)

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

Time to create page: 0.247 seconds