There are two functions here, the first one will return the user url for a specified ID function bp_core_get_justuserlink( $user_id,… READ MORE
Copy and paste this code into the template you want to disable caching on, usually used on activation pages if(… READ MORE
Any one who need to the the link for the current user. eg /member/admin or /member/warwick Paste this code into… READ MORE
Use this to add Google Adwords conversion script to your BuddyPress Install google_adwords is the name on the function printing… READ MORE
Get The current page url you are on In a php tag echo ‘http://’.$_SERVER[“HTTP_HOST”] . $_SERVER[“REQUEST_URI”]; READ MORE