-
Prashant Singh replied to the topic Need help removing ( Base Name) from profile page in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
Please check this https://buddypress.org/support/topic/hide-possibility-to-change-base-name/#post-230718
Thanks
-
Prashant Singh replied to the topic Creating Random Password in the forum Installing BuddyPress 7 years, 4 months ago
Hi,
BuddyPress does not send any password. It always sends an activation email and after activating your account by clicking on the link sent in the mail you have to log in with your entered password.
There must be any third party plugin or any custom code that is sending the password in the mail.
Thanks
-
Prashant Singh replied to the topic hide profile subnav when displayed user does NOT have role in the forum Miscellaneous 7 years, 4 months ago
Glad to help you 🙂
-
Prashant Singh replied to the topic Is registration "base fields" limited to 7 ? in the forum How-to & Troubleshooting 7 years, 4 months ago
ok, maybe due to cache.
-
Prashant Singh replied to the topic Is registration "base fields" limited to 7 ? in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
Have you created them under base profile field group or any other profile field group?
Thanks
-
Prashant Singh replied to the topic How to edit 'account activated' page? in the forum Installing BuddyPress 7 years, 4 months ago
As I said you have to override the template in your child theme and then there have to change the link.
If you will directly change the link in plugin’s file then it will be lost on next update.
Thanks
-
Prashant Singh replied to the topic hide profile subnav when displayed user does NOT have role in the forum Miscellaneous 7 years, 4 months ago
Hi,
Please try changing the priority from ’15’ to ‘9999’ and then test.
Thanks
-
Allison Sheila's profile was updated 7 years, 4 months ago
-
Prashant Singh replied to the topic Activation email not send out to users after registration in the forum Installing BuddyPress 7 years, 4 months ago
Hi,
Please contact your hosting providers once regarding the issue.
Also please try this plugin once https://wordpress.org/plugins/wp-better-emails/ and send a test mail to check if mail is working fine, then try registering on the site and check if received activation mail or not.
Thanks
-
Johanna Gray's profile was updated 7 years, 4 months ago
-
555-555-0199@example.com's profile was updated 7 years, 4 months ago
-
Maria Gutierez's profile was updated 7 years, 4 months ago
-
erinfloyam4's profile was updated 7 years, 4 months ago
-
Cecilia Moran's profile was updated 7 years, 4 months ago
-
Shark Tank Dietary's profile was updated 7 years, 4 months ago
-
짱프리's profile was updated 7 years, 4 months ago
-
Prashant Singh replied to the topic Ability according to user roles in the forum Installing BuddyPress 7 years, 4 months ago
Hi,
You can check the code here and try this for your role and remove that tab for your desired role.
Thanks
-
Prashant Singh replied to the topic Buddypress Posting in Group on Mobile site not working in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
Have you tried to check this with one of the default themes like twenty seventeen? Maybe your current theme is having this bug.
Please do a backup before testing.
Thanks
-
Prashant Singh replied to the topic Can BuddyPress be used to create lists? in the forum Creating & Extending 7 years, 4 months ago
-
Prashant Singh replied to the topic hide profile subnav when displayed user does NOT have role in the forum Miscellaneous 7 years, 4 months ago
add_action( 'bp_setup_nav', 'function remove_bookingtab_by_displayed_role', 15 );Please replace the above line with this:
add_action( 'bp_setup_nav', 'remove_bookingtab_by_displayed_role', 15 ); - Load More