Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom profile, notifications and my groups link

  • @traweczka

    Participant

    Hi,

    I have created a welcome page on my BP site, where are some nice buttons to go to specific pages.

    Now I need to link them, so that after clicking, user goes to appropriate page.

    While http://platformatrop.traweczka.pl/activity/ or http://platformatrop.traweczka.pl/members/ work great, i have problem with profile, groups and notifications links, as they all have “*.pl/members/user_name/notifications and so on.

    Can someone please help me with this issue?

    Kindly,
    Trawa 😉

Viewing 1 replies (of 1 total)
  • @shanebp

    Moderator

    Use bp_loggedin_user_domain()
    The result will be something like:
    http://platformatrop.traweczka.pl/members/traweczka/

    So you could do this:
    <a href="<?php echo bp_loggedin_user_domain() ?>profile/edit/">Edit Profile</a>

Viewing 1 replies (of 1 total)
  • The topic ‘Custom profile, notifications and my groups link’ is closed to new replies.
Skip to toolbar