-
Paul Wong-Gibbs replied to the topic Activation email in the forum Installing BuddyPress 8 years, 3 months ago
Emails not sending have many possible causes. For the sake of clear discussion, please make your own topics, don’t bundle in on the same one.
@jtburlew Please check to see if your site sends WordPress emails reliably? (i.e. comment notification, password resets). Please also let me know what plugins you are using. Anything that changes POP3 or…[Read more]
-
Paul Wong-Gibbs replied to the topic Select field in Firefox in the forum How-to & Troubleshooting 8 years, 3 months ago
@wpsoul Can you explain how I can recreate this problem on my test site? Where exactly do I need to be, and what exactly do I need to do?
-
Paul Wong-Gibbs replied to the topic User menu broken: WP 4.5.3, BP 2.6.0 in the forum How-to & Troubleshooting 8 years, 3 months ago
@gepstein Are you still trying to fix this?
-
Paul Wong-Gibbs replied to the topic Registration email not sending in French with WPML translation in the forum How-to & Troubleshooting 8 years, 3 months ago
@imath has never reported with emails not sending from his French language WordPress sites, so I am assuming this is a server configuration problem – or incompatibility with something WPML is doing – rather than it being down to some character within the email string.
-
Paul Wong-Gibbs replied to the topic Registration email not sending in French with WPML translation in the forum How-to & Troubleshooting 8 years, 3 months ago
What plugins do you have active?
Does your site send WordPress emails reliably? (i.e. password resets, comment notifications)
-
Paul Wong-Gibbs replied to the topic Add custom email notification settings in the forum How-to & Troubleshooting 8 years, 3 months ago
There’s no need to ask your question twice: https://buddypress.org/support/topic/adding-custom-emails/
-
Paul Wong-Gibbs replied to the topic Webcam not working in the forum How-to & Troubleshooting 8 years, 3 months ago
Is your site public / online? If it is, someone here could go test and see if they can recreate the problems or spot anything obviously wrong.
-
Paul Wong-Gibbs replied to the topic Chinese Translation in the forum Installing BuddyPress 8 years, 3 months ago
(I’ve asked https://profiles.wordpress.org/petya to reach out to @idichoo to help get started with translations)
-
Paul Wong-Gibbs replied to the topic Some translated texts aren't shown in the forum How-to & Troubleshooting 8 years, 3 months ago
Hi @marco129
BuddyPress emails are stored as custom post types. In wp-admin, Tools > BuddyPress, there is a tool that reinstalls BuddyPress emails. You normally want to do this if you’ve translated the email text *after* BuddyPress has been installed (it adds the text in as English).
If you’ve translated the BuddyPress email text, and assuming…[Read more]
-
Paul Wong-Gibbs replied to the topic Adding Custom Emails in the forum How-to & Troubleshooting 8 years, 3 months ago
🙂
-
Paul Wong-Gibbs replied to the topic Adding Custom Emails in the forum How-to & Troubleshooting 8 years, 3 months ago
I see it! This line sets the term for the new email post:
> $tt_ids = wp_set_object_terms( $post_id, ‘post_received_comment’, bp_get_email_tax_type() );
Note “post_received_comment”.
This line sends the email:
> $r = bp_send_email( ‘post_recieved_comment’, (int) $post->post_author, $args );
Note “post_recieved_comment”.…[Read more]
-
Paul Wong-Gibbs replied to the topic Webcam not working in the forum How-to & Troubleshooting 8 years, 3 months ago
What Chrome? Desktop, mobile, tablet?
Have you checked to see if you’ve previously denied access to the camera for Chrome? I believe there’s a list in the Chrome settings/preferences somewhere.
-
Paul Wong-Gibbs replied to the topic Adding Custom Emails in the forum How-to & Troubleshooting 8 years, 3 months ago
You HAVE added custom code, otherwise you would not have seen your new email appear there. Please show me all the code you’ve used to add this email — and don’t just say that it’s the same as what’s in the guide you linked to in your original post, please.
The problem is the email recipient is not being set because you’re not assigning that data…[Read more]
-
Paul Wong-Gibbs replied to the topic White Screen after 2.6.2 upgrade in the forum How-to & Troubleshooting 8 years, 3 months ago
Or… rather than doing that, look in your web server’s PHP error log, and tell us what’s inside. If you don’t know what this is, your web host’s support should be able to help.
-
Paul Wong-Gibbs replied to the topic Lost password link and wrong password in the forum Installing BuddyPress 8 years, 3 months ago
BuddyPress doesn’t affect user authentication or password resets. We leave that to WordPress.
WordPress’ lost password link can be found on the
.com/wp-login.php
screen. You can copy that link into your theme/navigation menu, etc, if you want it elsewhere. -
Paul Wong-Gibbs replied to the topic Adding Custom Emails in the forum How-to & Troubleshooting 8 years, 3 months ago
The error is “missing_email”, which happens when we get can’t find an email post in the database with the term “post_recieved_comment” (in our special bp-email-type taxonomy).
First thing to do, is re-install the email; go to wp-admin Tools > BuddyPress, then choose the re-install email option. After this, go to wp-admin Emails, and see if you…[Read more]
-
Paul Wong-Gibbs replied to the topic How to add/make multiple "members" pages? in the forum How-to & Troubleshooting 8 years, 3 months ago
No… but… how are you adding multiple types of users? Are you using the Member Types API?
-
Paul Wong-Gibbs replied to the topic [Resolved] BuddyPress killed my wordpress! in the forum Installing BuddyPress 8 years, 3 months ago
@skullchow To get your site back, you need to FTP (or SSH, or whatever — you should know how to do this) into your server. Go into the wp-content/plugins/ folder, and rename the
buddypress
plugin tobuddypress-disabled
. Then, visit your site’s plugins page (.com/wp-admin/plugins.php), and WordPress will fix itself.Then what you need to do is…[Read more]
-
Paul Wong-Gibbs replied to the topic How to create a dynamic link to "my friends" in the forum How-to & Troubleshooting 8 years, 3 months ago
Not quite! In BuddyPress 2.6, we added support for dynamic links for user profiles.
In your template/blog post/wherever, if you wanted a link to go to the logged-in user’s activity stream (for example), create the link to
<a href=http://example.com/members/me/activity">my activity stream</a>
.See…[Read more]
-
Paul Wong-Gibbs replied to the topic Using WP ALL IMPORT PRO with BuddyPress in the forum Third Party Plugins 8 years, 3 months ago
Unless they have an add-on to support BuddyPress, you’re out of luck (unless you write one yourself).
- Load More
@djpaul
Active 2 months, 2 weeks ago