Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Henry Wright

    Henry Wright replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 9 years, 6 months ago

    How are you getting $userID and $args?

  • Profile picture of Matt2012

    Matt2012 started the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 9 years, 6 months ago

    So I am calling this:

    $bpEmail = 'offline-payment-confirmed';
    bp_send_email( $bpEmail, $userID, $args );

    I have set up an email template which has the slug offline-payment-confirmed.

    But I am getting the error:
    missing_email

    Other than publish the template and check the slug matches what I am calling – what else could I be getting wrong?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Error Call to undefined function dbDelta () in the forum How-to & Troubleshooting 9 years, 6 months ago

    We asked around a few people on Friday and no-one has any ideas how this might have happened unless you – or your host – has edited the WordPress PHP files. I haven’t seen other reports yet, so it’s probably related to your install somehow.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Problems with xprofile field visibilty on 2.7.0 in the forum Installing BuddyPress 9 years, 6 months ago

    The issues here are being tracked in https://buddypress.trac.wordpress.org/ticket/7298 and https://buddypress.trac.wordpress.org/ticket/7300

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic BP on Multisite multi-language in the forum Installing BuddyPress 9 years, 6 months ago

    If you can’t see the users on the appropriate sites’ wp-admin screens, then that function is going to return exactly the same data.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic [Resolved] Group types not showing up at group creation in the forum How-to & Troubleshooting 9 years, 7 months ago

    It sounds like a template issue, there do need to be template revisions, additional template function tags to make this process work as detailed in the codex page here:

    Template Updates 2.7

    Custom themes may well not have updated their templates.

    Registering the new types can be done…[Read more]

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Problems with xprofile field visibilty on 2.7.0 in the forum Installing BuddyPress 9 years, 7 months ago

    I can confirm point 3 as well and have opened a ticket to look into issues.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Problems with xprofile field visibilty on 2.7.0 in the forum Installing BuddyPress 9 years, 7 months ago

    As for point 1 we are looking into this, likely point 3 is part of the same issue.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Problems with xprofile field visibilty on 2.7.0 in the forum Installing BuddyPress 9 years, 7 months ago

    @jj9617 I have split your topic from the announcement thread so it gets better attention from the community.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Error Call to undefined function dbDelta () in the forum How-to & Troubleshooting 9 years, 7 months ago

    Why does this error on the second use of dbDelta() and not the first?

    It might help if WP could be re-installed as a clean copy not as one installed on the back of a server script installer, which can sometimes cause issues.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Error Call to undefined function dbDelta () in the forum How-to & Troubleshooting 9 years, 7 months ago

    dbDelta is a WordPress function, @danbp, it’s not bbPress specific. It’s used to update the schema of a MySQL database. The bigger question is how did something trigger the BuddyPress installation methods yet not make sure the relevant WordPress function was loaded.

    @nhatnnt1 What version number of WordPress are you using?

  • Profile picture of Human Relationships

    Human Relationships's profile was updated 9 years, 7 months ago

    Human Relationships

    @human-relationshins

    View Profile
  • Profile picture of Matt2012

    Matt2012 replied to the topic Set Birthday value buddypress in the forum How-to & Troubleshooting 9 years, 7 months ago

    I spent a lot of time on a similar issue and the only thing that worked was using this format.

    date(“Y-m-d 00:00:00”)

    In other words must have h:i:s but they must be zeros. That seems like a bug to me but thats the only thing that worked with a buddypress date field whilst using xprofile_set_field_data

  • Profile picture of eKnizky

    eKnizky replied to the topic Very Important Features For BP in the forum Creating & Extending 9 years, 7 months ago

    Iam using buddypress and I dont need block users.
    I have menu with notify. It takes me about 15 min.
    Search activities by Date is what I have never want.

    Less talking more teaching.

  • Profile picture of @mercime

    @mercime updated the Version 2.7.0 page, on the BuddyPress Codex 9 years, 7 months ago

    Version 2.7.0 is a major BuddyPress feature release.

    For Version 2.7.0, the database version (_bp_db_version in wp_options) was 11105, and the Trac revision was 11202. Read the full ticket log […]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic BP on Multisite multi-language in the forum Installing BuddyPress 9 years, 7 months ago

    You could also see if the user gets associated with the site they sign up on (this would be easiest to find out by looking at the Users screen in wp-admin for each multisite site, and seeing if/where users are listed).

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic BP on Multisite multi-language in the forum Installing BuddyPress 9 years, 7 months ago

    I think with multisite, WordPress user registrations only occur on the main/root site. I don’t know how BP_ENABLE_MULTIBLOG works with this (i.e. I can’t remember if the registration redirect happens). It’s been a while since I’ve used it.

    If you’re a little technical, you could test it, and then look in the database afterwards — probably the…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Modify login widget to use email address instead of username in the forum How-to & Troubleshooting 9 years, 7 months ago

    🙂 Good luck with your project!

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Very Important Features For BP in the forum Creating & Extending 9 years, 7 months ago

    Please do not at-mention people just to get attention. I normally stop reading if I see I’ve been pinged in a list like this by someone trying to get attention.

    That said, thank you for your feedback.

    All your Google image links are broken, and if they are screenshots asking “how can I do this”, if you can’t code (or want to spend time learning…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Modify login widget to use email address instead of username in the forum How-to & Troubleshooting 9 years, 7 months ago

    So… you CAN log into WordPress with your email address and password. On example.com/wp-login.php, it even says “Username or Email” and “Password”. Is this the main log in that you are talking about?

    I have just tested the BuddyPress log in widget and I can log in using the email address.

    I am a bit baffled why this doesn’t work for you. Please…[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