-
Paul Wong-Gibbs replied to the topic WordPress log in issues in the forum Requests & Feedback 10 years, 2 months ago
> When they log in, they would see my wordpress dashboard.
That itself doesn’t sound like something BuddyPress ought to cause. What caching plugins were/are you running?
-
Paul Wong-Gibbs replied to the topic cover images won't work on 4.2.2 latest buddypress in the forum How-to & Troubleshooting 10 years, 2 months ago
Have they ever worked before for you? What plugin or theme or WordPress changes have you made since then?
-
Paul Wong-Gibbs replied to the topic Buddypress doesn't send activation email. in the forum How-to & Troubleshooting 10 years, 2 months ago
@harleycodr Are you using the same plugin? WP-Mail-SMTP?
-
Paul Wong-Gibbs replied to the topic Special characters in initiator.name token in the forum How-to & Troubleshooting 10 years, 2 months ago
Thanks for creating the ticket. I vaguely recall handling a similar issue, but I think that was with the “From Name”, so we should be able to fix this up.
-
Paul Wong-Gibbs replied to the topic Sendgrid and buddypress emails in the forum Miscellaneous 10 years, 2 months ago
You have a typo:
var_dump(get_object_vars(BP_Email)). Looking at your function, that’s meant to bevar_dump(get_object_vars($email)). -
Paul Wong-Gibbs replied to the topic @mention autosuggest in visual editor in the forum How-to & Troubleshooting 10 years, 2 months ago
@oakcreative I know this is an old thread, but we (BuddyPress) could change out the
#content_ifrselector for something less specific if that’s what you found you needed to do. Can you confirm? -
Gretchen Louise replied to the topic BuddyPress + bbPress Breaks bbPress Search Widget in the forum How-to & Troubleshooting 10 years, 2 months ago
Any update on this issue?
-
paykasaKart's profile was updated 10 years, 2 months ago
-
adnlogs54's profile was updated 10 years, 2 months ago
-
Henry Wright replied to the topic How to create activity streams based on words or hashtags? in the forum How-to & Troubleshooting 10 years, 2 months ago
I don’t have enough data set up on my local install to test, but you could try this:
add_filter( 'bp_after_has_activities_parse_args', function( $retval ) {[Read more]
$filter_query[] = array(
'relation' => 'OR',
array(
'column' => 'content',
'value' => 'philippine tube-nosed fruit bat',
'compare'… -
Paul Wong-Gibbs replied to the topic 2.5 HTML email styling not working in the forum How-to & Troubleshooting 10 years, 2 months ago
Any plugin that redeclares
wp_mail()will cause BuddyPress to send plain text emails.
The Postman SMTP plugin redeclares the function inPostman/PostmanWpMailBinder.php.A solution might be to find another SMTP plugin, but it depends what exactly you are using the Postman plugin for.
-
Paul Wong-Gibbs replied to the topic Buddypress doesn't send activation email. in the forum How-to & Troubleshooting 10 years, 2 months ago
Looking at that plugin, it looks like the settings for SMTP will be getting applied, but the “From” Name and Email Address won’t be, and that could be why the emails are not being delivered for you.
I will try to remember to look at this discussion after work and write some code that might fix it for you.
-
Paul Wong-Gibbs replied to the topic Possible Bug and One Request: BuddyPress Email Customization in the forum Requests & Feedback 10 years, 2 months ago
@mln83 We might add some sort of logo; it’s been asked a few times. Still considering it, really. I don’t think we’ve had a font option been suggested before; what range of fonts would you expect to see added there?
-
Paul Wong-Gibbs replied to the topic Possible Bug and One Request: BuddyPress Email Customization in the forum Requests & Feedback 10 years, 2 months ago
I think this is the same as https://buddypress.trac.wordpress.org/ticket/6954
-
Paul Wong-Gibbs replied to the topic Image file corrupts in buddydrive in the forum Miscellaneous 10 years, 2 months ago
For BuddyDrive support, post on the WordPress.org forums — thank you.
-
Traspasos Infonavit's profile was updated 10 years, 2 months ago
-
Henry Wright replied to the topic How to create activity streams based on words or hashtags? in the forum How-to & Troubleshooting 10 years, 2 months ago
@idlewanderer try specifying another fully-formed query. For example:
array([Read more]
'column' => 'content',
'value' => 'philippine tube-nosed fruit bat',
'compare' => 'LIKE',
array(
'column' => 'content',
'value' => 'sea lions',
'compare' => 'NOT LIKE'
)
),
array(
'column' => 'content',
'value'… -
Georgio replied to the topic Names show twice on the profile cover image in the forum How-to & Troubleshooting 10 years, 2 months ago
Yes, I use a child theme everytime it is possible! Thanks 🙂
-
Paul Wong-Gibbs replied to the topic cookie bp-activity-oldestpage "httponly" and or "Secure" in the forum Requests & Feedback 10 years, 2 months ago
See https://buddypress.trac.wordpress.org/ticket/6961
I’ve added Secure cookie support, but not HttpOnly because some (maybe all) are accessed with Javascript; I haven’t time to audit all the cookies in that level of detail at the moment, so maybe we can do that in the future if someone helps investigate.
-
Georgio replied to the topic Names show twice on the profile cover image in the forum How-to & Troubleshooting 10 years, 2 months ago
Well I found the file and removed the part that was creating this. Then I modified some css in the plugin and I am happy with the result
Your help was great and I thank you very much!
- Load More