-
Renato Alves replied to the topic asking activation key. this is problem. i wanna fix it in the forum Installing BuddyPress 1 year, 2 months ago
The activation key is necessary to avoid spam users in your community. It is an intergral part of BuddyPress and I wouldn’t recommend removing it.
-
Renato Alves replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 1 year, 3 months ago
The main reason to use the hook is in case another plugin or yourself try to reinstall the emails. If one does that, that email you showed creating will be deleted and you will have to recreate it by hand again. That doesn’t seem to be desireable.
Also, creating via the hook, you can use the correct name when sending the email. You say you read…[Read more]
-
Renato Alves replied to the topic Posts Disappearing in the forum How-to & Troubleshooting 1 year, 3 months ago
Hi! Hard to say only looking from the outsite. To really confirm what happned requires looking at the code and database. So, I guess you won’t get valuable feedback here.
I’d recommend asking your developer to check the code. See if something changed, a plugin or custom code. Because with the provided information, it is unlikely someone will do…[Read more]
-
Renato Alves replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 1 year, 3 months ago
Hi Folks!
I agree it is that easy to add a new situation. That requires custom code and a bit of knowleger of BuddyPress internal. Also that’s not documented anywhere. This is just not an area that a lot of devs look for.
Anyway, fair to say you can hook into
bp_core_install_emails
and install your own email. I recommend you look at the code to…[Read more] -
Renato Alves replied to the topic Paid Group Access in the forum How-to & Troubleshooting 1 year, 3 months ago
If there is, I’m not aware of it. I’d recommend searching on https://wordpress.org/plugins/ or googling it.
-
Renato Alves replied to the topic Spam users signing up without entering information in the forum Installing BuddyPress 1 year, 3 months ago
I’d confirm if your fields validation is front-end or back-end. Also, check the pages that are open to registration and the BP REST API, if some plugin is opening for signups.
-
Renato Alves replied to the topic Paid Group Access in the forum How-to & Troubleshooting 1 year, 3 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 1 year, 3 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 1 year, 3 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 1 year, 3 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 1 year, 5 months ago
I’d recommend searching here: https://wordpress.org/plugins/
-
Renato Alves replied to the topic Pefil Buddypress in the forum Installing BuddyPress 1 year, 5 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 1 year, 5 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 1 year, 6 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 1 year, 7 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 2 years, 2 months 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 2 years, 2 months 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 2 years, 2 months 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 2 years, 2 months 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 2 years, 3 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.
- Load More
@espellcaste
Active 4 weeks, 1 day ago