Forum Replies Created
-
I just fixed this in the core file, but is this something the developers are aware of, or interested in fixing? Unless I’m missing something, it’s just going to display GMT time and not the WP offset time from the admin settings.
Thanks, but I’m not sure how that applies to my question. I’m talking about the registered and activity date/time in the Edit Profile page within the WP admin. They’re showing GMT time, not the selected time zone.
Specifically, they’re at lines 1090 and 1150 of /plugins/buddypress/bp-members/classes/class-bp-members-admin.php.
Hey, I get the same error “Call to undefined function bp_is_group_forum()” on the actual forum page with bbPress activated. This is coming from the BuddyPress Usernames Only plugin. Any idea why that might be happening?
Hey krask,
The email repair is under Tools >> BuddyPress Tools.
Have you forced BP to use wp_mail() instead of the default? Gotta do that too.
I also need to do this, but for some reason when I replace line 22 with this:
<?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘type=alphabetical’ ) ) : ?>
or, per another topic on here, this:
<?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&type=alphabetical’ ) ) : ?>
I get fewer members returned. Looks fine to me though, so I’m not sure what’s going on though.
Just to clarify, when I reinstall emails I’m assuming the number of emails sent for pending users should be reset to 1, correct? That’s not happening for the test account I used to send several activation emails to, which makes me thing the reinstall function is not working.
I’ve done a reinstall several times, and no dice. Ninja Forms contact form works fine. Test emails from WP Mail SMTP also work fine.
Also, unlike @terabyten, resending emails from the list of pending users doesn’t work for me. I’m getting nothing from Buddypress at all.
Any thoughts would be appreciated. I’ve been working on this for hours and I’m really at a loss as to what else to do.
Thanks David. I ended up hacking the form a bit, since I’m using the Buddypress Name field combined with one Xprofile field. Not the most elegant, but it works.