-
Prashant Singh replied to the topic Profile Description in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi, any screenshot or screen-cast will help to explain better.
Thanks
-
archieluna14's profile was updated 7 years, 7 months ago
-
Rene Thornton's profile was updated 7 years, 7 months ago
-
David Abels's profile was updated 7 years, 7 months ago
-
Pete Collins's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Profile Description in the forum How-to & Troubleshooting 7 years, 7 months 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 7 years, 7 months ago
Hi,
It will require custom coding. Seems not possible without that.
Thanks
-
Lydia Valdez's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Hide Account from Member Directory in the forum How-to & Troubleshooting 7 years, 7 months 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 7 years, 7 months ago
Pleasure is mine Sir 🙂
-
bowencarrie10's profile was updated 7 years, 7 months ago
-
Bowen Carrie's profile was updated 7 years, 7 months ago
-
Luke Marshall's profile was updated 7 years, 7 months ago
-
Ecocycle Vietnam's profile was updated 7 years, 7 months ago
-
Reyno Emilio's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Use member type to limit access? in the forum Creating & Extending 7 years, 7 months ago
-
Prashant Singh replied to the topic Buddypress disappeared? in the forum How-to & Troubleshooting 7 years, 7 months 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 7 years, 7 months 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 7 years, 7 months 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]
-
Bridges Jody's profile was updated 7 years, 7 months ago
- Load More