- Posts: 2144
- Thank you received: 4
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 no recent discussions, no my discussions
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It didnt. Is there a way to not be visible this tab?
Edit the file fb_layout.php, you'll find it in the tempate your are using, I guess it is default_ex.
Search this code above below and comment it out with /* */ (red marked in my code above)
/* $header .= ' <li ';
if ($func == 'latest' || $func == '') $header .= ' class="Kunena_item_active" ';
$header .=' >'.CKunenaLink::GetShowLatestLink('<span>'.($fbIcons ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons . '" border="0" alt="' . _KUNENA_ALL_DISCUSSIONS . '" title="' . _KUNENA_ALL_DISCUSSIONS . '"/>' : _KUNENA_ALL_DISCUSSIONS).'</span>');
$header .= '</li>'; */
Please Log in or Create an account to join the conversation.
It doesnt look good without the tabs.
Thanks anyway for the help!
Please Log in or Create an account to join the conversation.