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

Question template breaks after post redirect

More
16 years 11 months ago #18041 by crlanier
The forum features all work well on my site, but after I post and it redirects, the whole page breaks. The forum seems to 'jump' up and cover the divs above it. The template is a custom template, not much to it.

Using Joomla 1.5.10
CB 1.2 RC4
Kunena: latest stable release

Site page:
www.tkeaoalumni.org/index.php/member-forum

Any help would be greatly appreciated.

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

More
16 years 11 months ago #18042 by grumblemarc
The administrator has disabled public write access. Can't see the problem if you can't post.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 11 months ago - 16 years 11 months ago #18099 by Lintzy
Yes, please give us a Demoaccount to login. You could also try first the following,
edit kunena.forum.css (you'll find it in your chosen template)

and change

#Kunena #Kunena_top td {
background:#FFFFFF none repeat scroll 0 0;
border-color:#5182A4;
border-style:solid;
border-width:0 0 3px;
color:#000000;
margin:0;
}


to

#Kunena #Kunena_top td {
background:#FFFFFF none repeat scroll 0 0;
border-color:#5182A4;
border-style:solid;
border-width:0 0 3px;
color:#000000;
margin:0;
height:35px;
}


or to

#Kunena #Kunena_top td {
background:#FFFFFF none repeat scroll 0 0;
border-color:#5182A4;
border-style:solid;
border-width:0 0 3px;
color:#000000;
margin:0;
height:35px;
padding-top:20px;

}


If this helps you can change this 20px until it looks good enough.
Last edit: 16 years 11 months ago by Lintzy.

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

Time to create page: 0.238 seconds