- Posts: 26
- 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 Profile link
16 years 8 months ago #25886
by brian24
Profile link was created by brian24
Can someone please point me to the right file to comment out the link for the profile.gif image, which is next to the online/offline image.
Please Log in or Create an account to join the conversation.
16 years 8 months ago #25931
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Profile link
Hello,
Open the file components/com_kunena/template/default_ex/view.php and at line 914, comment like this :
Open the file components/com_kunena/template/default_ex/view.php and at line 914, comment like this :
Code:
else if ($userinfo->gid > 0)
{
//Kunena Profile link.
/*$msg_prflink = JRoute::_(KUNENA_LIVEURLREL.'&func=fbprofile&task=showprf&userid=' . $userinfo->userid);
$msg_profileicon = "<img src=\"";
if ($fbIcons['userprofile']) {
$msg_profileicon .= KUNENA_URLICONSPATH . $fbIcons['userprofile'];
}
else {
$msg_profileicon .= KUNENA_URLICONSPATH . "profile.gif";
}
$msg_profileicon .= "\" alt=\"" . _VIEW_PROFILE . "\" border=\"0\" title=\"" . _VIEW_PROFILE . "\" />";
$msg_profile = CKunenaLink::GetProfileLink($fbConfig, $userinfo->userid, $msg_profileicon);
*/ }
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.
16 years 8 months ago - 16 years 8 months ago #25977
by brian24
Replied by brian24 on topic Re:Profile link
Thanks for the reply. Commenting out that section doesn't remove the link though... Any suggestions?
Last edit: 16 years 8 months ago by brian24.
Please Log in or Create an account to join the conversation.
16 years 8 months ago #25987
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Profile link
Sorry, I thought about the link below the avatar, you need to open the file components/com_kunena/template/default/plugin/profilebox/profilebox.php and at line 124 remove this :
Code:
| <?php echo $jr_profilelink; ?>
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.
16 years 8 months ago #25996
by brian24
Replied by brian24 on topic Re:Profile link
Please Log in or Create an account to join the conversation.
16 years 8 months ago #26013
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Profile link
It's what I had gived in
www.kunena.com/forum/144-hacks-tricks-an...6-profile-link#25931
, try the file with the modification :
Attachment view-20090809.zip not found
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.
Time to create page: 0.259 seconds