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.

Question How to remove 'Child Boards:' Title above subforum sections?

More
16 years 3 weeks ago #44237 by bigmike0601
How do I remove the "Child Boards:" title that is above my subforum sections? You can see what im refering to at the very bottom section of my site.
thanks!

politicallysucks.com

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

More
16 years 3 weeks ago #44240 by @quila
Hi,

file kunena.forum.css line 591, add red colored text

#Kunena div.fb_cc-childcat-title {
display:none !important;
vertical-align:top;
width:100%;
}


Regards

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

More
16 years 3 weeks ago - 16 years 3 weeks ago #44341 by bigmike0601
The code is written this way in css:

#Kunena div.fb_cc-childcat-title {
width: 100%;
vertical-align:top;


I inserted the red code as below:

#Kunena div.fb_cc-childcat-title {
display:none !important;
width: 100%;
vertical-align:top;


It did not work. :(
Last edit: 16 years 3 weeks ago by bigmike0601.

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

More
16 years 3 weeks ago #44344 by sozzled
bigmike0601 wrote:

It did not work. :(

I visited your website. You haven't changed your Kunena CSS template - you've probably changed something else. Which file did you change?

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

More
16 years 3 weeks ago #44514 by bigmike0601
Yes, sorry. It works now. Very sorry and thanks for the help!!

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

More
15 years 10 months ago #49829 by freddiepete
Hello, for me the hack works well for the first set of child boards:
www.thebigjazz.com/elite/index.php?option=com_kunena&Itemid=66

But does not take care of a secondary set of child boards:
www.thebigjazz.com/elite/index.php?optio...nc=showcat&catid=118

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

Time to create page: 0.279 seconds