Skip to:
Content
Pages
Categories
Search
Top
Bottom

Create independent menu link to access profile and remove link from user name


  • stephunique
    Participant

    @stephunique

    Hello

    I am using Buddypress Version 12.5.0. Currently, when a user logs in, they can click on their name in the top right corner of the page and this takes them to their profile page. I would like a separate, independent link that I can add to the navigation menu or a custom menu of my choice, that takes the users to their profile, and make their name not-clickable. Ideally the URL slug would then be “sitename(dot)com/user’same/profile” rather than “/member/user’sname”. How can I do this? I am not a developer but I can edit PHP with provided code.

    Thank you to anyone that can help.

Viewing 1 replies (of 1 total)

  • Pooja Sahgal
    Participant

    @poojasahgal

    Hi!

    You can place the below custom CSS code inside Customizer >> Additional CSS

    .user-link-wrap a.user-link {pointer-events: none;cursor: default !important;}
    .buddyx-mobile-user .user-wrap {pointer-events: none;cursor: default !important;}

    For the profile dynamic link, you can place the below structure:
    http://www.mysite.com/members/me/profile/

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