- Posts: 15
- Thank you received: 0
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
- computerwizard
-
Topic Author
- Offline
- Junior Member
-
Less
More
16 years 4 months ago #34153
by computerwizard
how to add more menu button like recent discussion , categories, my profile etc was created 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.
16 years 4 months ago #34188
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:how to add more menu button like recent discussion , categories, my profile etc
Hello,
For this, you need to look in the file : components\com_kunena\template\default_ex\fb_layout.php, look at line 188.
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.
- computerwizard
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 15
- Thank you received: 0
16 years 4 months ago #34191
by computerwizard
Replied by computerwizard on topic Re:how to add more menu button like recent discussion , categories, my profile etc
thanks .. let me try ...
Please Log in or Create an account to join the conversation.
- computerwizard
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 15
- Thank you received: 0
16 years 4 months ago #34200
by computerwizard
Replied by computerwizard on topic Re:how to add more menu button like recent discussion , categories, my profile etc
ok i found this
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)
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.
- computerwizard
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 15
- Thank you received: 0
16 years 4 months ago #34296
by computerwizard
Replied by computerwizard on topic Re:how to add more menu button like recent discussion , categories, my profile etc
someone pls help ..
Please Log in or Create an account to join the conversation.
16 years 4 months ago #34458
by Matias
Replied by Matias on topic Re:how to add more menu button like recent discussion , categories, my profile etc
Just try to add
$header .= '<li>INSERT YOUR HTML CODE INTO HERE</li>';
before or after those lines.
$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