-
aslamdoctor posted on the forum topic Function/Call to access Custom Profile Fields? in the group Creating & Extending: 14 years, 4 months ago
I’m also facing same issue.. even I added manually insert query inside code like this (I have stored the values in session)
$sql=”INSERT INTO wp_bp_xprofile_data (field_id, user_id, value) VALUES(1,$curr_id, ‘”.$_SESSION.”‘)”;
result=mysql_query($sql)or die(mysql_error());This is storing the data in database but not retrieving 🙁
@shedmore did…[Read more] -
aslamdoctor started the forum topic Redirect to any xyz given link after Sign Up completes in the group How-To and Troubleshooting: 14 years, 5 months ago
I want to redirect a user to a page “invite-friends.php” after signup process completes. Any suggeastion??
Thanks in advance
-
aslamdoctor joined the group How-To and Troubleshooting 14 years, 5 months ago
-
aslamdoctor started the forum topic Menu Customization in the group Creating & Extending: 14 years, 5 months ago
I want to add “Requests” link into “Friends” menu which is currently in a 3rd level sub menu. I did try to add the following code in bp-friends.php file in friends_setup_nav() function bp_core_new_nav_item( array( ‘name’ => __( ‘Requests’, ‘buddypress’ ), ‘slug’ => ‘friends/requests’, ‘position’ => 60, ‘screen_function’ =>…[Read more]
-
aslamdoctor joined the group Creating & Extending 14 years, 5 months ago
@aslamdoctor
Active 1 month ago