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 Tab Menu Edit

More
14 years 2 months ago #1 by wo3e
Tab Menu Edit was created by wo3e
Hi there..
(Sorry for my english)

I want ot change the Tab Menu to some new tabs :)

Recent Discussions, My Discussions, Categories, My Profile And help <- i want to change to some other link and name butwiht same design :)

And i want to add more

How can i do that pls? It Would be nice if u sade more than just the file :P

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

More
14 years 2 months ago - 14 years 2 months ago #2 by sozzled
Replied by sozzled on topic Re:Tab Menu Edit
I haven't tried to do this myself but, from what I've read, the process is fairly straightforward if you have any understanding of PHP.

See the following discussions for examples:
Last edit: 14 years 2 months ago by sozzled.

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

More
14 years 2 months ago - 14 years 2 months ago #3 by wo3e
Replied by wo3e on topic Re:Tab Menu Edit
Thanks for ur help :)..


Here is the change i did and now the Menu is showing but it is not working :S

I did same change here in kunena-link.php

function GetGameForumLink($name, $rel='nofollow')
{
$GameForum = JRoute::_('index.php?option=com_kunena&Itemid=57&func=listcat&catid=7');
return CKunenaLink::GetSefHrefLink($helplink, $name, '', $rel);
}



I add in fb_layout.php (my own themes)

if ($my_id != 0)
{
$header .= ' <li ';
if ($func == 'GameForum') $header .= ' class="Kunena_item_active" ';
$header .=' >'.CKunenaLink::GetGameForumLink('<span>'.(array_key_exists('GameForum', $fbIcons) ? '<img src="' . KUNENA_URLICONSPATH . $fbIcons . '" border="0" alt="' . _GEN_CATETT . '" title="' . _GEN_CATETT . '"/>' : _GEN_CATETT).'</span>');
$header .= '</li>';
}



And in kunena english lang i add

define('_GEN_CATETT', 'GameForum');


When i click on the menu it takes me to last topics :S dose anyone know why?
Last edit: 14 years 2 months ago by wo3e.

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

More
14 years 2 months ago - 14 years 2 months ago #4 by Matias
Replied by Matias on topic Re:Tab Menu Edit
Try this:

function GetGameForumLink($name, $rel='nofollow')
{
$GameForum = 'index.php?option=com_kunena&Itemid=57&func=listcat&catid=7';
return CKunenaLink::GetSefHrefLink($GameForum, $name, '', $rel);
}
Last edit: 14 years 2 months ago by Matias.

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

Time to create page: 0.410 seconds