What php code could i use to create a link back to the members profile
-
very new..
i think I figured how to link back to your own profile
<a href="<?php bp_user_link() ?>"><?php bp_displayed_user_fullname() ?></a>
but what do i use to link back to the persons profile you are visiting.. i assume i have to replace bp_user_link with something…thanks for any help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘What php code could i use to create a link back to the members profile’ is closed to new replies.