bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Profile link?

(4 posts)
  • Started 3 months ago by leeppp222
  • Latest reply from leeppp222
  • This topic is resolved

Tags:

  1. I have personalised my bbpress forum and want to add a link on the page to allow the user to edit their profile (I have removed the original, "Welcome...." section at the top)

    What do I need to link to for the page to redirect the user to their profile?

    Posted 3 months ago #
  2. I think it will be something like this
    <?php echo '<a href="'.get_profile_tab_link( bb_get_current_user_info( 'id' ), "edit" ).'">edit your profile</a>' ?>

    (untested) the "edit" part is just a guess...

    get_user_profile_link(bb_get_current_user_info( 'id' )) will get the profile link for general stuff, not the edit tab.

    Posted 3 months ago #
  3. Cheers that seem to do the trick.

    One other question, what do I inset to get to http://mysite.com/forums/profile/USERNAME ??

    Posted 3 months ago #
  4. sorry - ignore the above - you've already told me - cheers for your help!

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.