-
Hoston HRT's profile was updated 7 years, 7 months ago
-
seomicro2013's profile was updated 7 years, 7 months ago
-
Permainan poker online terbaru dan terbaik's profile was updated 7 years, 7 months ago
-
Meldon Law's profile was updated 7 years, 7 months ago
-
Situs Domino99 Bandarq Terpercaya's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Plugin to give user limited/no rights in the forum Third Party Plugins 7 years, 7 months ago
Welcome 🙂
-
Prashant Singh replied to the topic Activity Stream….attach pictures — normal? in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi,
The plugin works fine for me. Anyways, you can find all the bbpress shortcodes here: https://codex.bbpress.org/features/shortcodes/.For you
this should work.Thanks
-
Prashant Singh replied to the topic Add content into new Item menu in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi,
Please check this thread: https://buddypress.org/support/topic/how-to-show-sitewide-activity-in-profile-page/
And try to use that activity loop.
Thanks
-
Prashant Singh replied to the topic Changing Avatar based on field data in the forum Creating & Extending 7 years, 7 months ago
Yes, it seems so. bp-custom.php is a file that resides in your WordPress ‘plugins’ folder, I think you have created that in BuddyPress folder. Please put that in the plugins folder.
-
Dinh Tuan Anh's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Edit Profile showing GMT for users in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi,
Please check this thread: https://buddypress.org/support/topic/buddypress-last-seen-privacy/
Thanks -
Prashant Singh replied to the topic How to edit Registration Page in the forum Installing BuddyPress 7 years, 7 months ago
Hi,
To change the email content please find the respective mail on emails tab(dashboard->emails). It will be ‘activate your account’ mail that you need to edit.
To change the registration confirmation you can use any language translation plugin like loco translate and find the message there and translate it to your text.
Thanks
-
Prashant Singh replied to the topic Group Page Not Showing in the forum Installing BuddyPress 7 years, 7 months ago
Hi,
Please check on the users panel(dashboard->users->manage signups) that if they are activated or not ?
If yes, then there may be any plugin or custom code creating the issue, try disabling them and also check once by activating default theme.
Thanks
-
Prashant Singh replied to the topic Plugin to give user limited/no rights in the forum Third Party Plugins 7 years, 7 months ago
Hi,
Please check this link: https://www.wpbeginner.com/wp-tutorials/how-to-remove-the-password-reset-change-option-from-wordpress/
Thanks
-
Prashant Singh replied to the topic register problem in mobile in the forum Installing BuddyPress 7 years, 8 months ago
Hi,
Have you trued this on real device ?
Please check if there is any error in console.
Thanks
-
Prashant Singh replied to the topic Put BuddyPress into a page area in the forum How-to & Troubleshooting 7 years, 8 months ago
We already have sidebar for BuddyPress(Members sidebar), you can use your widgets there as well and it will show on buddypress members pages.
For other solution, you can override buddypress templates and then can call your sidebar in template as well.
Thanks
-
Shirley Palmer's profile was updated 7 years, 8 months ago
-
Prashant Singh replied to the topic Upload Avatar in the forum How-to & Troubleshooting 7 years, 8 months ago
Hi,
Can you please try by putting a real member slug in place of [wlm_username]?
Thanks
-
Prashant Singh replied to the topic Updating Profile in the forum How-to & Troubleshooting 7 years, 8 months ago
add_action('xprofile_updated_profile', 'ps_redirect_welcome', 1, 5);
function ps_redirect_welcome( $user_id, $posted_field_ids, $errors, $old_values, $new_values )
{
if ( empty( $errors ) )
{
wp_redirect('your welcome page url');
exit ;
}
}Please try this code and add your welcome page url in place…[Read more]
-
Prashant Singh replied to the topic How to stop that users can visit other user profiles if they guess the user url in the forum Installing BuddyPress 7 years, 8 months ago
- Load More