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

More
16 years 11 months ago #16085 by Lintzy
Perhaps the third problem will be solved, when you go to Kunena Configuration and click on "Recount Category Stats" .

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

More
16 years 11 months ago #16172 by x_maras
It didnt. Is there a way to not be visible this tab?

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

More
16 years 11 months ago - 16 years 11 months ago #16190 by Lintzy
x_maras wrote:

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>'; */

Last edit: 16 years 11 months ago by Lintzy.

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

More
16 years 11 months ago #16507 by x_maras
I think I ll leave it like it is now.

It doesnt look good without the tabs.
Thanks anyway for the help!

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

Time to create page: 0.202 seconds