-
Paul Gibbs replied to the forum topic Extend the group's search form in the group Creating & Extending 14 years ago
That function doesn’t have any filters or action calls. You’re probably best to find an action in the default theme’s template surrounding where this function is used*.
*If you need to add new fields into […]
-
Paul Gibbs replied to the forum topic Error with avatars in the group How-To and Troubleshooting 14 years ago
Your host has a PHP setting known as “open_basedir” in effect. Ask them to turn it off, and show them that error message.
-
Paul Gibbs replied to the forum topic Invite Anyone plugin – Memory exhausted in the group Invite Anyone 14 years ago
-
Paul Gibbs replied to the forum topic BuddyPress last ver. incompatible bbpress 2.0? in the group How-To and Troubleshooting 14 years ago
They work fine together. We’ll need more details about what the problem actually is to try and help.
-
Paul Gibbs replied to the forum topic Collapse and expand comments in the group How-To and Troubleshooting 14 years ago
Do you mean in the activity stream?
-
Paul Gibbs replied to the forum topic Disabling the Name (Primary) (Required) from the Extended Profiles? in the group How-To and Troubleshooting 14 years ago
members/single/profile/edit.php
You’ll want to add something like this in, just below the WHILE loop:
if ( 1 == bp_the_profile_field_id() ) continue; -
Paul Gibbs replied to the forum topic Profile Privacy and Directory Browsing in the group Requests & Feedback 14 years ago
You can test the profile field visibility options on http://testbp.org/
-
Paul Gibbs replied to the forum topic How to limit how many items display on the activity page? in the group Requests & Feedback 14 years ago
In your theme’s activity/activity-loop.php, on the line near the top that looks like this:
Change it to
-
Paul Gibbs replied to the forum topic Can you point me in the right direction? in the group Gallery 14 years ago
Some hard requirements; the only ones I can think of that come close are Frisco @ http://friscotheme.com/ or Custom Community @ http://themekraft.com/custom-community/
Good luck
-
Paul Gibbs replied to the forum topic Still Cant create forum topics!! PLEASE HELP 🙁 in the group How-To and Troubleshooting 14 years ago
Making sure that bb-config.php has the same database connection details as wp-config.php is important (it should copy these things when BP creates the bb-config.php for you, automatically).
Checking that the […]
-
Paul Gibbs replied to the forum topic Listing Groups user is admin or moderator of in the group How-To and Troubleshooting 14 years ago
Retrieving groups based on current user’s role is a nice idea for a future enhancement for BuddyPress. Would you post such a ticket over on https://buddypress.trac.WordPress.org please? Use your username and […]
-
Paul Gibbs replied to the forum topic Major Problem with the Extended Profiles and adding another Extended Profile Group w/Deletion in the group How-To and Troubleshooting 14 years ago
Ouch. I’m glad re-enabling the component got it back again.
Adding “trash” to all the things in BuddyPress is something we want to do in future versions, yes.
-
Paul Gibbs replied to the forum topic Groups Root URL in the group Miscellaneous 14 years ago
No. It might make a good idea for a future enhancement; please post it on https://buddypress.trac.WordPress.org using your username and password from this site.
-
Paul Gibbs replied to the forum topic I need a plugin to make everyone friends in the group Creating & Extending 14 years ago
Why use the friends component at all if you’re just going to force everyone to be friends automatically?
-
Paul Gibbs replied to the forum topic how to change register form? in the group How-To and Troubleshooting 14 years ago
I think you’d have to modify the registration template, and add some handling code for this second step. If you know PHP, I can take a look and point you in the right direction
-
Paul Gibbs replied to the forum topic How to access User Avatars in SQL Database in the group How-To and Troubleshooting 14 years ago
That info is not stored in the database. If you delete the avatars from /wp-content/blogs.dir/BLOG_ID/avatars/, for example, they’ll be removed from whatever user has them.
-
Paul Gibbs replied to the forum topic Sudden BBconfig issues in the group Third Party Components & Plugins 14 years ago
If the pages loose their mapping, something’s been deleted or corrupted in the database. It could be a bug in BP (unlikely as I’ve not heard of anything similar), but I would guess more likely to been corrupted […]
-
Paul Gibbs replied to the forum topic Group invite and welcome message not happening in the group Welcome Pack 14 years ago
Correct, it won’t work with plugins that don’t fully (and properly) implement extensions to WordPress’ user authentication. I can’t really produce bespoke fixes for each of these plugins, because there are a lot of them.
-
Paul Gibbs replied to the forum topic Disappearing comments/replies in the activity stream! help! in the group How-To and Troubleshooting 14 years ago
Are you using the BP Labs plugin? Could any other admins be deleting those activity items after they are posted but before you read them?
-
Paul Gibbs replied to the forum topic Issue with syncing Buddypress profile fields and WordPress profile fields (user display name and suc in the group How-To and Troubleshooting 14 years ago
By default, BP has only that ‘name’ profile field. All BuddyPress profile fields are separate and distinct from any field in the WP user profile. For example, creating a field in BP called ‘biography’ won’t […]
- Load More
@djpaul
Active 1 month, 2 weeks ago