Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing profile link from wp-admin to bbpress profile

Viewing 5 replies - 1 through 5 (of 5 total)

  • nobouffa
    Participant

    @nobouffa

    I am having the same issue on our site and can’t find where to edit the
    profile” link. we are suing the login with ajax plugin as well.


    Robin W
    Moderator

    @robin-w

    See the attached for some help

    Layout and functionality – Examples you can use

    Section 8


    nobouffa
    Participant

    @nobouffa

    Robin, yes this is to add a Profile link in the Menu, but we are trying to edit the Profile link in the sidebar widget.

    Currently a non admin user clicks on the Profile link in the widget and they get directed to the Admin profile page, /wp-admin/profile.php .

    And we need to edit that link to go to the bb user profile page,
    /forums/users/%user%/edit

    Does anyone know what file that property is being set at?


    Robin W
    Moderator

    @robin-w

    hmm..
    with bbPress you should have a login widget that takes them to the bbPress profile,

    I add the following code to it to make editing obvious

    <p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>edit" >Amend Profile/Change password</a></p>
    

    You should be able to use that in your widget, or use it to substitute


    Robin W
    Moderator

    @robin-w

    edited to get the link right !

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar