- Posts: 13
- 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
Question how to remove myprofile-button?
- masteryoda1047
-
Topic Author
- Offline
- New Member
-
Less
More
17 years 1 month ago - 17 years 1 month ago #10132
by masteryoda1047
how to remove myprofile-button? was created by masteryoda1047
Last edit: 17 years 1 month ago by masteryoda1047.
Please Log in or Create an account to join the conversation.
17 years 1 month ago #10189
by @quila
Replied by @quila on topic Re:how to remove myprofile-button?
Hello masteryoda,
in the file
about line 201
change this
width this
and you are done.
in the file
/components/com_kunena/template/default_ex/fb_layout.php
about line 201
change this
Code:
if ($my_id != 0)
{
$header .= '<li ';
if ($func == 'myprofile' ) $header .= ' class="Kunena_item_active" ';
$header .=' >'.CKunenaLink::GetMyProfileLink($fbConfig, $my_id, '<span>'.($fbIcons['profile'] ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons['profile'] . '" border="0" alt="' . _GEN_MYPROFILE . '" title="' . _GEN_MYPROFILE . '"/>' : _GEN_MYPROFILE).'</span>');
$header .= '</li>';
}
width this
Code:
if ($my_id != 0)
{
// $header .= '<li ';
// if ($func == 'myprofile' ) $header .= ' class="Kunena_item_active" ';
// $header .=' >'.CKunenaLink::GetMyProfileLink($fbConfig, $my_id, '<span>'.($fbIcons['profile'] ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons['profile'] . '" border="0" alt="' . _GEN_MYPROFILE . '" title="' . _GEN_MYPROFILE . '"/>' : _GEN_MYPROFILE).'</span>');
// $header .= '</li>';
}
and you are done.
Please Log in or Create an account to join the conversation.
- masteryoda1047
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
17 years 1 month ago #10253
by masteryoda1047
Replied by masteryoda1047 on topic Re:how to remove myprofile-button?
thank you for your help!
Please Log in or Create an account to join the conversation.
Time to create page: 0.251 seconds