-
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.
-
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:
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]
-
Krishnakumar K A's profile was updated 9 years, 6 months ago
-
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]
-
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]
-
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.
-
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 LineSo why is this filter returning true?
-
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]
-
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!
-
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.
-
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)
-
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] -
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]
-
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_mailfunction, which will force BuddyPress to send plain-text only emails). Another consequence of doing this is that Mailgun…[Read more] -
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]
-
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?
-
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.
-
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.
-
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?
-
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