-
Boone Gorges replied to the forum topic Need 1.5 component slug code example in the group Creating & Extending 13 years, 3 months ago
Hey @modemlooper, I juts posted a patch to that ticket. Would you mind installing it and then walking through an upgrade again? I think that the […]
-
Boone Gorges replied to the forum topic Invite Anyone 1.0 in the group Invite Anyone 13 years, 3 months ago
Great, so glad it’s fixed. I’m going to try to do a better job of clearing that cookie in a future version. Good luck, and thanks for your patience!
-
Boone Gorges replied to the forum topic Invite Anyone 1.0 in the group Invite Anyone 13 years, 3 months ago
@gtn Thanks for the more detailed report.
I’m not able to reproduce your problem, but it appears to have something to do with the cookie that IA sets […]
-
Boone Gorges replied to the forum topic Invite Anyone 1.0 in the group Invite Anyone 13 years, 3 months ago
Cool! Thanks for the quick and thorough bug reports. Can’t fix them without you 🙂
-
Boone Gorges posted an update 13 years, 3 months ago
@remotedevice @remotedevice I don’t know of a tool that will allow admins to create friendships manually. It could be done – the API function is friends_add_friend(), which you can use with a $force_accept = true parameter to skip the invitation. I would definitely use this instead of doing direct queries on the db.
As for the UI, you’ll have to…[Read more]
-
Boone Gorges replied to the forum topic Invite Anyone 1.0 in the group Invite Anyone 13 years, 3 months ago
I have released IA 1.0.1, which fixes the settings issue for 1.2.x.
-
Boone Gorges replied to the forum topic Need 1.5 component slug code example in the group Creating & Extending 13 years, 3 months ago
I’ll work on providing a document with best practices for creating them. See https://buddypress.trac.wordpress.org/ticket/3422 for further discussion of the page creation problem.
-
Boone Gorges replied to the forum topic Invite Anyone 1.0 in the group Invite Anyone 13 years, 3 months ago
I found the issue with settings not saving properly. It was due to a logic error on my part. https://github.com/boonebgorges/invite-anyone/commit/f74d2ca2b9a44c3211c386898f04d3441e64e0fa
I’m still looking into why there might […]
-
Boone Gorges replied to the forum topic Invite Anyone 1.0 in the group Invite Anyone 13 years, 3 months ago
`Using BP 1.2.9 and IA version 1.0 I get an error on clicking the Settings link from the plugins list. The Settings link is pointing to myrealdomain.com/wp-admin/admin.php?page=invite-anyone/admin/admin-panel.php which results […]
-
Boone Gorges replied to the forum topic BP 1.5 Group Extension API in the group Creating & Extending 13 years, 3 months ago
Paul’s a bit wrong. We did have to make *some* changes to the BP_Group_Extension class, or at least to the load order in bp_register_group_extension(). I spent a pretty large amount of time trying to figure this out for my own […]
-
Boone Gorges replied to the forum topic NextPage in the group BuddyPress Docs 13 years, 3 months ago
@joevansteen Thanks for all your experimentation!
I’ve opened a ticket at https://github.com/boonebgorges/buddypress-docs/issues/128 so that […]
-
Boone Gorges replied to the forum topic Invite Anyone 1.0 in the group Invite Anyone 13 years, 4 months ago
When you click Save Changes, do the changes look like they are saved on the *back* end? Or do they reset to their previous settings?
-
Boone Gorges replied to the forum topic bp 1.5 bb-custom.php to remove profile links doesn't work anymore in the group How-To and Troubleshooting 13 years, 4 months ago
Try this:
function remove_xprofile_links() {
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
}
add_action( 'bp_init', 'remove_xprofile_links' ); -
Boone Gorges replied to the forum topic A quick jump into 1.5 bleeding and issues in the group How-To and Troubleshooting 13 years, 4 months ago
@pisanojm The BP_Activity_Template::__construct() problem has been fixed in the trunk; see https://buddypress.trac.wordpress.org/ticket/3421 Thanks […]
-
Boone Gorges replied to the forum topic Invite Anyone 1.0 in the group Invite Anyone 13 years, 4 months ago
IA 1.0 has been tested with BP 1.2.9 and BP 1.5-beta-1. It should work on either.
I just tested saving options on BP 1.2.9/BP 3.2.1. It is working correctly. What is happening on your installation? Can you be more specific […]
-
Boone Gorges replied to the forum topic Buddypress 1.5 Bug Reporting! in the group How-To and Troubleshooting 13 years, 4 months ago
@jim-morrison What version of WP?
-
Boone Gorges replied to the forum topic Buddypress 1.5 Bug Reporting! in the group How-To and Troubleshooting 13 years, 4 months ago
@virtuali Blog comments only show up in the activity stream if you have Multisite enabled. This is how it’s always worked.
The option to select […]
-
Boone Gorges replied to the forum topic Buddypress search, buddypress invites and buddypress design in the group How-To and Troubleshooting 13 years, 4 months ago
When you activate a BuddyPress-compatible theme, like BuddyPress Default, you will see a Members tab at the top of the screen. That is the public Members Directory, where users can browse or search.
`So no plugins to be able […]
-
Boone Gorges replied to the forum topic BP1.3 Group Creation leads to no where in the group Requests & Feedback 13 years, 4 months ago
Svn up your installation. This was a bug introduced yesterday, which has been fixed in the trunk.
-
Boone Gorges replied to the forum topic Twitter for BuddyPress Poll in the group Third Party Components & Plugins 13 years, 4 months ago
I’d rather not be forced to use my Twitter login for WP authentication. It’s nice when it’s an option, but to force it might raise privacy concerns, among other things. I would prefer to have the option at registration: use […]
- Load More
@boonebgorges
Active 1 year, 4 months ago