Hi
I didn’t say I wanted to change the link with CSS.
I don’t want a shortcode to go to a profile form I want to use a link/url in a button module (hence why a shortcode won’t work) to take someone to their profile page.
The URL in my menu that does the same is https://membership.wraca.org.uk/members/tanya/profile/
But obviously the ‘/tanya/’ bit changes depending on who’s logged in…I’m guessing the Class bp-menu bp-profile-nav that I use in the menu changes the ‘/tanya/’ part of the URL to the username of the person logged in.
So for a button module, where I need to either add in a URL to which the button will take the user or a class such as bp-menu bp-profile-nav to teh module…however when I add in the class bp-menu bp-profile-nav to the button all that happens when I click on it it goes to teh welcome page not to the profile page…
So in short I want a user to click on a button called ‘My Profile’ to take them to their profile, how can this be achieved please?