-
Paul Gibbs replied to the forum topic A plugin to block inappropriate words and more on the activities page in the group How-To and Troubleshooting 13 years, 9 months ago
@tiagobeloto If you find a bug, create a ticket on http://buddypress.trac.WordPress.org.
For other feedback, or if you’re not sure you found a bug, make a topic here, and write “1.6” in the title so we can […]
-
Paul Gibbs replied to the forum topic Integrating BuddyPress group forums into other pages in the group How-To and Troubleshooting 13 years, 9 months ago
No, BuddyPress or bbPress 1.0 doesn’t have any short codex. The short codes you refer to are part of bbPress 2.
-
Paul Gibbs replied to the forum topic BP 1.6 beta – change avatar – size in Activity stream in the group How-To and Troubleshooting 13 years, 9 months ago
Can you create a trac ticket? I can’t remember if we changed anything around this area, but it’ll get some more eyeballs on it.
-
Paul Gibbs replied to the forum topic BP 1.6 beta – change avatar – size in Activity stream in the group How-To and Troubleshooting 13 years, 9 months ago
Has this changed from BP 1.5.6?
-
Paul Gibbs replied to the forum topic Accessing Topic Meta in the group How-To and Troubleshooting 13 years, 9 months ago
Where are you trying to use it? Have you hooked into an action?
What data are you trying to get from it?
-
Paul Gibbs replied to the forum topic Page not found error and ReWrite is on . ugh.. in the group Installing BuddyPress 13 years, 9 months ago
Or any caching plugins or object caches running?
-
Paul Gibbs replied to the forum topic Accessing Topic Meta in the group How-To and Troubleshooting 13 years, 9 months ago
bp_get_topicmeta() doesn’t exist in BuddyPress, or bbPress 1 (aka group forums) so… no 🙂
Did you mean bb_get_topicmeta() ?
-
Paul Gibbs replied to the forum topic Permalink Not Updating On Edit in the group How-To and Troubleshooting 13 years, 9 months ago
I assume you are talking about bbPress 2. (aka ‘site wide forums’). You’d need to ask on bbpress.org forums for best support.
-
Paul Gibbs replied to the forum topic 1.5.6 to 1.6 b1 in the group How-To and Troubleshooting 13 years, 9 months ago
We broke Group Hierachy compatibility in Beta 1. We’ve fixed that now for the next release.
-
Paul Gibbs replied to the forum topic A plugin to block inappropriate words and more on the activities page in the group How-To and Troubleshooting 13 years, 9 months ago
-
Paul Gibbs replied to the forum topic A plugin to block inappropriate words and more on the activities page in the group How-To and Troubleshooting 13 years, 9 months ago
Found a bug in the code when replying to this. The blacklist option should mark the item as spam immediately. We’ll get that fixed 🙂
-
Paul Gibbs replied to the forum topic 1.5.6 to 1.6 b1 in the group How-To and Troubleshooting 13 years, 9 months ago
Hm. Did you change your bb-config.php manually?
-
Paul Gibbs replied to the forum topic A plugin to block inappropriate words and more on the activities page in the group How-To and Troubleshooting 13 years, 9 months ago
I believe the moderation_keys and blacklist_keys options are configurable from wp-admin Settings > Discussion menu. If you could test this out on BuddyPress 1.6 Beta 1, it would be fantastic.
-
Paul Gibbs replied to the forum topic A plugin to block inappropriate words and more on the activities page in the group How-To and Troubleshooting 13 years, 9 months ago
wpmudev do have support for their members, so if you do that route, I suggest asking them.
So, something we haven’t spoken much about in BP 1.6 yet is Akismet integration to the activity stream. In addition, […]
-
Paul Gibbs replied to the forum topic Permalink Not Updating On Edit in the group How-To and Troubleshooting 13 years, 9 months ago
If a person could change their topic’s URL, you break any link to that topic.
-
Paul Gibbs replied to the forum topic List Buddpyress users ordered by meta_value in the group How-To and Troubleshooting 13 years, 9 months ago
I’m not sure. meta_value isn’t an indexed field in the database, so I’d be very surprised if this was supported in WordPress (it wouldn’t scale efficiently to a large site/database).
-
Paul Gibbs replied to the forum topic Grant Achievements through code or link in the group Achievements 13 years, 9 months ago
Programatically, you can give someone an achievement via the dpa_force_unlock_achievement() function.
-
Paul Gibbs replied to the forum topic Blog Call in the group How-To and Troubleshooting 13 years, 9 months ago
If you want the actual front end templates rendered, then that’s quite complicated. Your function above would just return a link to the blog. What are you trying to do?
-
Paul Wong-Gibbs commented on the post, BuddyPress 1.6 Beta 1, on the site BuddyPress.org 13 years, 9 months ago
If you’re asking can you run the stable version alongside the beta version, no. It’s just the same as if you had upgraded from BP 1.5.5 to 1.5.6. All your settings and data will remain intact, but testing that […]
-
Paul Gibbs replied to the forum topic Removing 'Global RSS Feed' in the group How-To and Troubleshooting 13 years, 9 months ago
remove_action( ‘bp_head’, ‘bp_activity_sitewide_feed’ );
Perhaps in your theme’s functions.php, hooked in the after_setup_theme action.
- Load More
@djpaul
Active 1 month, 1 week ago