-
Paul Wong-Gibbs replied to the topic SNIPPET: Remove time from activity action. in the forum Third Party Plugins 13 years, 11 months ago
Cool, but I can one-up you 😉
add_filter ('bp_activity_time_since', '__return_false'); -
Paul Gibbs replied to the forum topic SNIPPET: Remove time from activity action. in the group Third Party Components & Plugins 13 years, 11 months ago
Cool, but I can one-up you 😉
add_filter (‘bp_activity_time_since’, ‘__return_false’);
-
Paul Gibbs replied to the forum topic Fatal error on installing in the group Installing BuddyPress 13 years, 11 months ago
-
Paul Gibbs replied to the forum topic How to delete forums completely from buddypress in the group How-To and Troubleshooting 13 years, 11 months ago
Are you trying to delete the group forums because a) you don’t want to use forum functionality on your site, or, b) you want to delete all the forums so it recreates new empty forums for you?
-
Paul Gibbs replied to the forum topic Problem with Header image in BuddyPress Default 1.5.5 theme. in the group How-To and Troubleshooting 13 years, 11 months ago
https://buddypress.trac.wordpress.org/ticket/3588 might be relevant
-
Paul Gibbs replied to the forum topic Problem Buddypress Activation; Prompted to provide activation code on first login after activation in the group How-To and Troubleshooting 13 years, 11 months ago
BuddyPress shouldn’t be doing that. Are you running any other plugins?
-
Paul Gibbs replied to the forum topic Output User ID in the group Creating & Extending 13 years, 11 months ago
bp_get_displayed_user_id()
-
Paul Gibbs replied to the forum topic How to use the BuddyPress xprofile name as wordpress name? in the group How-To and Troubleshooting 13 years, 11 months ago
A bug. Which version of BuddyPress are you using?
-
Paul Gibbs replied to the forum topic Non-members in the group Creating & Extending 13 years, 11 months ago
@tiagobeloto Do not post in an unrelated topic to draw attention to your own thread.
-
Paul Gibbs replied to the forum topic navigation doesn't work in IE7 in the group Requests & Feedback 13 years, 11 months ago
@mercime, it loads the responsive CSS on IE7 which breaks the main navigation. testbp.org / trunk has a fix for LTR, but not for RTL yet
-
Paul Gibbs replied to the forum topic Avatar can't crop in the group How-To and Troubleshooting 13 years, 11 months ago
Do you know how to check your web browser’s console for any javascript errors or warnings? This is usually some other’s plugin’s javascript loading at the wrong time, breaking BuddyPress.
-
Paul Gibbs replied to the forum topic Edit Page button in admin bar is missing in the group How-To and Troubleshooting 13 years, 11 months ago
We’ve fixed this in the most recent commit on https://buddypress.trac.wordpress.org/ticket/3294
You could either download the 1.5 branch version of BuddyPress from SVN […]
-
Paul Gibbs replied to the forum topic Quickpress Mini Activity Item in the group How-To and Troubleshooting 13 years, 11 months ago
I’m not aware of any intentional difference in the way that they are treated. After all, both look like regular blog posts on the site.
-
Paul Gibbs replied to the forum topic Buddybar shows one notification, but there is none in the group How-To and Troubleshooting 13 years, 11 months ago
If you had a plugin that created a notification which you’ve now disabled, that would cause it. Does this apply to your site?
-
Paul Gibbs replied to the forum topic How to show Groups original Avatar in the group How-To and Troubleshooting 13 years, 11 months ago
Check out bp_get_group_avatar()
-
Paul Gibbs replied to the forum topic Allow Anonymous Posting in the group How-To and Troubleshooting 13 years, 11 months ago
Are you using bbPress 2.0 (“sitewide forums”), and are trying to post in a forum inside a group (“group forums”)?
-
Paul Gibbs replied to the forum topic mapping custom user fields to environment variables in the group How-To and Troubleshooting 13 years, 11 months ago
Totally depends on where you want the values to appear! Are you using a custom theme you built, or something you purchased online? Can we get a sample of the URL that you want the data to appear on (change the […]
-
Paul Gibbs replied to the forum topic mapping custom user fields to environment variables in the group How-To and Troubleshooting 13 years, 11 months ago
Tricky. Depends on what you want to do with it. If you just want to display the values, you could just print those in your template.
-
Paul Gibbs replied to the forum topic Show loop of posts from member on profile. in the group How-To and Troubleshooting 13 years, 11 months ago
Have you checked basic things, like is $bp->displayed_user->id set, does the user have posts published? Does the code work if you copy it into a regular WordPress template somewhere (obv. manually set $user_id)?
-
Paul Gibbs replied to the forum topic Show loop of posts from member on profile. in the group How-To and Troubleshooting 13 years, 11 months ago
Yes, it’s query_posts. Don’t use it. See http://www.slideshare.net/andrewnacin/you-dont-know-query-wordcamp-netherlands-2012
- Load More
@djpaul
Active 1 month, 2 weeks ago