-
Boone Gorges replied to the forum topic Group email subscription breaking site in the group Creating & Extending 13 years, 4 months ago
What other plugins do you have installed?
WP/BP versions?
Do you have forums, groups, and activity turned on at Dashboard >BuddyPress > Component Setup?
-
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
What @mercime means is that several of your questions are dependent on the theme you’ve purchased, ‘executive’. WPMU.org is not the official WordPress […]
-
Boone Gorges replied to the forum topic Add all member of group X to group Y in the group How-To and Troubleshooting 13 years, 4 months ago
Hi Andrea,
Maybe not the most straightforward method, but a loop roughly like this would do it:
`if ( bp_group_has_members( array( ‘group_id’ => $group_x_id, ‘per_page’ => 100000 ) ) ) {
while ( bp_group_members() ) […] -
Boone Gorges replied to the forum topic Friend request – wp-login redirects? in the group How-To and Troubleshooting 13 years, 4 months ago
In BP 1.3, this is all handled quite nicely in the core! Coming soon.
-
Boone Gorges started the forum topic BP TinyMCE 1.4 in the group BP-TinyMCE 13 years, 4 months ago
Despite what I can only describe as a visceral hatred for this plugin and for rich text editors in general, I have, at the request of a client, upgraded BP TinyMCE to version 1.4. This is essentially a rewrite of the plugin, featuring: […]
-
Boone Gorges replied to the forum topic Could you please fix the buddypress site so that we can scroll through the forum pages? in the group Achievements 13 years, 4 months ago
Can you give a specific example? Topic pagination seems to be working fine for me.
-
Boone Gorges replied to the forum topic Problem installing Buddypress 1.29 on OS X Lion using Mamp Pro in the group Installing BuddyPress 13 years, 4 months ago
What is your permalink setting? Dashboard > Settings > Permalinks
I use MAMP on my own machine, but I don’t use the default settings. I wrote a post about it some time ago, where you can read more about how I configure it: […]
-
Boone Gorges replied to the forum topic How to get BP1.3 update ? in the group How-To and Troubleshooting 13 years, 4 months ago
Use the
svn up
command. -
Boone Gorges replied to the forum topic BuddyPress 1.3 trunk and bbPress 2 in the group How-To and Troubleshooting 13 years, 4 months ago
How did you get the BP trunk? Did you download it via svn?
-
Boone Gorges replied to the forum topic Mentions and anchors in 'latest update' box in the group How-To and Troubleshooting 13 years, 4 months ago
Good suggestion. I’ve opened a ticket: https://buddypress.trac.wordpress.org/ticket/3374
In the meantime, you could probably do something by filtering bp_get_activity_latest_update_excerpt.
-
Boone Gorges replied to the forum topic Why is everything so ugly since wordpress 3.2.1 upgrade? in the group How-To and Troubleshooting 13 years, 4 months ago
Andrea is right. Nothing about the WP 3.2.x Dashboard style changes should have affected anything on the front end of BP. It’s likely a plugin conflict, or perhaps your theme is out of date. What theme are you using?
-
Boone Gorges replied to the forum topic Breaks WP Comments in the group BuddyPress Docs 13 years, 4 months ago
Yikes. Thanks for the heads up. New version coming in a moment.
-
Boone Gorges replied to the forum topic Mismatched tags? in the group BuddyPress Docs 13 years, 4 months ago
Crap. Totally my fault. Releasing a new version now. Thanks, Jay!
-
Boone Gorges replied to the forum topic WordPress Nightly Breaks Buddypress in the group How-To and Troubleshooting 13 years, 4 months ago
@roman – As long as you are running BP 1.2.9, you shouldn’t experience the WPDB error described above.
-
Boone Gorges replied to the forum topic Copy docs to other groups in the group BuddyPress Docs 13 years, 4 months ago
@joevansteen – Thanks for the kind words. Glad you’re enjoying the plugin!
The ability to associate Docs with multiple groups is on the roadmap. The infrastructure is already there in the code, I just need to solve a few UI […]
-
Boone Gorges replied to the forum topic permission denied error on getimage on registration page in the group How-To and Troubleshooting 13 years, 4 months ago
So? What was it that you guys screwed up? 🙂
-
Boone Gorges replied to the forum topic BP not compatible with WP 3.2? in the group BuddyPress Media 13 years, 4 months ago
Yes, that error makes it sound like you don’t have BP activated.
-
Boone Gorges posted on the forum topic BuddyPress Skeleton Component – Setting Example No Longer Works in the group Creating & Extending 13 years, 4 months ago
No need to apologize. The Skeleton Component is in need of some love, and it’s way easier to give it that love when there’s someone reporting bugs.
-
Boone Gorges posted on the forum topic BuddyPress Skeleton Component – Setting Example No Longer Works in the group Creating & Extending 13 years, 4 months ago
I found the culprit – bp_core_load_template(), in
bp_example_screen_settings_menu()
, is pointed toward the wrong template. It should read:
`bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ […] -
Boone Gorges posted on the forum topic BUDDYPRESS.ORG is broken! in the group How-To and Troubleshooting 13 years, 4 months ago
Member activity streams, eg https://buddypress.org/community/members/boonebgorges/, only show activity updates, not forum posts, etc
- Load More
@boonebgorges
Active 1 year, 4 months ago