Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

Question see my picture and tell me how to hide menu on top

More
14 years 3 months ago #1 by Jupping

How can i hide it?
my web don't have category
Attachments:

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

More
14 years 3 months ago #2 by xillibit
Hello,

open the file components\com_kunena\template\default_ex\fb_layout.php and in function KUNENA_get_menu() remove the tabs that you don't want, by deleting these couples of lines :
Code:
$header .= ' <li '; if ($func == 'latest' || $func == '') $header .= ' class="Kunena_item_active" '; $header .=' >'.CKunenaLink::GetShowLatestLink('<span>'.(array_key_exists('showlatest', $fbIcons) ? '<img src="' . KUNENA_URLICONSPATH . $fbIcons['showlatest'] . '" border="0" alt="' . _KUNENA_ALL_DISCUSSIONS . '" title="' . _KUNENA_ALL_DISCUSSIONS . '"/>' : _KUNENA_ALL_DISCUSSIONS).'</span>'); $header .= '</li>';

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.457 seconds