-
Wayn replied to the topic Only display if user is viewing their profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Thank you @bitboy
-
Prashant Singh replied to the topic Profile field groups tabs while editing profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Glad that it helped you 🙂
Yes, please use this snippet:
add_action('member-profile-edit', 'ps_exit_button');
function ps_exit_button(){
?>
<button type="button" name='exit' class='edit-exit' value="Exit"> Exit </button>
<?php
}
add_action('wp_footer','ps_redirect_exit_profile');function…[Read more]
-
Prashant Singh replied to the topic Registration notice, manual activation in the forum How-to & Troubleshooting 7 years, 6 months ago
Sure 🙂
-
Prashant Singh replied to the topic remove 'last active' status in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please try this snippet:
add_filter( 'bp_nouveau_get_member_meta', 'ps_remove_last_active',10,3 );
function ps_remove_last_active ( $meta, $member, $is_loop ){
$meta['last_activity'] = '';
return $meta;
}Hopefully, it will help you.
Thanks
-
Prashant Singh started the topic BP Custom Functionalities Plugin Released in the forum Showcase 7 years, 6 months ago
https://wordpress.org/plugins/bp-custom-functionalities/
The plugin basically covers four features now:
- Locking BuddyPress for guest users.
- Restricting BuddyPress Access Based on Paid Membership Pro Membership Levels.
- Excluding members based on user roles from members directory.
- Private profile – that means one member can not see other m…
-
-
saulashaw14's profile was updated 7 years, 6 months ago
-
Antoin Garza's profile was updated 7 years, 6 months ago
-
marianoteg24's profile was updated 7 years, 6 months ago
-
darrinbailey2's profile was updated 7 years, 6 months ago
-
Bit Boy replied to the topic "Edit your bio" links to wp-admin in the forum How-to & Troubleshooting 7 years, 6 months ago
You are welcome 🙂
-
Bit Boy replied to the topic "Edit your bio" links to wp-admin in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi Janaa,
The best option here will be to disable the bioedit section.
You can do it by visiting Dashboard->Appearance->Customize and clicking on “BuddyPress Nouveau” panel.
Under this panel, you will see a lot of section. You will need to choose “Member Front Page” as shown hereOnce you are there, you will see 2…[Read more]
-
Bit Boy replied to the topic Only display if user is viewing their profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
You can use bp_is_my_profile() to check and display content as belowif ( bp_is_my_profile() ) {
echo "The content for profile owner.";
}
Best Regards
B -
Kanwal Liaquat's profile was updated 7 years, 6 months ago
-
Wayn started the topic Only display if user is viewing their profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi
I would like to display some text on the users profile page only if they are viewing their profile page.
If i insert the text in the home.php file it displays on the user profile page and when they are looking at other users profile pages.
What conditional code would i use so that the user only sees the text when they are on their profile…[Read more]
-
Ronnie Barnes's profile was updated 7 years, 6 months ago
-
Rafa Cerrajero's profile was updated 7 years, 6 months ago
-
alex's profile was updated 7 years, 6 months ago
-
hokikoko com Poker88 game judi poker di asia's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago
Please send the screenshot or a screencast showing the process
- Load More