-
Boone Gorges posted on the forum topic Invite Anyone 0.8.9 – New User Activation Issues in the group Invite Anyone: 13 years, 8 months ago
Thanks, @hnla. I have a feeling that @gotequity is having a plugin conflict – if there were widespread problems, I would have heard more of them since the last release (the plugin is used by thousands) – but it’ll be great to get another data point from you.
-
Boone Gorges posted on the forum topic Invite Anyone 0.8.9 – New User Activation Issues in the group Invite Anyone: 13 years, 8 months ago
@gotequity Sounds good 🙂 Essentially, what you want to do is to find that function in your copy of Invite Anyone, and debug starting at the end. Right after the line that says do_action( ‘accepted_email_invite’…. put something like:
var_dump( $user_id ); var_dump( $inviters ); die();
If that works correctly at the very end of the function […] -
Boone Gorges posted on the forum topic Hiding empty xProfile fields in member-header.php in the group How-To and Troubleshooting: 13 years, 8 months ago
Sweet!
-
Boone Gorges posted on the forum topic Hiding empty xProfile fields in member-header.php in the group How-To and Troubleshooting: 13 years, 8 months ago
Probably the most efficient way is to do something like this (not beautiful to put in a template file, but functional and lean):
<div class="profile_fields">
Occupation: <span></span>
</div> -
Boone Gorges posted on the forum topic Invite Anyone 0.8.9 – New User Activation Issues in the group Invite Anyone: 13 years, 8 months ago
Hm, very curious. Like @hnla says, it’s possible though unlikely that the move from 1.2.7 to 1.2.8 would solve the problem. I’m kinda out of ideas about what might be causing the problem on the IA end. I’ve done another look through the main plugin files and I can’t see anything that would be causing this […]
-
Boone Gorges posted on the forum topic Invite Anyone 0.8.9 – New User Activation Issues in the group Invite Anyone: 13 years, 8 months ago
Sorry to hear you’re having troubles. I’m not entirely sure what could be causing problems with activation. Invite Anyone should not, in theory, touch the activation process, though it does attach itself to a hook after users are activated. Do you have open registration? Dashboard > Settings > Anyone can register? Or are you using […]
-
Boone Gorges posted on the forum topic bp_adminbar_notifications_menu in the group How-To and Troubleshooting: 13 years, 8 months ago
Adding bp_adminbar_notifications_menu() in your header will probably work (as long as it’s nested inside of a
element), but you will need to modify the styles. You can go in one of two directions. One, you can try to bring over the styles from bp-default/_inc/css/adminbar.css. You can import that entire stylesheet into your child theme […]
-
Boone Gorges posted on the forum topic BuddyPress Docs 1.0-beta-2 in the group BuddyPress Docs: 13 years, 8 months ago
Oops! The ‘Parent’ feature has gone totally unloved. I will have a look! https://github.com/boonebgorges/buddypress-docs/issues/50
And great suggestions about enhancements: https://github.com/boonebgorges/buddypress-docs/issues#issue/30
-
Boone Gorges posted on the forum topic modification/fork in the group BP Group Reviews: 13 years, 8 months ago
Pretty hard – they would have to work totally differently, given the differences between users and groups.
I have some skeleton code to do user reviews (using custom post types) but it’s not release-ready. Hopefully in the next month or two.
-
Boone Gorges posted a new activity comment 13 years, 8 months ago
If you’re getting a message about the doc being locked, it means that there is an edit lock because another user is editing it. As the admin (or whatever user you first used to edit), go to edit the doc and then save it. That’ll release the edit lock.
-
Boone Gorges posted on the forum topic registration confirmation email sent as attachment in the group How-To and Troubleshooting: 13 years, 8 months ago
Ha ha. http://teleogistic.net/donate/ if you *really* want to buy me a beer 🙂
-
Boone Gorges posted a new activity comment 13 years, 8 months ago
You have to activate it on a group-by-group basis at Admin > Docs. Check out the readme file for instructions.
-
Boone Gorges posted on the forum topic registration confirmation email sent as attachment in the group How-To and Troubleshooting: 13 years, 8 months ago
The function that is used to send emails is called wp_mail(), and it’s defined in wp-includes/pluggable.php. You might have a look there to begin with, and maybe even replace the version of the function in that file with a fresh version from a newly-downloaded copy of WP, if you suspect that some things have been […]
-
Boone Gorges posted a new activity comment 13 years, 8 months ago
Cowabunga!
-
Boone Gorges posted a new activity comment 13 years, 8 months ago
Docs are added through the Group interface.
-
I looked, I didn’t see a tab in the Group interface.
-
You have to activate it on a group-by-group basis at Admin > Docs. Check out the readme file for instructions.
-
Got it to work, thanks. I know its still in beta, but I cannot seem to allow others to edit the doc. I set it in the settings to allow anyone in the group to edit the doc, but when I log in as another user its still locked.
-
If you’re getting a message about the doc being locked, it means that there is an edit lock because another user is editing it. As the admin (or whatever user you first used to edit), go to edit the doc and then save it. That’ll release the edit lock.
-
-
-
-
-
Boone Gorges started the forum topic BuddyPress Docs 1.0-beta-2 in the group BuddyPress Docs: 13 years, 8 months ago
Hi everyone, I just tagged 1.0-beta-2 of BuddyPress Docs. This has some important fixes that I wanted to get out there for a bit of testing before releasing a stable version. The main improvements: – Better handling of CSS on the Edit screen means that BP Docs looks better in your custom theme – Pagination […]
-
Boone Gorges posted on the forum topic Page not found in the group BuddyPress Docs: 13 years, 8 months ago
Great! Glad you’ve got it working. Future versions will make it easier to compose from the Dashboard.
-
Boone Gorges posted on the forum topic registration confirmation email sent as attachment in the group How-To and Troubleshooting: 13 years, 8 months ago
Very strange. The fact that you’re having problems with the email notification of blog comments shows that this is not a problem with BuddyPress, but is some combination of your server, WordPress, and possibly Yahoo Mail. Have you tried reading the problematic mail through another method? POP3 or IMAP? Or maybe the same email sent […]
-
Boone Gorges posted on the forum topic BuddyPress Docs 1.0-beta release in the group BuddyPress Docs: 13 years, 8 months ago
? You’re not missing anything, I just haven’t fixed it yet. https://github.com/boonebgorges/buddypress-docs/issues#issue/49
-
Boone Gorges posted on the forum topic How do you do this ? in the group How-To and Troubleshooting: 13 years, 8 months ago
Actually, I just looked at the code, and the comment there is correct. The entire function is wrapped in a function_exists check, which means that you could simply put your own version of bp_dtheme_blog_comments() in your child theme’s functions.php, and it would override the one in bp-default (no changes to comments.php necessary). The way that […]
- Load More
@boonebgorges
Active 1 year, 4 months ago
Got it to work, thanks. I know its still in beta, but I cannot seem to allow others to edit the doc. I set it in the settings to allow anyone in the group to edit the doc, but when I log in as another user its still locked.
If you’re getting a message about the doc being locked, it means that there is an edit lock because another user is editing it. As the admin (or whatever user you first used to edit), go to edit the doc and then save it. That’ll release the edit lock.