-
Paul Wong-Gibbs replied to the topic wp_mail_from BP_email in the forum Creating & Extending 8 years, 8 months ago
I just updated the sample code on the thread you mentioned. I tested it and had to make a small change:
add_action( 'bp_email', function( $email_type, $email_obj ) {
$email_obj->set_from( "custom@example.com", "Custom Website Name" );
}, 10, 2 );This ^ works for me. I put it into a file in
mu-plugins
for convenience.Note: the
from
address…[Read more] -
Paul Wong-Gibbs replied to the topic New Email Templates (change footer & header?) in the forum How-to & Troubleshooting 8 years, 8 months ago
Those elements are hard-coded in the template, so the latter.
-
Paul Wong-Gibbs replied to the topic Cannot log into a user created account "encfubu" in the forum How-to & Troubleshooting 8 years, 8 months ago
Are you using W3 Total Cache?
-
Paul Wong-Gibbs replied to the topic wp_mail_from BP_email in the forum Creating & Extending 8 years, 8 months ago
It ought to work. I wrote that code but it came with the disclaimer that I hadn’t actually tested it. 🙂
If someone wants to test it and correct if it necessary, that’d be helpful, else I will try to look this weekend.
-
Paul Wong-Gibbs replied to the topic BuddyPress 2.5.0 Medici 3 problems in the forum How-to & Troubleshooting 8 years, 8 months ago
About the language of the emails, please read https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/#post-250547
-
Paul Wong-Gibbs replied to the topic how to manually upgrade to 2.5.0 from 2.4.3 in the forum Installing BuddyPress 8 years, 8 months ago
WP-CLI is nice.
-
Paul Wong-Gibbs replied to the topic how to manually upgrade to 2.5.0 from 2.4.3 in the forum Installing BuddyPress 8 years, 8 months ago
What you basically need to do is:
1) rename the old
plugins/buddypress/
folder tobp-backup
2) unzip BP 2.5.0 intoplugins/buddypress/
3) go to your site, into wp-admin/plugins.php. This will start the update script (it should happen instantly and without displaying anything).
4) If the new BP is working for you, you can then delete thebp-backup
…[Read more] -
Paul Wong-Gibbs replied to the topic BuddyPress + bbPress Breaks bbPress Search Widget in the forum How-to & Troubleshooting 8 years, 8 months ago
Is this the search widget built into bbPress, or does another plugin provide it?
-
Paul Wong-Gibbs replied to the topic Download for 2.4.3? in the forum How-to & Troubleshooting 8 years, 8 months ago
HTTP 500 errors are pretty bad. We’re tracking one bug that might be the cause, but if you can look in your web server’s PHP error log (or ask your host to do this for you) and share with us any error or warning messages for the time period where you tried to update BuddyPress, we can look at it and find out for sure.
I’m very sorry 2.5 didn’t…[Read more]
-
Paul Wong-Gibbs replied to the topic buddypress.2.5.0-rc Feeback in the forum How-to & Troubleshooting 8 years, 8 months ago
The very last one might be an issue, but the others need to be fixed to be sure. Those others are to do with some other plugin you have active on your site; it’s doing something at the wrong time (too early), and BuddyPress and bbPress are both throwing warning messages.
I don’t think there’s a BuddyPress bug, you’ll need to look at those other plugins.
-
Paul Wong-Gibbs replied to the topic Possible Bug: When Displaying a Members Loop Above Cover Image on Member Profile in the forum How-to & Troubleshooting 8 years, 8 months ago
Can you submit a bug report for the issue? It’s probably a templating global variable getting overwritten by the custom loop.
-
Paul Wong-Gibbs replied to the topic Language email in the forum How-to & Troubleshooting 8 years, 8 months ago
@danbp The email subject and email body content are both intended to be translatable via .po/.mo.
@xxsemmiexx The Dutch translation of BuddyPress has not been updated for v2.5. Look here: https://translate.wordpress.org/projects/wp-plugins/buddypress — “Dutch” + “Stable” = 90%.
For example – the email in your screenshots – you can see the text…[Read more]
-
Paul Wong-Gibbs replied to the topic Activation mails not send after update in the forum How-to & Troubleshooting 8 years, 8 months ago
Thanks for forwarding. I wanted to confirm that was a standard WordPress email (which it was), which would have been sent through the
wp_mail()
function, which proves your mail service does actually work.You can get all previous versions of BuddyPress on https://wordpress.org/plugins/buddypress/developers/
Email delivery is a bit of black box.…[Read more]
-
Paul Wong-Gibbs replied to the topic Activation mails not send after update in the forum How-to & Troubleshooting 8 years, 8 months ago
> Then, I send a confirmation email (which was received)
Can you forward that email to me? I want to check something. You can find my email address on https://profiles.wordpress.org/djpaul/ thank you.
I’ll try to test this type of email before the weekend to confirm it should still work.
I fear this is going to be very tricky to find what the…[Read more] -
Paul Wong-Gibbs replied to the topic Problem in email "accepted your friendship request" in the forum Installing BuddyPress 8 years, 8 months ago
I’ll try to test this type of email before the weekend. Can you paste me the translated text you’ve entered into the email title and email content for this type of email? Please put it on http://pastebin.com/ and then link to it here.
If all the other emails are working, it’s most likely that some custom text in the email is getting detected by…[Read more]
-
Paul Wong-Gibbs replied to the topic Custom Email: Send Notice When User Leaves a Group in the forum Creating & Extending 8 years, 8 months ago
You’d need to write some PHP. 🙂
The “recipient’s status” type is hooked to the
groups-member-promoted
action — so no.
You could use thegroups_leave_group
action which is triggered when a user is removed from a group.There is some example code on our codex for how to set up custom emails. Take a look here:…[Read more]
-
Paul Wong-Gibbs replied to the topic PHP fatal error – possible bug in the forum Requests & Feedback 8 years, 8 months ago
Thanks.
Everyone else, keep an eye on https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/
-
Paul Wong-Gibbs replied to the topic Fatal error, bp_blogs_delete_activity() – after clicking empty trash in "emails" in the forum Creating & Extending 8 years, 8 months ago
Thanks. Yes, it’s the same root problem as the bug report I linked to above.
See also https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list
-
Paul Wong-Gibbs replied to the topic Buddypress 2.5.0 Email Token to Display a Members Avatar in the forum Requests & Feedback 8 years, 8 months ago
I’ve added your idea here! https://buddypress.trac.wordpress.org/ticket/6938#ticket
-
Paul Wong-Gibbs replied to the topic BP 2.4.x to 2.5 wp_mail_from not working with new emails in BP in the forum Creating & Extending 8 years, 8 months ago
Hi @mi423.
Yes, this is intentional.
BuddyPress 2.5 uses its own implementation of emails under-the-hood. We no longer use
wp_mail
. A consequence means that anything hooked to actions or filters specific towp_mail
no longer work.wp_mail_from
andwp_mail_from_name
is an example of this.
I apologise for the inconvenience.There are a few ways…[Read more]
- Load More
@djpaul
Active 2 months, 3 weeks ago