-
Paul Gibbs replied to the forum topic Call to undefined function bb_get_id_from_slug() in the group How-To and Troubleshooting 14 years, 4 months ago
Great!
-
Paul Gibbs replied to the forum topic Activity stream spam in the group How-To and Troubleshooting 14 years, 4 months ago
It is in bp_activity_recurse_comments() in bp-activity-templatetags.php line 647 ono. (In 1.5 we moved it out to a theme template, where it belongs).
-
Paul Gibbs replied to the forum topic JQuery Easing Bug WP 3.2.1 BP 1.5.1 in the group How-To and Troubleshooting 14 years, 4 months ago
Cool – thanks for answering your own question! 🙂
-
Paul Gibbs replied to the forum topic Getting an adminbar similar to BuddyPress.org in the group How-To and Troubleshooting 14 years, 4 months ago
For starters, you’ll need to switch from the buddybar to the wp admin bar. To do this in 1.5, set this in wp-config.php:
define(‘BP_USE_WP_ADMIN_BAR’, true);
-
Paul Gibbs replied to the forum topic Call to undefined function bb_get_id_from_slug() in the group How-To and Troubleshooting 14 years, 4 months ago
bbPress isn’t loading. Hmm. Have your database details changed?
-
Paul Gibbs replied to the forum topic How to get rid of friends and have a sitewide activity. in the group Creating & Extending 14 years, 4 months ago
In wp-admin, in the BuddyPress > Components menu, just make sure that the Activity component is enabled and the Friends component is disabled. Anything else beyond that might need you to customise your theme.
-
Paul Gibbs replied to the forum topic fatal error upgrading in the group How-To and Troubleshooting 14 years, 4 months ago
Then it might not be the BuddyPress plugin causing the problem. Access your web server’s error log, and tell us what the error is. If you’re unable / don’t know how to do this, ask your web host for support.
-
Paul Gibbs replied to the forum topic Is it possible to add tags to the Activity Stream post? in the group How-To and Troubleshooting 14 years, 4 months ago
No, BuddyPress had/has nothing to do with P2.
-
Paul Gibbs replied to the forum topic Book list on member's profiles in the group Creating & Extending 14 years, 4 months ago
I’m building similar functionality for work, at the moment. I wasn’t aware of any pre-existing plugins that would do exactly what I wanted (which might be slightly different than yours), so figured it was fun to […]
-
Paul Gibbs replied to the forum topic BP 1.5.1 – Users can't view content of Private Groups Forums via the "Forums"- Page in the group How-To and Troubleshooting 14 years, 4 months ago
You should never, ever, edit core files.
-
Paul Gibbs replied to the forum topic Register Page Doesn't Work in the group Installing BuddyPress 14 years, 4 months ago
If by “blank” you mean a totally white page (nothing at all), then it might be memory. You’d need to check in your web server’s error log to confirm.
Have you enabled site registrations in Settings > General?
-
Paul Gibbs replied to the forum topic Out of memory error in the group How-To and Troubleshooting 14 years, 4 months ago
Red plugins are the worse 😉
-
Paul Gibbs replied to the forum topic Site Wide Forums Individual Forums show up as empty word press pages in the group How-To and Troubleshooting 14 years, 4 months ago
You’re best to ask for this on the bbPress forums, as that’s where you’re having the problem. I would generally suggest that “pretty permalinks” work in regular WordPress (e.g a post) first.
-
Paul Gibbs replied to the forum topic Welcome Pack first time user login redirect. in the group Welcome Pack 14 years, 4 months ago
Hey, thanks. I don’t use Jetpack, so I’ll check it out with Welcome Pack when I get a chance. What other plugins are you using?
-
Paul Gibbs replied to the forum topic Getting the BP post author avatar outside of loop. in the group How-To and Troubleshooting 14 years, 4 months ago
You need to give it the post author’s ID, not the post’s ID 🙂
-
Paul Gibbs replied to the forum topic Plugin Conflict with Polldaddy Plugin in the group How-To and Troubleshooting 14 years, 4 months ago
I saw this, and your tweet to John. It’s a polldaddy issue; they’re calling apply_filters(‘wp_title’) but they aren’t providing all three arguments that the WordPress core implementation does (ergo the error messages).
-
Paul Gibbs replied to the forum topic bp_groups_default_extension in the group Creating & Extending 14 years, 4 months ago
I’d like to point out this in currently only in BuddyPress trunk; it won’t get into a release until BP 1.6 (or maybe 1.5.2, or something like that).
-
Paul Gibbs replied to the forum topic Welcome Pack Not working after latest update in the group Welcome Pack 14 years, 4 months ago
Someone else’s reported the same (I wasn’t able to recreate when I looked). I hope to get some time soon to go through and figure out what’s breaking 🙂
-
Paul Gibbs replied to the forum topic Getting the BP post author avatar outside of loop. in the group How-To and Troubleshooting 14 years, 4 months ago
Use WordPress’ get_avatar() function: https://codex.wordpress.org/Function_Reference/get_avatar
-
Paul Gibbs replied to the forum topic fatal error upgrading in the group How-To and Troubleshooting 14 years, 5 months ago
You didn’t say which plugin is causing the error message, or show the error message itself. I’m assuming you think it’s BuddyPress.
Go into FTP, and go into your wp-content/plugins/ directory. Rename the […]
- Load More
@djpaul
Active 1 month, 2 weeks ago