-
Paul Wong-Gibbs replied to the topic How to Remove Buddypress Registration in the forum How-to & Troubleshooting 8 years, 7 months ago
If you delete the page, I think you can probably just ignore that banner notification. It’s only telling you that the page isn’t set, but you already know that, because you’ve done it on purpose.
There isn’t a way to remove the nag message.
-
Paul Wong-Gibbs replied to the topic WP Notices after installation in the forum Installing BuddyPress 8 years, 7 months ago
Thanks. This isn’t actually a bug in BuddyPress, but we flag it to reveal code in other plugins running at the wrong time because quite often this can cause very subtle problems in BuddyPress and other plugins.
We’ve very recently adjusted the messaging to make it clearer which plugin is causing us to trigger this notice:…[Read more]
-
Paul Wong-Gibbs replied to the topic change the email 'from' name (BuddyPress email templates) in the forum How-to & Troubleshooting 8 years, 7 months ago
FYI
wp_mail_from_name
andwp_mail_from
support are coming back in BuddyPress 2.5.3. Thanks to everyone’s feedback regarding this. -
Paul Wong-Gibbs replied to the topic BuddyPress Email Issues with New Installation in the forum How-to & Troubleshooting 8 years, 7 months ago
There is one other tweak that’s coming up in BuddyPress 2.5.3 (not sure when it’ll be released, would guess a week or two) that might address it. After 2.5.3, BuddyPress should be identical with WordPress in terms of compatibility with the majority of plugins that help WordPress support SMTP.
For the record, if you’re running a plugin that…[Read more]
-
Paul Wong-Gibbs replied to the topic BuddyPress Email Issues with New Installation in the forum How-to & Troubleshooting 8 years, 7 months ago
Does adding https://wordpress.org/plugins/bp-email-to-wp-mail-from-bridge/ help?
-
Paul Wong-Gibbs replied to the topic Where's the plugins directory page? in the forum Third Party Plugins 8 years, 7 months ago
^ that is pretty much why I removed the page. it was misleading to people looking for BP-compatible plugins.
-
Paul Wong-Gibbs replied to the topic Sendgrid and buddypress emails in the forum Miscellaneous 8 years, 7 months ago
The above is not a complete solution for Sendgrid, no.
-
Paul Wong-Gibbs replied to the topic View Profile Crashes in Internet Explorer in the forum How-to & Troubleshooting 8 years, 7 months ago
Thanks for sharing the solution to your problem!
-
Paul Wong-Gibbs replied to the topic Ionic app or other with REST api? in the forum Creating & Extending 8 years, 7 months ago
webdevstudios have a couple of options — take a look on their site.
-
Paul Wong-Gibbs replied to the topic How to hide projects feature in the forum How-to & Troubleshooting 8 years, 7 months ago
Not sure what you mean be “projects” feature — sounds like that’s part of this other plugin, so that’s not really in our wheelhouse. Or it’s something in BuddyPress that’s been renamed.
Have you checked the other plugin for options to disable it?
-
Paul Wong-Gibbs replied to the topic Conflict with Buddypress and WordPress Email in the forum How-to & Troubleshooting 8 years, 7 months ago
Is your plugin online somewhere? Share a link?
-
Paul Wong-Gibbs replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 8 years, 7 months ago
@slaffik https://github.com/21applications/bp-wpmandrill/blob/master/plugin.php
That’s for Mandrill. It relies on the fact that the wpMandrill plugin replaces wp_mail() so it gets the email data it needs, and just calls wp_mail().
Maybe you can use it as a base
-
Paul Wong-Gibbs replied to the topic Some BP HTML email possibly being rejected by Mail Servers (?) in the forum How-to & Troubleshooting 8 years, 7 months ago
If one type of email is getting sent and the others aren’t, it might be some part of the content triggering some kind of spam filter on the remote server. It could be some kind of throttling issue, and it’s only by coincidence one type of email is being sent. I don’t know. There’s all sorts of weird possibilities.
We have 2 further email delivery…[Read more]
-
Paul Wong-Gibbs replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 8 years, 7 months ago
Discussion with other person ended up with me not writing code. @slaffik I’ll try to get to this in the next day or two, but you need to implement your own
BP_Email_Delivery
class, likeBP_PHPMAiler
, and filterbp_send_email_delivery_class
, AND set bp_email_use_wp_mail to return false. -
Paul Wong-Gibbs replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 8 years, 7 months ago
Filtering this to false is only going to try to send the email via PHPMailer. This doesn’t always work depending on server configuration, which is why SMTP plugins are quite common.
You need to create your own
BP_Email_Delivery
class. Someone else is literally asking me this right now so I’ll throw together some example code quickly… -
Paul Wong-Gibbs replied to the topic Shortcode to create Edit Profile Page in the forum How-to & Troubleshooting 8 years, 7 months ago
I’ll let those two continue to try to help, I just wanted to say I really want to investigate adding shortcodes for all BuddyPress things in some future release and have recently began to think about it. Doesn’t help you now, but might help someone in the future.
-
Paul Wong-Gibbs replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 8 years, 7 months ago
I’m going to assume that you haven’t changed post_content to match post_excerpt on purpose 😉
-
Paul Wong-Gibbs replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 8 years, 7 months ago
I think I know but can you dump the entire email object — in that bp_send_email_success filter — and share it with me? Either on github gist or email me or however.
-
Paul Wong-Gibbs replied to the topic New Email Template (Self defeating?) in the forum Ideas 8 years, 7 months ago
@backpackersunion Some have asked about the “Hi” part. I suppose that could be changed. I have seen a few people ask, but if I see one post about something here, I normally multiple that number by 100, because very few people find it easy or convenient to get in contact with us (with support question), so probably quite a lot of people would like…[Read more]
-
Paul Wong-Gibbs replied to the topic After Update buddypress 2.5, Mail not send html fromat in the forum How-to & Troubleshooting 8 years, 7 months ago
@justarandomuser Please don’t post the same thing on multiple topics. If you find yourself wanting to do that, it’s best to just create a new discussion topic for better visibility. I’ve replied on your other topic.
- Load More
@djpaul
Active 2 months, 2 weeks ago