Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of ilGhera

    ilGhera started the topic Mentions don't work when bp_get_displayed_user_mentionname filter is used. in the forum Creating & Extending 9 years, 8 months ago

    Hi!
    In my web application I need to change the mention name, since the users logs in using the email as username, with this result: @johndoegmail-com
    I used the filter bp_get_displayed_user_mentionname to obtain this: @john-doe, and that’s perfect for me.
    The problem is that the mention function still recognizes the original name, not the custom…[Read more]

  • Profile picture of Joshua Blevins

    Joshua Blevins replied to the topic Creating Custom Member Types in the forum Creating & Extending 9 years, 8 months ago

    If I change code like the h3 tags or something will the changes show up on the members directory page? I am trying to modify the bp-default because im not very familiar with child themes. I figure if I modify the parent theme it would show up on the main theme right?

  • Profile picture of Joshua Blevins

    Joshua Blevins replied to the topic Creating Custom Member Types in the forum Creating & Extending 9 years, 8 months ago

    Worked like a charm!

    Is the member directory /members/index.php and the loop for the directory is /members/members-loop.php? right?

  • Profile picture of Joshua Blevins

    Joshua Blevins started the topic Creating Custom Member Types in the forum Creating & Extending 9 years, 8 months ago

    I wrote the following code and put it in functions.php inside of the bp-default theme. Is this wrong? If so where should i put it?

    /*
    * Create the custom coach role for users.
    */
    function createRoles(){
    //create coach roles
    $type = "Coach";
    $args = array("labels" => array("name" => "Coaches", "singular_name" => "Coach"), "has_directory" =>…
    [Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic [Resolved] Add more option in Email Notification in the forum How-to & Troubleshooting 9 years, 8 months ago

    Hi @kmligue

    Yes, but not elegantly. This screen is pretty old and we’ve recently been discussing how to improve it, and building out an API for this was suggested.

    What you should do is hook to the bp_notification_settings action, and output the HTML template yourself. See groups_screen_notification_settings() for an example.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Buddypress Email tamplate for all the wp email in the forum Installing BuddyPress 9 years, 8 months ago

    Not out-of-the-box, no, sorry! Speaking from experience, it might be possible for someone to write a plugin to do this, but I think it would be extremely complex because WordPress’ email system is just terrible.

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Activity embeds in activity stream in the forum Ideas 9 years, 8 months ago

    Seems compatible already https://wordpress.org/plugins/iframely/

    Doesn’t do anything default for links.

  • Profile picture of ndsailor

    ndsailor replied to the topic Custom Post Type Activity Date_Recorded Sets to 0000-00-00 00:00:00 in the forum Creating & Extending 9 years, 8 months ago

    Thanks Everyone!

    I went back to the tried and true deactivate-plugins-and-themes method and I did find a culprit. Edit Flow is causing the problem. I have let the plugin author know.

    Appreciate the help.
    JW

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Buddypress not sending activation emails in the forum Installing BuddyPress 9 years, 8 months ago

    Which theme did you upgrade? From what version to what version?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic problem with confirmation code in the forum How-to & Troubleshooting 9 years, 8 months ago

    You get what you pay for.

    I’m not sure if it’s server configuration or something with Mailgun that is messing with the email *content*.

    In Settings > Mailgun, inside wp-admin, what’s the value of “use HTTP API”? Yes or no?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic WP Multisite + BuddyPress in the forum Creating & Extending 9 years, 8 months ago

    BuddyPress is always global to the whole network on multisite.

    If you want to run multiple, separate BuddyPresses on a *multisite*, what you actually want is to set up WordPress multi-network (something like https://wordpress.org/plugins/wp-multi-network/).

    This is actually complicated, and if you do not need to share users between your…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic No Fields On Registration Page After Installing in the forum Installing BuddyPress 9 years, 8 months ago

    I don’t know. Which plugins are you using?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How to Change the From Email for Activation in the forum Installing BuddyPress 9 years, 8 months ago

    Can you share the link that you get in the email so we can see what it looks like and where it goes?

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Activity embeds in activity stream in the forum Ideas 9 years, 8 months ago

    There’s also this option for now @binary10 if I’m understanding your request, but it’s not so automatic. https://wordpress.org/plugins/buddypress-activity-plus/

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Activity embeds in activity stream in the forum Ideas 9 years, 8 months ago

    The vid explains that adding a bp activity link to a post embeds. Is embedding in the activity native yet?

    What the embed scripts? like of the provider.

    Would love to make this compatible , especially in the groups https://wordpress.org/plugins/iframely/

    Here was my old combo to achieve this.…[Read more]

  • Profile picture of David Bisset

    David Bisset replied to the topic Your connection to this user in the forum How-to & Troubleshooting 9 years, 8 months ago

    Can you include a screenshot?

    Are you sure this functionality isn’t coming from or be altered by another plugin or your theme?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How to Change the From Email for Activation in the forum Installing BuddyPress 9 years, 8 months ago

    @steigw does the email link work if you take out your changes, and test?

    Is it always broken or only broken when this custom function is in place?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic No Fields On Registration Page After Installing in the forum Installing BuddyPress 9 years, 8 months ago

    Right, good spot — not sure where got the .html on the end of the URL from. If it’s form a menu or template that BuddyPress generates, let us know which one and I’ll try to figure out this crazyiness. 🙂

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Is there a way to display BuddyPress profile on multiple pages? in the forum How-to & Troubleshooting 9 years, 8 months ago

    This isn’t possible out of the box. Heavily customising the templates/API like suggested above is one route, another is faking it with CSS tabs, etc.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Private messaging with friend auto complete style in the forum How-to & Troubleshooting 9 years, 8 months ago

    If you’re referring to this https://cloudup.com/cmbgottNhQf — yes, that particular autocomplete script is awful (the other at-mention auto-complete used elsewhere throughout a site are better). Sorry. 🙁

    I am not sure what you want, however. This autocomplete script is added to the screen via the messages_autocomplete_init_jsblock function. If…[Read more]

  • 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