-
Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating & Extending 6 years, 1 month ago
I definitely plan to have a demo site in place, I’ve already started building it.
Is there a particular place I should post on this forum to let people know about it and get their feedback?
-
Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating & Extending 6 years, 1 month ago
Nice, I didn’t know that the object could be passed in that way. Very cool indeed.
Also, I checked the
validate
method, and I found thebp_email_validate
filter that I can use to force it to fail the validation as…[Read more] -
Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating & Extending 6 years, 1 month ago
Thanks!
How would I go about making the $email object fail the validation step?
I understand that bp_send_email is an action hook, but wouldn’t I need this to be a filter to alter the $email object?
-
Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating & Extending 6 years, 1 month ago
Also, just to give a bit more info on what I’m trying to do.
I want to hook in and send my own email using WP Mail and my own Templating system, and ideally, I’d like to stop BP_Email from sending another duplicate email right after. Whether that’s via the BP PHP Mailer or WP Mail.
-
Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating & Extending 6 years, 1 month ago
Thanks for the super quick response @shanebp!
I did take a look at this filter, but in reviewing the BP_Email class, it would appear that this only disables the BP PHP Mailer templating system, but still sends the email using WP Mail.
I really want to prevent it from sending any BP Emails at all, whether through WP Mail, or the BP_Email…[Read more]
-
Christian Freeman (codelion) started the topic How to Disable ALL BuddyPress Emails in the forum Creating & Extending 6 years, 1 month ago
Hi guys,
I’m building a new BuddyPress plugin, and I want to use my own internal email system instead of the BP_Email system. My question is, is there a function, filter, or something else that I can use to disable ALL BuddyPress Emails? (This includes Activation, Notifications, etc.)
Also, are there any action hooks that I can use to send my…[Read more]
-
Christian Freeman (codelion) started the topic Duplicate First and Last Name Fields in the forum How-to & Troubleshooting 7 years, 1 month ago
Hi guys,
I have a WordPress MultiSite (With 9 SubSites) where I’m running BuddyPress 2.9.1, with the Multi Blog feature enabled. The problem is, when I try to edit the profile fields, I see that there are several instances of the same First Name and Last Name fields listed there (It looks like 8 sets of duplicates). And because these fields can’t…[Read more]
-
Christian Freeman (codelion) replied to the topic Blog Post Activity Stream Updates in the forum How-to & Troubleshooting 7 years, 7 months ago
Thanks Brajesh!
That did the trick. Now both Blog Posts and Comments are appearing on the Activity Stream.
Have a good one.
-
Christian Freeman (codelion) started the topic Blog Post Activity Stream Updates in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi guys,
I’m running WordPress 4.7.3 and BuddyPress 2.8.2. I recently noticed that BuddyPress is not posting Activity Stream Updates when a new Blog Post is published or when a Comment is made. Any ideas on how to fix this?
Thanks,
-
Christian Freeman (codelion) replied to the topic Custom Theme Template Path in the forum Creating & Extending 8 years, 1 month ago
Awesome, thanks! The template overload and BP theme compat documentation is really insightful.
My goal with this is to create a plugin that loads a BuddyPress theme which can work along with nearly any WordPress theme I switch to. With that said, in your expert opinion, which of the methods you’ve provided will work best from an overall…[Read more]
-
Christian Freeman (codelion) replied to the topic BuddyPress Branding in the forum Miscellaneous 8 years, 1 month ago
Alright, understood.
Thanks!
-
Christian Freeman (codelion) started the topic BuddyPress Branding in the forum Miscellaneous 8 years, 1 month ago
Hi,
I’m developing a new BP plugin (Free & Premium), and I want to know if I am allowed to use “BuddyPress” within the plugin name? I will be creating a site for it, so the domain will be the plugin name, which will include BuddyPress.
Do I need to get permission for this, or is this allowed?
Thanks
-
Christian Freeman (codelion) started the topic Custom Theme Template Path in the forum Creating & Extending 8 years, 1 month ago
Hi guys,
I’m working on adding BuddyPress support to my theme, but I want to load all of the functions and theme template files for BuddyPress in a plugin. Does anyone know how this can be done? Is there a way to change the path in which buddypress searches for the template files?
Thanks,
@takinglife2themax
Active 4 years, 2 months ago