-
Boone Gorges posted on the forum topic Buddypress Update: Breaks theme when I disable friends. in the group How-To and Troubleshooting: 14 years, 1 month ago
Are you using a custom theme?
-
Boone Gorges posted on the forum topic Userblogs also with buddypress? in the group How-To and Troubleshooting: 14 years, 1 month ago
It’s not really possible to have multiple BuddyPress networks running from the same WordPress installation (though it might be possible some day down the road). Your users will have to be satisfied with their own groups, or they’ll have to install BuddyPress on their own WP installation.
-
Boone Gorges posted on the forum topic Send invites for group in the group How-To and Troubleshooting: 14 years, 1 month ago
Out of the box, BuddyPress only lets you send group invitations to people you’re friends with. It’s a spam prevention measure. If you want to bypass it, install Invite Anyone https://wordpress.org/extend/plugins/invite-anyone/.
-
Boone Gorges posted on the forum topic Upgraded to 1.2.6 and it threw it all off…White Screen, No Admin…I'm stuck. in the group Installing BuddyPress: 14 years, 1 month ago
Try renaming your wp-content/plugins directory (to something like plugins-backup) in order to get your dashboard back. Once you do, visit Dashboard > Plugins so that WP automatically deactivates your plugins. Then name plugins-backup back to plugins in order to see your plugins again. Reactivate them one at a time, making sure to activate…[Read more]
-
Boone Gorges posted on the forum topic Secure Invites option in the group Invite Anyone: 14 years, 1 month ago
I think it’s a good idea. I’ve got a ticket open for it here: http://github.com/boonebgorges/invite-anyone/issues#issue/20
-
Boone Gorges posted on the forum topic 1.2.6 upgrade – xprofile_get_field_data with checkboxes no longer working correctly in the group How-To and Troubleshooting: 14 years, 1 month ago
The problem is being caused by the default filters that BP applies to ‘xprofile_get_field_data’. If you put the following lines in your bp-custom.php or functions.php, it will allow you to print_r the array properly:
remove_filter( 'xprofile_get_field_data', 'wp_filter_kses', 1 ); remove_filter( 'xprofile_get_field_data', 'force_balance_tags' );…
[Read more] -
Boone Gorges posted on the forum topic Plugin Dependencies in the group Third Party Components & Plugins: 14 years, 1 month ago
Wow, this is awesome, @scribu. Thanks for posting about it here. I’ll give it a test this week.
-
Boone Gorges posted on the forum topic Invite members to a hidden group in the group How-To and Troubleshooting: 14 years, 1 month ago
Consider using a plugin like Invite Anyone wordpress.org/extend/plugins/invite-anyone to get around this restriction.
-
Boone Gorges posted on the forum topic Page doesn’t load properly in the group Invite Anyone: 14 years, 1 month ago
I have no idea. That Javascript stuff is worrisome. Have you looked at this? http://blog.zoiah.net/?p=14
Do you have a link to the page itself?
-
Boone Gorges posted on the forum topic oembed on plugin groups in the group buddypress.org Ninjas: 14 years, 1 month ago
Cool idea. I’ll have a look.
-
Boone Gorges posted on the forum topic Befriend ALL automatically, Member of all groups/forums automatically in the group Requests & Feedback: 14 years, 1 month ago
If everyone’s going to be friends with everyone else, I’d suggest just turning the Friends component off since it won’t be doing anything interesting. Dashboard > BuddyPress > Component Setup As for groups, you have a few options. If you make all groups public, then everyone will have access to everything. And if you hide […]
-
Boone Gorges replied to the topic Add Author Bio to Post in the forum How-to & Troubleshooting 14 years, 1 month ago
Might be a bit more straightforward to do something like this:
displayed_user->id ); echo $bio;
Before echoing the bio, you could try doing something like http://phpsense.com/php/php-word-splitter.html to truncate.
Good luck!
-
Boone Gorges posted on the forum topic Add Author Bio to Post in the group How-To and Troubleshooting: 14 years, 1 month ago
Might be a bit more straightforward to do something like this:
displayed_user->id ); echo $bio; ?>
Before echoing the bio, you could try doing something like http://phpsense.com/php/php-word-splitter.html to truncate.
Good luck!
-
Boone Gorges posted on the forum topic I cannot post forum topics? in the group How-To and Troubleshooting: 14 years, 1 month ago
I have been trying to help you! Try Dashboard > BuddyPress > Forum Setup and then reinstall and set up a new bbPress installation. It sounds like something is wrong with your bb-config.php. If nothing else works, and you don’t yet have any content in your installation anyway, you should consider wiping your database and […]
-
Boone Gorges posted a new activity comment 14 years, 1 month ago
Not at the moment. Invite Anyone uses BP’s standard registration page, which is disabled when registration is turned off. For the next big version of IA I plan to implement this feature.
-
Boone Gorges started the forum topic BuddyPress 1.2.6 is out! in the group Miscellaneous: 14 years, 1 month ago
Hooray!
-
Boone Gorges posted on the forum topic I cannot post forum topics? in the group How-To and Troubleshooting: 14 years, 1 month ago
Try toggling the ‘Enable discussion forum’ option on the group settings to see what happens. Group > Admin > Group Settings. Uncheck the discussion forum option, save settings. Then re-check, and save again.
In theory, that should kickstart the process of setting a forum that corresponds to your group.
-
Boone Gorges posted on the forum topic I cannot post forum topics? in the group How-To and Troubleshooting: 14 years, 1 month ago
OK, at least that narrows down the issue.
What other plugins are you using? What theme? Try creating a new group with all plugins other than BP deactivated, and using the bp-default theme, and then try to post in that new group’s forum.
-
Boone Gorges posted on the forum topic is bp-dev.org dead? in the group Third Party Components & Plugins: 14 years, 1 month ago
Yeah, and most of the plugins would take a pretty fair amount of overhauling to bring back up to snuff with modern versions of BP.
That said, some of them would be really nice. The AJAX search/autosuggest was very slick, for instance. I heartily encourage some kind-hearted soul to upgrade the lot of them 🙂
-
Boone Gorges posted on the forum topic Remove Sitewide Activity in the group How-To and Troubleshooting: 14 years, 1 month ago
As @rogercoathup suggested, you should open up header.php in your child theme, find the code that creates the Activity tab, and delete it.
If you don’t yet have header.php in your child theme, you’ll have to copy it here. More on BP child themes: https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/
- Load More
@boonebgorges
Active 1 year, 4 months ago
thanks for the reply. looking forward to see that. such a great plugin.. secure invites plugin doesn’t seem to work on me. it doesn’t show the error message when the user tries to register without invitation.
thanks again.