Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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
14 years 3 weeks ago #1 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
14 years 3 weeks ago #2 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
14 years 2 weeks ago - 14 years 2 weeks ago #3 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: 14 years 2 weeks ago by bigmike0601.

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

More
14 years 2 weeks ago #4 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
14 years 2 weeks ago #5 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
13 years 10 months ago #6 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.

More
13 years 10 months ago #7 by sozzled
OK, that's a different problem. See Change "Child Board" language . Although that topic involved an older version of Kunena, the principle is still the same.

Edit ../administrator/components/com_kunena/language/kunena.english.php and find the line that reads
Code:
DEFINE('_KUNENA_CHILD_BOARD', 'Child Board');
Change it to
Code:
DEFINE('_KUNENA_CHILD_BOARD', '');
This should work

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

More
13 years 10 months ago #8 by freddiepete
That did the trick, thank you so much. This message board is so helpful!

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

Time to create page: 0.530 seconds