-
Prashant Singh replied to the topic After installing buddypress, google captcha is no longer displayed in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
Please go to BuddyPress settings (Settings->BuddyPress->Options) and then in โTemplate Packโ option choose template legacy.
Hopefully, it will fix the issue.
Thanks
-
Prashant Singh replied to the topic User cover image will not add app to view portal in the forum How-to & Troubleshooting 6 years, 1 month ago
Please try those things that Shane mentioned and also please see this video https://screencast-o-matic.com/watch/cF6eYPYl9U where I am using the same theme to test with BuddyPress. You will see that everything looks fine there, so certainly there is anything else that is creating the issue.
Thanks
-
Prashant Singh replied to the topic Activation Email in the forum Miscellaneous 6 years, 1 month ago
Hi,
Please try these plugins : https://wordpress.org/plugins/wp-mail-smtp/ and https://wordpress.org/plugins/wp-better-emails/ to check if the mail sending is allowed there. After setting up the plugin please try to send a test mail first and if it works then try with activation email.
Hopefully, it will help you.
Thanks
-
Prashant Singh replied to the topic Send Invites Adds Users to Group Automatically in the forum Creating & Extending 6 years, 1 month ago
Welcome ๐
-
Prashant Singh replied to the topic Password Field CSS Override in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Can you please share any screenshot or screen-cast to see what’s actually happening? With the default theme active I am able to see it like this https://prnt.sc/l1f2ty
May be there is default CSS from theme which is creating issue there.
Thanks
-
Prashant Singh replied to the topic BuddyPress causing error in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
Your theme does not seems to be compatible with the latest versions of BuddyPress. Please ask theme developer once.
You can also try switching template packs in BuddyPress settings (Settings->BuddyPress->Options) and then in ‘Template Pack’ choose different template. If it does not help the certainly the theme is not compatible with newer…[Read more]
-
Prashant Singh replied to the topic Hide Account from Member Directory in the forum How-to & Troubleshooting 6 years, 1 month ago
Glad to know that ๐
-
Prashant Singh replied to the topic Profile Description in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi, any screenshot or screen-cast will help to explain better.
Thanks
-
Prashant Singh replied to the topic Profile Description in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Have you checked in your profile edit screen? It is also possible that this is the latest activity that you have posted.
Thanks
-
Prashant Singh replied to the topic Notifications based on profile field in the forum Creating & Extending 6 years, 1 month ago
Hi,
It will require custom coding. Seems not possible without that.
Thanks
-
Prashant Singh replied to the topic Hide Account from Member Directory in the forum How-to & Troubleshooting 6 years, 1 month ago
add_action('bp_ajax_querystring','ps_exclude_admin_members',20,2);
function ps_exclude_admin_members($qs=false,$object=false){if($object!='members')
return $qs;$excluded_user = implode(',',get_users('role=administrator&fields=ID'));
$args=wp_parse_args($qs);
if(!empty($args['user_id']))…[Read more]
-
Prashant Singh replied to the topic Use member type to limit access? in the forum Creating & Extending 6 years, 1 month ago
Pleasure is mine Sir ๐
-
Prashant Singh replied to the topic Use member type to limit access? in the forum Creating & Extending 6 years, 1 month ago
-
Prashant Singh replied to the topic Buddypress disappeared? in the forum How-to & Troubleshooting 6 years, 1 month ago
It seems like you do not have enough permissions in folders and files. Please check with your hosting provider, they can check for you if all the folders have permission 755 and files have 644.
If not please ask them to do it for you and then I think you will be able to delete it and can install new one.
Thanks
-
Prashant Singh replied to the topic Please help with emails in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
This code will allow to use all the WordPress emails instead of BuddyPress or if you have existing email template system. So password reset should work for you.
Thanks
-
Prashant Singh replied to the topic Creating members outside of theme in the forum How-to & Troubleshooting 6 years, 1 month ago
I am not saying that it’s not practical to use but if it is restricting you to create user through this then the workaround can be the solution I have suggested and I think it will send a mail to the user to let him know that their account is created on the site.
If you want exactly same functionality like BuddyPress registration then please…[Read more]
-
Prashant Singh replied to the topic settings are not showing on buddypress 3.2.0 in the forum How-to & Troubleshooting 6 years, 1 month ago
Sure ๐
-
Prashant Singh replied to the topic Creating members outside of theme in the forum How-to & Troubleshooting 6 years, 1 month ago
When you will use that above link to create user then it is giving you a user_id in return then you can use it to save profile data like this:
xprofile_set_field_data('profile_field', $user_id , 'profile_field_value');
You can write it just after the code where you get user_id in return.
Also please use hook ‘init’ in place of ‘admin_init’ and…[Read more]
-
Prashant Singh replied to the topic Creating members outside of theme in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
You can directly create a WordPress user also and it will become BuddyPress member automatically.
Please check: https://wpengineer.com/2054/create-users-automatically-in-wordpress/
Thanks
-
Prashant Singh replied to the topic bug in buddypress install in the forum Installing BuddyPress 6 years, 1 month ago
No problem ๐ Please consult with them once.
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago