Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Paul Wong-Gibbs

    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?

  • Profile picture of Paul Wong-Gibbs

    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?

  • Profile picture of Paul Wong-Gibbs

    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?

  • Profile picture of Paul Wong-Gibbs

    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.

  • Profile picture of Paul Wong-Gibbs

    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 be var_dump(get_object_vars($email)).

  • Profile picture of Paul Wong-Gibbs

    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_ifr selector for something less specific if that’s what you found you needed to do. Can you confirm?

  • Profile picture of Gretchen Louise

    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?

  • Profile picture of paykasaKart

    paykasaKart's profile was updated 10 years, 2 months ago

    paykasaKart

    @siberpolis

    View Profile
  • Profile picture of adnlogs54

    adnlogs54's profile was updated 10 years, 2 months ago

    adnlogs54

    @adnlogs54

    View Profile
  • Profile picture of Henry Wright

    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 ) {
    $filter_query[] = array(
    'relation' => 'OR',
    array(
    'column' => 'content',
    'value' => 'philippine tube-nosed fruit bat',
    'compare'…
    [Read more]

  • Profile picture of Paul Wong-Gibbs

    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 in Postman/PostmanWpMailBinder.php.

    A solution might be to find another SMTP plugin, but it depends what exactly you are using the Postman plugin for.

  • Profile picture of Paul Wong-Gibbs

    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.

  • Profile picture of Paul Wong-Gibbs

    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?

  • Profile picture of Paul Wong-Gibbs

    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

  • Profile picture of Paul Wong-Gibbs

    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.

    https://wordpress.org/support/plugin/buddydrive

  • Profile picture of Traspasos Infonavit

    Traspasos Infonavit's profile was updated 10 years, 2 months ago

    Traspasos Infonavit

    @luidave19

    View Profile
  • Profile picture of Henry Wright

    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(
    'column' => 'content',
    'value' => 'philippine tube-nosed fruit bat',
    'compare' => 'LIKE',
    array(
    'column' => 'content',
    'value' => 'sea lions',
    'compare' => 'NOT LIKE'
    )
    ),
    array(
    'column' => 'content',
    'value'…
    [Read more]

  • Profile picture of Georgio

    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 🙂

  • Profile picture of Paul Wong-Gibbs

    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.

  • Profile picture of Georgio

    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

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In