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 Remove Tabs (Recent, etc)

More
16 years 1 month ago #43551 by shanekiller
So you guys have something like this in the solved section went there then took me to this post. www.kunena.com/index.php?option=com_kune...=21488&catid=139#214 than followed what @quila said and didn't work just renamed them i am using a custom template I believe it's this one. www.kunena.com/forum/111-templates-and-d...-dark-k159-templates i'm using the second one "magyarhq" i want to remove it because i feel like it's to much bang :D

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

More
16 years 1 month ago #43552 by xillibit

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.

More
16 years 1 month ago #43554 by shanekiller
it did work but one more thing how do i delete the search and minimize?

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

More
16 years 1 month ago #43555 by Cerberus
shanekiller wrote:

it did work but one more thing how do i delete the search and minimize?


the next bit under were u edited to remove the buttons is the bit to remove for the search and min buttons :)

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

More
16 years 1 month ago #43557 by shanekiller
thanks I found it and it removed the search box but the minimize button isn't in there. or can you tell what the cod would look like.?

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

More
16 years 1 month ago - 16 years 1 month ago #43558 by Cerberus
erm yer let me boot up winmerge and will let u know :)

EDIT: what template are u using ???


ok found it in FB_layout.php comment out ( add // at start ) this bit :) that will remove everything tabs, search and the min button ( done myself on default_ex and default_ex_dark)
Code:
// $header = '<div id="fb_topmenu" ><div id="Kunena_tab"><ul>'; // // $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>'; // // if ($my_id != 0) // { // $header .= ' <li '; // if ($func == 'mylatest') $header .= ' class="Kunena_item_active" '; // $header .=' >'.CKunenaLink::GetShowMyLatestLink('<span>'.(array_key_exists('showmylatest', $fbIcons) ? '<img src="' . KUNENA_URLICONSPATH . $fbIcons['showmylatest'] . '" border="0" alt="' . _KUNENA_MY_DISCUSSIONS . '" title="' . _KUNENA_MY_DISCUSSIONS . '"/>' : _KUNENA_MY_DISCUSSIONS).'</span>'); // $header .= '</li>'; // } // // $header .= '<li '; // if ($func == 'listcat' ) $header .= ' class="Kunena_item_active" '; // $header .=' >'.CKunenaLink::GetCategoryListLink('<span>'.(array_key_exists('home', $fbIcons) ? '<img src="' . KUNENA_URLICONSPATH . $fbIcons['home'] . '" border="0" alt="' . _KUNENA_CATEGORIES . '" title="' . _KUNENA_CATEGORIES . '" />' : _KUNENA_CATEGORIES).'</span>'); // $header .= '</li>'; // // if ($my_id != 0) // { // $header .= ' <li '; // if ($func == 'myprofile' ) $header .= ' class="Kunena_item_active" '; // $header .=' >'.CKunenaLink::GetMyProfileLink($fbConfig, $my_id, '<span>'.(array_key_exists('profile', $fbIcons) ? '<img src="' . KUNENA_URLICONSPATH . $fbIcons['profile'] . '" border="0" alt="' . _GEN_MYPROFILE . '" title="' . _GEN_MYPROFILE . '"/>' : _GEN_MYPROFILE).'</span>'); // $header .= '</li>'; // } //
Last edit: 16 years 1 month ago by Cerberus.

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

Time to create page: 0.261 seconds