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 how to add more menu button like recent discussion , categories, my profile etc

More
16 years 4 months ago #34153 by computerwizard
how to add more menu button like recent discussion , categories, my profile etc

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

More
16 years 4 months ago #34188 by xillibit
Hello,

For this, you need to look in the file : components\com_kunena\template\default_ex\fb_layout.php, look at line 188.

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 4 months ago #34191 by computerwizard

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

More
16 years 4 months ago #34200 by computerwizard
ok i found this
Code:
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>'; }

but i dont knw how to change this .. can u pls help me .. i want to add a menu item pointing to a link .. for ex (google.com)

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

More
16 years 4 months ago #34296 by computerwizard

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

More
16 years 4 months ago #34458 by Matias
Just try to add

$header .= '<li>INSERT YOUR HTML CODE INTO HERE</li>';

before or after those lines.

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

Time to create page: 0.247 seconds