Kunena 7.0.2 Released

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

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 Forum gets positioned below menus, leaving a gap.

More
15 years 2 months ago #79660 by jostein
Hi.

I've installed the lates version of kunena forum, and it works great,
except that the forum component ends up leaving a huge gap between
the menu items, and the top of the forum.

I see there is a couple of post in here regarding this issue,
but I couldn't find a working solution for it.


Here's a link to my site:
www.cmfk.no/index.php?option=com_kunena&...ultmenu=95&Itemid=93

Anyone here who has had the same problem, and solved it?

Thanks in advance! :D

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

More
15 years 2 months ago - 15 years 2 months ago #79662 by jostein
This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Enabled | Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 32M | Max file upload: 2M

This message contains confidential information

Joomla default template details : sunshine | author: Fio | version: 1.0.4 | creationdate: 26.10.08

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.2 | creationdate: 2010-12-29

Kunena version detailled: Installed version: 1.6.2 | Build: 3894 | Version name: Team | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Disabled or not installed | CommunityBuilder: Installed (Version : 1.3.1) | Jomsocial: Disabled or not installed | UddeIm: Disabled or not installed

Third-party SEF components: sh404sef: Disabled or not installed | ARTIO JoomSEF: Disabled or not installed | AceSEF: Disabled or not installed

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Disabled | JFirePHP: Disabled or not installed | Kunena Discuss: Disabled or not installed | Kunena Search: Disabled or not installed | My Kunena Forum Menu: Disabled or not installed | My Kunena Forum Posts: Disabled or not installed

Modules: Kunena Latest: Disabled or not installed | Kunena Stats: Disabled or not installed | Kunena Login: Disabled or not installed

Last edit: 15 years 2 months ago by jostein.

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

More
15 years 2 months ago #79667 by rich
Welcome jostein!

Try the following:
Go to the backend> Kunena> Template Manager. Then you choose your Kunena template, and click Edit CSS. From the files choose the "kunena.forum-min.css"and click again to edit CSS.
Add at the first code "float:left; (red):

#Kunena{padding:0;margin:0;line-height:1.333em;float:left;}

It should fix your problem. Please make at first a backup of your CSS.

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: jostein

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

More
15 years 2 months ago #79676 by jostein
Hi Rich! Thanks:) I've tried adding the code you gave
me without any results. Is there anything else I can try, that you
can think of?

Jostein

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

More
15 years 2 months ago #79690 by rich
hm.. i cannot find this code in your css with firebug or validator. Maybe is your css broken?

Please try these original css (modifiziert for yopu). Unzip this file and copy these 2 files in ..template/default/css

Please make at first a backup of your CSS.

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
15 years 2 months ago #79692 by sozzled
rich was on the correct path but the solution is actually easier. :)

Edit your site template, ../templates/sunshine/css/template.css - add the following three lines to the end of that file:

#Kunena {
float: left;
}
The following user(s) said Thank You: jostein

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

Time to create page: 0.308 seconds