-
Renato Alves replied to the topic Paid Group Access in the forum How-to & Troubleshooting 5 years, 2 months ago
There is a way, but requires custom code/development. BuddyPress is flexible enough to allow you to do whatever you want.
-
Renato Alves replied to the topic E-Mail notification when adding a friend in the forum Installing BuddyPress 5 years, 2 months ago
Oh, I see! You can use the same hook and create your own email doing what you just wrote.
-
Renato Alves replied to the topic When deleting a BuddyPress profile account in the forum Requests & Feedback 5 years, 2 months ago
I think this is more of a preference than a requimenent. One could think that if the user is already logged in, he already has the necessary permissions to delete it, so why ask the password another time.
Social medias sites like Facebook and similars, ask that to make it harder for a user to delete their own account.
So I don’t think this is a…[Read more]
-
Renato Alves replied to the topic E-Mail notification when adding a friend in the forum Installing BuddyPress 5 years, 2 months ago
This is already the default behavior. Here is the code that fires a email when someone request to add someone as a friend: https://github.com/buddypress/BuddyPress/blob/d44e81fd40e4e9e48fc599836d311cf2752f9f34/src/bp-friends/bp-friends-functions.php#L858
I’d recommend you to confirm if something is disabling that. Maybe the emails are not set up…[Read more]
-
Renato Alves replied to the topic Buddypress widgets! in the forum Installing BuddyPress 5 years, 3 months ago
I’d recommend searching here: https://wordpress.org/plugins/
-
Renato Alves replied to the topic Pefil Buddypress in the forum Installing BuddyPress 5 years, 3 months ago
Could you elaborate on that? Don’t understand the request.
-
Renato Alves replied to the topic Discover BuddyPress 5.1.0-beta1 and a new way to beta test BuddyPress in the forum Miscellaneous 5 years, 3 months ago
Awesome!
-
Renato Alves commented on the post, An online community learning hub to deepen studies during IRL meetings, on the site BuddyPress.org 5 years, 5 months ago
A really interesting use case of BuddyPress and the BP REST API! Also, so nice he made the repo public.
I wonder if Tanner considered other options for the view layer. Like React or other options.
-
Renato Alves replied to the topic BuddyPress doesn't support WP-Rocket? in the forum Third Party Plugins 5 years, 6 months ago
I don’t think there is a corelation. Maybe there is but it might be too specific for your theme.
-
Renato Alves replied to the topic How to use hooks when registering users in the forum How-to & Troubleshooting 6 years ago
There is no filter with this name. I think you mean an action:
add_action( 'bp_core_activated_user' );
-
Renato Alves replied to the topic Make everyone friends automatically in the forum Creating & Extending 6 years ago
Even with the BuddyPress CLI, this isn’t feasible. The best option I can think of is you creating a custom command or script to iterate the users and add and accept each other’s friendship requests.
-
Renato Alves replied to the topic Friends module not working after clicking on "Buddypress Repair Tools" in the forum How-to & Troubleshooting 6 years ago
BuddyPress has a CLI command now you can use.
wp bp tool repair friend-count
-
Renato Alves replied to the topic Remove the "General" tab in profile settings in the forum Installing BuddyPress 6 years, 1 month ago
Other option would be: redirect the general tab url to the memberpress account page.
-
Renato Alves replied to the topic Buddypress skeleton component in the forum Creating & Extending 6 years, 2 months ago
I agree! The integration will depend a lot on what you are doing, not related to the skeleton per se. So for starters, I think you’ll be all right.
-
Renato Alves replied to the topic deleting records in wp_bp_notifications in the forum How-to & Troubleshooting 6 years, 5 months ago
We just introduced a cli command,
wp bp notification delete
, that might help you in deleting those notifications. -
Renato Alves replied to the topic confirmation emails are not sent for new users in the forum Requests & Feedback 6 years, 8 months ago
Also, it’s important to check if it is a delivery problem. Try to confirm if other e-mails are being sent via SMTP or PHP.
I just had a client with a similar problem where the real culprit was SMTP/PHP related.
-
Renato Alves commented on the post, BuddyPress 3.0.0 "Apollo", on the site BuddyPress.org 6 years, 9 months ago
Congratulations to everyone for the work on this version! o/ 😀
-
Renato Alves replied to the topic exporting data, users, and whole bp in the forum Requests & Feedback 7 years ago
There is already a ticket about it: https://buddypress.trac.wordpress.org/ticket/408
-
Renato Alves replied to the topic Alternative to Xprofile in the forum Creating & Extending 7 years ago
BuddyPress is alive! 🙂
-
Renato Alves replied to the topic How do i get all the xprofile data from only userid? in the forum Requests & Feedback 7 years ago
You can use the REST API for that: https://github.com/buddypress/BP-REST/
It is still a work in progress. But usable.
- Load More
@espellcaste
Active 2 days, 8 hours ago