Our Joomla! extensions are all OpenSource and free of charge. Support is also free of charge. Nevertheless, we do have costs that need to be paid. This is done out of our own pocket. We have had a donation button on our website for some time now, which is actually used to make donations from time to time. The donation progress bar is intended to show how much support we have received and how much is still missing to cover the basic costs, such as hosting and services. The annual costs currently amount to 356€.

Thank you for your support!

Donate PayPal GitHub Sponsors You want to support and there is no suitable platform? Write to us in the forum.

225,49€
× Please always add your "Report Configuration Settings" into your support request.

Thank you!

Community Builder Profile Links

1 month 3 weeks ago #577 by Niels
Community Builder Profile Links was created by Niels
Hello,
I had the problem with the profile links that the intended menu items were not accessed, but rather the home page with its modules.
I asked for help in the Community Builder support forum and have now made the following change to the "ComprofileHelper.php" file:
public function getProfileLink($user)
{
    $userName = $this->getUserName($user);

    if ($user['userid'] && ($user['userid'] == CBApplication::MyUser()->getUserId())) {
        $user['userid'] = null;
    }

    global $_CB_framework;

    $link = $_CB_framework->userProfileUrl( $user['userid'] );

    $title = Text::sprintf('SWBIRTHDAY_USER_LINK_TITLE', $userName);

    return "<a href=\"{$link}\" title=\"{$title}\" rel=\"nofollow\">{$userName}</a>";
}

This means that when you click on the user profile, the intended menu item with the associated modules is now loaded.
Maybe this could be taken into account in an update?

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

1 month 3 weeks ago #578 by Sven Schultschik
Replied by Sven Schultschik on topic Community Builder Profile Links
Thank you for effort and report. I look into it.

If you enjoy our extensions and found our assistance helpful, please consider supporting the project as outlined at the top of the page. Your support would be greatly appreciated.

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

1 week 14 hours ago #581 by Sven Schultschik
Replied by Sven Schultschik on topic Community Builder Profile Links

If you enjoy our extensions and found our assistance helpful, please consider supporting the project as outlined at the top of the page. Your support would be greatly appreciated.

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

Time to create page: 0.114 seconds
Powered by Kunena Forum