-
Prashant Singh replied to the topic hide profile subnav when displayed user does NOT have role in the forum Miscellaneous 6 years ago
Glad to help you 🙂
-
Prashant Singh replied to the topic Is registration "base fields" limited to 7 ? in the forum How-to & Troubleshooting 6 years 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 6 years 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 6 years 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 6 years ago
Hi,
Please try changing the priority from ’15’ to ‘9999’ and then test.
Thanks
-
Prashant Singh replied to the topic Activation email not send out to users after registration in the forum Installing BuddyPress 6 years 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
-
Prashant Singh replied to the topic Ability according to user roles in the forum Installing BuddyPress 6 years 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 6 years 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 6 years ago
-
Prashant Singh replied to the topic hide profile subnav when displayed user does NOT have role in the forum Miscellaneous 6 years 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 );
-
Prashant Singh replied to the topic Phone Number Validation Not Working in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please replace all the ‘$’ with ‘jQuery’ save the js code and then on frontend open browser console(press ctrl+shift+I if you are on chrome) and then check if there is any error in the console.
Thanks
-
Prashant Singh replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 6 years, 1 month ago
Let me show you the way to do it and maybe you are missing one important stuff and that is the theme translation. Please check the video I made for you to explain the working: https://screencast-o-matic.com/watch/cF6O0lY5iP
-
Prashant Singh replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 6 years, 1 month ago
And to change the URL from ‘friends’ to ‘connections’ just write this in bp-custom.php file
define ( 'BP_FRIENDS_SLUG', 'connections' );
-
Prashant Singh replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 6 years, 1 month ago
Have you tried creating language files and then tried translating texts? I have used it in so many client projects so I guess you were not able to change friends to connections 🙂 If you are not then please let me know I will explain how to do that.
Thanks
-
Prashant Singh replied to the topic Community of book readers in the forum Ideas 6 years, 1 month ago
-
Prashant Singh replied to the topic How to edit 'account activated' page? in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
activate.php is the file that has the link and you can override it in your theme and code there to restrict it.
Thanks
-
Prashant Singh replied to the topic Ability according to user roles in the forum Installing BuddyPress 6 years, 1 month ago
-
Prashant Singh replied to the topic Registration page Font style and size in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
You can check this plugin https://wordpress.org/plugins/buddyforms/ and this also https://www.gravityforms.com/add-ons/user-registration/
Thanks
-
Prashant Singh replied to the topic Corporate networking functionality in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
It is possible but it will need customization.
Thanks
-
Prashant Singh replied to the topic Wrong count shows in the forum Miscellaneous 6 years, 1 month ago
Everytime I need to go back to admin section, tools -> buddypress.
Let me explain, as you are using Memberpress registration so you are not following BuddyPress user activation process which is ‘User registers on your site and then they get an activation mail where they get a link and by clicking that they activate their account and as soon as…[Read more]
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago