-
Prashant Singh replied to the topic Phone Number Validation Not Working in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
This is jquery code. Please remove it from there and use this plugin https://wordpress.org/plugins/custom-css-js/. Add a new js code there and then paste there.
Thanks
-
Prashant Singh replied to the topic Wrong count shows in the forum Miscellaneous 6 years, 1 month ago
That helps! Ihad the same prob, Thx
Glad that it helped you 🙂
-
Prashant Singh replied to the topic How to call【profile-loop.php】in【edit.php】 in the forum How-to & Troubleshooting 6 years, 1 month ago
Ok 🙂
-
Prashant Singh replied to the topic Error when a user try to register in the forum Requests & Feedback 6 years, 1 month ago
Glad to know that it is fixed 🙂
-
Prashant Singh replied to the topic Add Woocommerce Products to Activity Stream in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please check this thread: http://mridulgoswami.com/adding-custom-post-type-to-buddypress-activity-the-right-approach/
Thanks
-
Prashant Singh replied to the topic How to edit 'account activated' page? in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
You can try this filter to change login link https://codex.wordpress.org/Plugin_API/Filter_Reference/login_url
Thanks
-
Prashant Singh replied to the topic Post Button Disapears When Using Short-Codes on Legacy or Nouveau packs in the forum Miscellaneous 6 years, 1 month ago
Glad to know that it helped 🙂
-
Prashant Singh replied to the topic Phone Number Validation Not Working in the forum How-to & Troubleshooting 6 years, 1 month ago
You can try in bp-custom.php or child theme’s functions.php. If not sure about files then use this plugin https://wordpress.org/plugins/code-snippets/ to add snippets.
Thanks
-
Prashant Singh replied to the topic How to add captcha to BP login widget? in the forum How-to & Troubleshooting 6 years, 1 month ago
Ok great 🙂
-
Prashant Singh replied to the topic How to do not output delate button in activity by user in the forum How-to & Troubleshooting 6 years, 1 month ago
Great 🙂
-
Prashant Singh replied to the topic How to do not output delate button in activity by user in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please check this thread: https://buddydev.com/support/forums/topic/remove-activity-delete-button-text/
Hopefully, it will help you.
Thanks
-
Prashant Singh replied to the topic Wrong count shows in the forum Miscellaneous 6 years, 1 month ago
Have you got it fixed with your custom code?
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 6 years, 1 month ago
$args['exclude'] = implode (',', $excluded_user);
No need to implode here and in place of that line please try:
if( !empty( $args['exclude'] ) )
$args['exclude'] = $args['exclude'] .','. $excluded_user;
else
$args['exclude'] = $excluded_user;Thanks
-
Prashant Singh replied to the topic How to add captcha to BP login widget? in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please check this plugin https://wordpress.org/plugins/buddypress-captcha/.
Hopefully, it will fix your issue.
Thanks
-
Prashant Singh replied to the topic Post Button Disapears When Using Short-Codes on Legacy or Nouveau packs in the forum Miscellaneous 6 years, 1 month ago
Have you tried the same with the default theme like twenty seventeen there? Please try once and if it works fine there then please report theme devs to check.
Thanks
-
Prashant Singh replied to the topic How to Duplicate Group in the forum Creating & Extending 6 years, 1 month ago
Hi,
Please check this plugin https://github.com/imath/bp-groups-taxo.
Hopefully, this will help you.
Thanks
-
Prashant Singh replied to the topic Phone Number Validation Not Working in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
You can check tutorials like this http://www.jquerybyexample.net/2012/05/validate-phone-numbers-using-jquery.html and can try this code as well.
Thanks
-
Prashant Singh replied to the topic list of all groups in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please check this thread https://buddypress.org/support/topic/getting-array-of-all-groups/
Thanks
-
Prashant Singh replied to the topic exclude users from member listing in the forum Miscellaneous 6 years, 1 month ago
Great ????
-
Prashant Singh replied to the topic exclude users from member listing in the forum Miscellaneous 6 years, 1 month ago
Members directory is from BuddyPress. Buddypress always send an activation email when a new user registers from it’s register page. If you are not following that process then certainly you are using memberpress process and have to repair the count always or else let them login and when they will access Buddypress pages they will be listed…[Read more]
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago