Skip to:
Content
Pages
Categories
Search
Top
Bottom

What is the url for a user's home


  • ivbscorp
    Participant

    @ivbscorp

    Im having issues redirecting different users to different pages. Basically I just want paid users to be redirected to their account page upon entry, and unpaid users redirected to their profile or BP My Home. I’m using a login redirect plugin that should work just fine. Since all users are set as the same, “contributors”, but paid users have level_1 level_2 etc. this plugin allows me to set all the levels to redirect to their account page, and regular contributors to redirect to ….

    what is the url for their specific profile pages? /members/ takes them to all the members listed, the url for their profile contains their username so what would I set it to? Also using BP My Home which would be the ideal landing page but again, the url contains their specific username so what do I do.. I feel like there’s a %something% that would make it work.

    Thanks!

Viewing 1 replies (of 1 total)

  • shanebp
    Moderator

    @shanebp

    You’re creating these redirects thru Dashboard options provided by one or more plugins, yes?

    Unless those options can include php, you’ll need to adjust or add code somewhere.

    The complete profile link for a logged in user is returned by this call:
    bp_loggedin_user_domain()

Viewing 1 replies (of 1 total)
  • The topic ‘What is the url for a user's home’ is closed to new replies.
Skip to toolbar