-
Murphy Blake's profile was updated 7 years, 6 months ago
-
Karma's profile was updated 7 years, 6 months ago
-
DML Test's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic How to do not output delate button in activity by user in the forum How-to & Troubleshooting 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months ago
Hi,
Please check this thread https://buddypress.org/support/topic/getting-array-of-all-groups/
Thanks
-
Alberto Morri's profile was updated 7 years, 6 months ago
-
Ruben Jimenez's profile was updated 7 years, 6 months ago
-
Gregory Christ's profile was updated 7 years, 6 months ago
-
Lux replied to the topic Post Button Disapears When Using Short-Codes on Legacy or Nouveau packs in the forum Miscellaneous 7 years, 6 months ago
Please visit my home page and see the issue mentioned above
-
Moses Holto's profile was updated 7 years, 6 months ago
-
kellyhawkin2's profile was updated 7 years, 6 months ago
-
Frank Franklin's profile was updated 7 years, 6 months ago
-
Lux started the topic Post Button Disapears When Using Short-Codes on Legacy or Nouveau packs in the forum Miscellaneous 7 years, 6 months ago
Hi
My name is Lux and my site is confessionbox.co.za, im loving buddypress but i have an issue with the post button when using the BuddyPress Activity ShortCode plugin it seems the template packs for Legacy and Nouveau are not showing my submit post button and this is very critical on my site. Please help anyone
-
traceyr-london replied to the topic How to add captcha to BP login widget? in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi Prashant,
I’ve installed this plugin “Login Widget With Shortcode” as you recommended to Janaa, and for logging in it works well, but is their a way I can use it to have “Captcha” on the registration form as well?
I’m getting a lot of garbage registrations and would like to prevent/reduce those by using Captcha at the time of registration…[Read more] - Load More