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 Custom Email: Send Notice When User Leaves a Group in the forum Creating & Extending 10 years, 2 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 the groups_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]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic PHP fatal error – possible bug in the forum Requests & Feedback 10 years, 2 months ago

    Thanks.

    Everyone else, keep an eye on https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Fatal error, bp_blogs_delete_activity() – after clicking empty trash in "emails" in the forum Creating & Extending 10 years, 2 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

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Buddypress 2.5.0 Email Token to Display a Members Avatar in the forum Requests & Feedback 10 years, 2 months ago

    I’ve added your idea here! https://buddypress.trac.wordpress.org/ticket/6938#ticket

  • Profile picture of Rocio Valdivia

    Rocio Valdivia replied to the topic translation email in the forum Installing BuddyPress 10 years, 2 months ago

    Sure! I’ll translate those strings this week! Thanks for letting me know @djpaul 😉

  • Profile picture of Paul Wong-Gibbs

    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 10 years, 2 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 to wp_mail no longer work. wp_mail_from and wp_mail_from_name is an example of this.
    I apologise for the inconvenience.

    There are a few ways…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic PHP fatal error – possible bug in the forum Requests & Feedback 10 years, 2 months ago

    I agree with your analysis, @nyodulf!

    There’s an issue in our bugtracker at https://buddypress.trac.wordpress.org/ticket/6937 where we are working on this.

    It’d be helpful if you can confirm if you have the Activity component enabled or not on your site?

    Thank you for letting us know.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Activation mails not send after update in the forum How-to & Troubleshooting 10 years, 2 months ago

    Hi @ingeB1983

    I’m sorry you’re having problems. Thank you for letting us know.

    * How were you customising your activation emails?
    * Is your site sending other emails correctly, or are all emails broken? Can you test to be sure?
    * Are you running WordPress multisite, or regular WordPress?
    * Do you run any plugins that change wp_mail or affect how…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Fatal error, bp_blogs_delete_activity() – after clicking empty trash in "emails" in the forum Creating & Extending 10 years, 2 months ago

    @mi423 Thanks for the feedback! And sorry for introducing a new bug. We try not to do that. 🙂

    I’ve created a bug report at https://buddypress.trac.wordpress.org/ticket/6937 which you can monitor for updates, or partipicate. Our first question is: what BuddyPress components do you have enabled?

    Specifically, is the Activity component *not* enabled?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic translation email in the forum Installing BuddyPress 10 years, 2 months ago

    Yes, the French translation needs to be updated for BuddyPress 2.5. See https://translate.wordpress.org/projects/wp-plugins/buddypress/stable/fr/default?filters%5Bstatus%5D=untranslated&sort%5Bby%5D=priority&sort%5Bhow%5D=desc

  • Profile picture of Mark

    Mark replied to the topic Buddypress 2.5.0 Email Token to Display a Members Avatar in the forum Requests & Feedback 10 years, 2 months ago

    Hey @djpaul!

    Thanks for the quick reply. Basically I’d like to be able to include a clickable avatar of a member in the emails that are sent out instead of just an html link to their profile. Many community websites, online dating sites, etc., do this. For example, would be cool when a new member sends a friend request. Right now when a member…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Warning of Buddypress in the forum How-to & Troubleshooting 10 years, 2 months ago

    @scottofford Please could you update to BuddyPress 2.5 (we released it yesterday) and try again? If you’re seeing the problem, please open a new topic with more information about the problem, such as how to recreate it.

    Thanks.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Same Cover Update Across Network – Multisite in the forum How-to & Troubleshooting 10 years, 2 months ago

    @imath you might be interested in this one 🙂

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Fatal error: Call to a member function get_error_message() in the forum How-to & Troubleshooting 10 years, 2 months ago

    Great! Thanks for confirming @billysgtr. We’re sorry for causing the problem originally.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic BuddyPress 2.5.0 Release Candidate 1 is available for testing. in the forum Miscellaneous 10 years, 2 months ago

    Going to close this now we’ve released 2.5! Please open a new ticket for any new discussions.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Poor handling of username's with spaces in the forum Requests & Feedback 10 years, 2 months ago

    @brx8r Yep. 🙂

    The last one isn’t a bug. Let me try to explain.

    * “The Keeper” is your BuddyPress name.
    * “the-keeper” is the version of your name used in URLs and for at-messages.

    If your BuddyPress name looks like “firstname lastname”, BuddyPress will, by default, split that on the space into “firstname” and “lastname”, and sets those as your…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Buddypress 2.5.0 Email Token to Display a Members Avatar in the forum Requests & Feedback 10 years, 2 months ago

    Hi @markob17

    Glad you like it — thanks for using BuddyPress! There isn’t a token to add a member avatar. Where would you want it shown?

    We could add a token, but it’d end up rendering a <img> tag, so I’d love to understand a bit more what your idea is. Maybe break out MS Paint and take a screenshot of an email and mark out what you’re describing?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic translation email in the forum Installing BuddyPress 10 years, 2 months ago

    @lanvalencia The Spanish translation still needs to be completed for BuddyPress 2.5. The new phrases for the emails have not been translated: https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/es/default

    Maybe you can help @_dorsvenabili get those done 😀

    After the translation is updated, and after WordPress downloads the…[Read more]

  • Profile picture of Mathieu M.

    Mathieu M. replied to the topic Widget memberbox in the forum Third Party Plugins 10 years, 2 months ago

    Hello brx8r,

    Thanks for your answers.

    I’ll give a try to your solution and come back here after.

    Just a question : is there a simple way to copy-paste your PHP code into a widget or do I need to edit my template files ?

    Thanks.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic BuddyPress 2.5.0 Release Candidate 1 is available for testing. in the forum Miscellaneous 10 years, 2 months ago

    @BackpackersUnion I’ll update the documentation now. You either always use two or three pairs of brackets for tokens.

    Two brackets: insert this value safely (escapes HTML).
    Three brackets: insert this value verbatim (potentially dangerous if mis-used).

    Always use two brackets unless and until you find somewhere you need raw markup.

  • 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