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 Problem with size

More
16 years 10 months ago #18145 by grumblemarc
Replied by grumblemarc on topic Re: Problem with size
Um. You deleted the guest account. Can't help you.

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

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

More
16 years 10 months ago #18146 by crashy
Replied by crashy on topic Re: Problem with size
ok try now

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

More
16 years 10 months ago #18149 by crashy
Replied by crashy on topic Re: Problem with size
I found in css this code
Code:
FORUM TOOLS -------------------------------------------------------------------- */ #fb_ft-cover { position: relative; float: right; text-align: right; } table.jr-ft { width: 100%; } td.ft-td1 { width: 100%; } td.ft-td2 { width: 150px; } #forumtools_control { width: 150px; float: right; } .forumtools_contentBox { z-index:2; border: 1px solid #BFC3C6; display: none; position: absolute; right: 0px; top: 20px; background: #555555; overflow: hidden; width:150px; } .forumtools_content { position: relative; width: 100%; text-align: left; padding: 1px; } #subBox1 ul { margin: 0; padding: 0; list-style: none; } #subBox1 ul li { margin: 0; padding: 0; list-style: none; padding: 3px 5px; color:#FFFFFF; background: none; } #subBox1 ul li a:link, #subBox1 ul li a:visited { color:#FFFFFF; text-decoration: none; font-weight:normal; list-style:none; } #subBox1 ul li a:hover { text-decoration: underline; } #Kunena a.forumtools:link, #Kunena a.forumtools:visited { background: url(images/menu_open.gif) no-repeat right center; padding-right: 20px; color:#FFFFFF; font-size-adjust: none; font-style: normal; font-variant: normal; font-weight: bold; line-height: normal; text-align: center; text-decoration: none; } #Kunena a.forumtools:hover { text-decoration: underline; } /*

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

More
16 years 10 months ago #18151 by crashy
Replied by crashy on topic Re: Problem with size
Do you know maybe how to remove it?

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

More
16 years 10 months ago #18153 by crashy
Replied by crashy on topic Re: Problem with size
done it , I uploaded new template.

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

More
16 years 10 months ago #18270 by Lintzy
Replied by Lintzy on topic Re:Problem with size
To hide forumtools edit kunena.forum.css of your forum.template and search

#Kunena #fb_ft-cover


and insert

display:none;


into the {} --->

#Kunena #fb_ft-cover {
display:none;
}

I looked at your side, but could not realize changes. You wrote, you've changed your template, could not see this. It is much too small, like Grumblemarc told you yet. And like he wrote too: Disable ALL Modules on left or right side, when the Forum is shown, so it can fits to more width.

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

Time to create page: 0.255 seconds