-
Boone Gorges posted on the forum topic What Buddypress & WordPress blogs do you follow? in the group Miscellaneous: 15 years, 6 months ago
I’ll also pimp my own blog, http://teleogistic.net
Quite a few people working with WP in education have their feeds aggregated at http://dev.wpmued.org. It’s not terribly active, but good things do pass through there.
-
Boone Gorges posted an update in the group Invite Anyone: 15 years, 6 months ago
Just tagged version 0.6.2 of Invite Anyone, with some bug fixes and a few new action and filter hooks!
-
Boone Gorges posted on the forum topic Modify Invitation URL to Have More Parameters in the group Invite Anyone: 15 years, 6 months ago
oops, the php got stripped. I added
php do_action( 'accept_email_invite_before' )
inside of PHP delimiters -
Boone Gorges posted on the forum topic Modify Invitation URL to Have More Parameters in the group Invite Anyone: 15 years, 6 months ago
@techguy In version 0.6.2 there’s a new filter on $accept_link:
$accept_link = apply_filters( 'invite_anyone_accept_url', site_url( BP_REGISTER_SLUG ) . '/accept-invitation/' . urlencode($email) );
I also added
just above the accept invitation screen, so that you can hook an action in there, grab $_GET, and do whatever you’d like to it. It’s a start! -
Boone Gorges posted on the forum topic Works fine for Admin, but Contributor has problems in the group Invite Anyone: 15 years, 6 months ago
I experimented a bit and found the same thing as @hnla – extra whitespace does cause problems. I’ve trimmed user input where appropriate in version 0.6.2, out this afternoon. Thanks for your help!
-
Boone Gorges posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 15 years, 6 months ago
I’m adding the following hooks to Invite Anyone, in version 0.6.2 that I’m about to tag: – After email invitations are sent,
do_action( 'sent_email_invites', $bp->loggedin_user->id, $emails, $groups );– After email invitations are accepted,do_action( 'accepted_email_invite', $user_id, $inviters );I use the core groups_send_invites() for group…[Read more] -
Boone Gorges posted on the forum topic Problems after upgrade in the group Invite Anyone: 15 years, 6 months ago
Thanks – I found the problem and am including it in the point release that I’m going to publish today. Watch your Plugins screen for an update.
-
Boone Gorges posted on the forum topic Problems after upgrade in the group Invite Anyone: 15 years, 6 months ago
Gibby – I found the problem, and I have a fix for you. I’ll put it into the next point release, but for now you can make the edit yourself to fix the problem. Open the file invite-anyone/group-invites/group-invites.php. After line 413 (which begins $members = ), hit enter a few times, and paste the following:
[...] -
Boone Gorges started the forum topic Plugin Release: BP System Report in the group Third Party Components & Plugins: 15 years, 6 months ago
I just released a plugin I’ve had on the back burner for a while, called BP System Report . It takes periodic snapshots of various pieces of BP data – number of groups, percentage of members who have been active, stuff like that – and allows you to compare them on a Dashboard panel. It’s highly likely […]
-
Boone Gorges posted on the forum topic How do a post a variable in a link? in the group How-To and Troubleshooting: 15 years, 6 months ago
bp_loggedin_user_domain() .’settings’ is probably what you want in this case. The general point about looking at the template files for this kind of thing is exactly right. You can also browse through the core templatetags files (bp-groups/bp-groups-templatetags.php, etc) to see what kinds of output functions are available.
-
Boone Gorges started the forum topic "Notify members by email" on group activity streams in the group How-To and Troubleshooting: 15 years, 6 months ago
Remember that message below the group wire boxes? I just upgraded from BP 1.1.3 and my users wanted it back. So I did this: http://teleogistic.net/2010/05/adding-an-email-to-members-checkbox-to-the-buddypress-group-activity-stream/
-
Boone Gorges posted on the forum topic Multiple Budypress Networks, one install in the group Requests & Feedback: 15 years, 6 months ago
@andrea_r Your use case is a pretty sensible one. Can’t believe you’d suggest that one CUNY school has no interest in the others, though 😉
-
Boone Gorges posted on the forum topic Support HTML Emails in the group Invite Anyone: 15 years, 6 months ago
@hnla makes a good point – maybe this is something best handled as a separate plugin, which would do HTML for all BP emails. Once you’ve written the skeleton, it should be trivial to filter the content of all mail messages.
-
Boone Gorges posted on the forum topic Works fine for Admin, but Contributor has problems in the group Invite Anyone: 15 years, 6 months ago
@hnla Thanks for testing the whitespace issue. trim() should do the trick. I will have a look later today.
-
Boone Gorges posted on the forum topic Problems after upgrade in the group Invite Anyone: 15 years, 6 months ago
Thanks for the response, Gibby. It sounds like something peculiar about your installation. The plugin is written to get users directly out of the WP database. There is a possibility that it’s an MU vs non-MU issue – I’ll look into it and let you know.
-
Boone Gorges posted on the forum topic Re-invites in the group Invite Anyone: 15 years, 6 months ago
Thanks for the suggestions. You mean that the email address on the Sent Invites page should be linked, right?
-
Boone Gorges posted on the forum topic Invite by Email Broken in IE 7 in the group Invite Anyone: 15 years, 6 months ago
Wow, thanks for locating the bug! I’ll release a point release shortly with the bug fix.
-
Boone Gorges posted on the forum topic Make Invite by Email the Default in the group Invite Anyone: 15 years, 6 months ago
Interesting idea. Is the link at the top of the group Send Invites tab not enough?
-
Boone Gorges posted on the forum topic Modify Invitation URL to Have More Parameters in the group Invite Anyone: 15 years, 6 months ago
I will definitely make the URL filterable. IMO it only makes sense to have the accept invite page customized per group if the user will then be added to the group automatically, as you suggest in another thread. (why warn someone if they’re just receiving an invite?) so if I implement the auto join suggestion, […]
-
Boone Gorges posted on the forum topic Automatic Add to Groups – Including Private Ones in the group Invite Anyone: 15 years, 6 months ago
Thanks for the info about private groups. I’ll do some testing and figure out the bug. As for automatic joins, I have mixed feelings about it. I will look into how hard it is (it’d probably involve circumventing some core bp functions) and if it’s not too hard I’ll make it a site wide admin […]
- Load More
@boonebgorges
Active 2 years, 3 months ago