Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic MySQL version required for BuddyPress? in the forum Installing BuddyPress 9 years, 6 months ago

    An aspect like DB is really A WP one rather than BP one. BP as a plugin running under WP uses the DB as created initially by WP so if WP is running or able to run on … then BP will.

    https://wordpress.org/about/requirements/

    It is recommended that 5.6.0 be used but WP will run on older versions.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Create group directory for different group types in the forum How-to & Troubleshooting 9 years, 6 months ago

    This is the guide you need to read up on:

    Template Hierarchy

    has_directory means that if you click on a BP generated link /groups/type/foo/ or type that as a url/create a link to, then you will see that as the url and the loop will now show only groups of type ‘foo’

    Template hierarchy…[Read more]

  • Profile picture of Krishnakumar K A

    Krishnakumar K A's profile was updated 9 years, 6 months ago

    Krishnakumar K A

    @kakrishnakumar

    View Profile
  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic BuddyPress Style Modules – Members Display in the forum How-to & Troubleshooting 9 years, 6 months ago

    I’m afraid the notion of ‘Boxes’ when combined with variable dynamic content never does work (unless one uses javascript trickery, which has it’s own troubles – Masonry) The best one generally can do is id the troublesome elements and give them increased min-height (try locating the property I used to set min-height and increase) or padding to try…[Read more]

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic buddypress user roles different colours in the forum How-to & Troubleshooting 9 years, 6 months ago

    What your highlighting are really WP artifacts, Users / user Roles are handled / managed by WP styling the admin would be something outside BP’s control really, BP member loop directory could be styled but currently we don’t add WP user roles as classes to those list items (nor does WP ), also you would want to be careful about exposing certain…[Read more]

  • Profile picture of Paul Wong-Gibbs

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

    Because… something is redefining the wp_mail function. It is most probably Mailgun, you need to change its settings as I mentioned before.

  • Profile picture of Matt2012

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

    Ok so I have managed to fix the issue following your advice by adding a line.

    $must_use_wpmail = apply_filters( ‘bp_email_use_wp_mail’, $wp_html_emails || ! $is_default_wpmail );
    $must_use_wpmail =false; //New Line

    So why is this filter returning true?

    @djpaul

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic buddypress user roles different colours in the forum How-to & Troubleshooting 9 years, 6 months ago

    @planetoffitness
    If you inspect the generated markup you will see that the loop list elements will have a members type class rendered if user has a type you can then use those to effect styling on.

    In the member single screens it’s a little trickier you do have the ability to use the template hierarchy to set a template for a user type (please…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic "appointment-scheduling-and-booking-manager" is now available in the forum Creating & Extending 9 years, 6 months ago

    Good luck with your plugin!

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic READ THIS FIRST – BuddyPress 2.7 Master List in the forum How-to & Troubleshooting 9 years, 6 months ago

    Last updated 23rd December 2016 for v2.7.4.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic READ THIS FIRST – BuddyPress 2.7 Master List in the forum How-to & Troubleshooting 9 years, 6 months ago

    Things that aren’t problems, or intentional changes

    (no content yet)

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic READ THIS FIRST – BuddyPress 2.7 Master List in the forum How-to & Troubleshooting 9 years, 6 months ago

    Reported problems

    Extended Profiles – Field visibility option missing from registration form.
    Confirmed and being fixed for BP 2.7.1: #7298

    —

    Extended Profiles – “years” missing from “Date Selector” field type.
    Workaround: edit the field, and reselect the “absolute” range option, customising the date range as required (default is from 1956 to…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs started the topic READ THIS FIRST – BuddyPress 2.7 Master List in the forum How-to & Troubleshooting 9 years, 6 months ago

    BuddyPress 2.7 is here! But OMGWTFPIZZA!? BuddyPress broke everything?

    Don’t panic!

    Before you go any further, make sure you’ve updated your plugins and themes to the latest versions, clear your browser’s cache and cookies and re-log into your site.

    Still having problems? Okay, read on!

    This thread contains the known issues found in 2.5.…[Read more]

  • Profile picture of Paul Wong-Gibbs

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

    I remember looking at Mailgun before when someone asked about it. Looking at its code very quickly, it has an option to send via its API or not. You’ll need to disable its “useAPI” option (otherwise, it redeclares the wp_mail function, which will force BuddyPress to send plain-text only emails). Another consequence of doing this is that Mailgun…[Read more]

  • Profile picture of Paul Wong-Gibbs

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

    > I have fixed the error I was getting of email_missing by adding information into the taxonomy tables manually. There is no documentation about this which is odd.

    I don’t think it’s explicitly documented outside of the PHP – but it is hard to find, at the best of time – but this guide https://codex.buddypress.org/emails/custom-emails/ does…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic [Resolved] Wrong member count in the forum How-to & Troubleshooting 9 years, 6 months ago

    Assuming everything is working as it is, I don’t know why it would show more users than you have, either. Have you tried going to Tools > BuddyPress, and running “Repair total members count” as a workaround for now?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How Do I Do A Clean Re-install of BP? in the forum How-to & Troubleshooting 9 years, 6 months ago

    By “blank”, how blank are we talking? Literally a white page — no content? Or something less dramatic.

  • Profile picture of Matt2012

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

    No I am using mailgun and nothing is being sent.

  • 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

    Are you sure nothing is being sent? Could emails be going into junk etc?

  • Profile picture of Matt2012

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

    $args = array(
    ‘tokens’ => array(
    ‘site.name’ => ‘test’,
    ‘icom.name’ => ‘test’
    )
    );
    $x = bp_send_email( ‘offline-payment-confirmed’, 363, $args );`

    So I can stick in the userID of a known user. I have removed all tokens from the email template.

    I have fixed the error I was getting…[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