-
Boone Gorges posted on the forum topic Displaying user profile in the group How-To and Troubleshooting: 15 years, 4 months ago
@xrun You got it all right, except that bp-custom.php should go into your plugins folder (probably wp-content/plugins).
-
Boone Gorges posted on the forum topic profile fields by id in the group How-To and Troubleshooting: 15 years, 4 months ago
Cool, good luck!
-
Boone Gorges posted on the forum topic Displaying user profile in the group How-To and Troubleshooting: 15 years, 4 months ago
You’re right that avatars on subdirectory blogs are acting a bit funky. It might be a BP bug, I have to look into it a little more. In the meantime, the following strategy might be a workaround for you. In your bp-custom.php, put a function like the following:
function bbg_avatar_paths( ) { $root_url = get_blog_option( [...] -
Boone Gorges posted on the forum topic profile fields by id in the group How-To and Troubleshooting: 15 years, 4 months ago
That will work. The only problem is that it’s not entirely future-proof. If the structure of the $field object changes in future versions of BP, you’ll have to rewrite the code. If I were you, I would use a profile loop, as described at https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/. That…[Read more]
-
Boone Gorges posted on the forum topic Delete Account ends up with 404 in the group How-To and Troubleshooting: 15 years, 4 months ago
Is there anything in your error logs that might be helpful?
-
Boone Gorges posted on the forum topic profile fields by id in the group How-To and Troubleshooting: 15 years, 4 months ago
I understand your question, and you’re right, there is no such function. But from inside of a profile loop, you can use bp_the_profile_field_name(), and it will get the $field_id implicitly from the loop iteration. If you don’t want to build a loop, you can get the field name from the $field_id like this:
$field = [...] -
Boone Gorges posted on the forum topic Where are the forums located? in the group Installing BuddyPress: 15 years, 4 months ago
Depending on whether you’ve turned on the components at Dashboard > BuddyPress > Component Setup, BP provides extended user profiles, an interactive activity stream, private messaging, user-creatable groups (with integrated activity streams, forums, and other functionality available via plugins), blog tracking, friend connections, and member/group…[Read more]
-
Boone Gorges posted on the forum topic βThere was an error deleting [user] from the system. Please try again.β in the group How-To and Troubleshooting: 15 years, 4 months ago
How are you trying to delete the user? From the WP Dashboard? Does the problem persist when BuddyPress is turned off?
-
Boone Gorges posted on the forum topic Delete Account ends up with 404 in the group How-To and Troubleshooting: 15 years, 4 months ago
If you’re experiencing problems deleting users via the WP user management panel, then it’s probably not strictly speaking a BuddyPress problem. You might try deactivating BP (deactivate BP-dependent plugins first!) for a moment, to see if you’re able to delete members with BP turned off. If not, then your problem is WordPress related.
-
Boone Gorges posted on the forum topic Displaying user profile in the group How-To and Troubleshooting: 15 years, 4 months ago
The strategy is this: Create a bp_has_members() loop, passing the user id along in the
includeparameter (see https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/ for more details about the members loop). Then, inside of that loop, use the member header at…[Read more] -
Boone Gorges posted on the forum topic profile fields by id in the group How-To and Troubleshooting: 15 years, 4 months ago
Yes, you can do this with the xprofile template functions, which are located at buddypress/bp-xprofile/bp-xprofile-templatetags.php. Use the profile loops in buddypress/bp-themes/bp-default/members/single/profile/profile-loop.php as a template.
-
Boone Gorges posted on the forum topic Does moderation tie in with BP documents plugin? in the group BuddyPress Moderation: 15 years, 4 months ago
Francesco rules!
-
Boone Gorges joined the group BuddyPress Moderation 15 years, 4 months ago
-
Boone Gorges posted on the forum topic Welcome to buddypress.org Ninjas in the group buddypress.org Ninjas: 15 years, 4 months ago
We’ve drifted a bit from our topic, which was to set out the goals of this group. If you want to start another conversation about the operating environment buddypress.org runs on, please start a new topic.
-
Boone Gorges posted on the forum topic Welcome to buddypress.org Ninjas in the group buddypress.org Ninjas: 15 years, 4 months ago
@hnla – I just built a 30-minute edit limit for my own installation last week. If you post a ticket, I will submit it as a patch π
-
Boone Gorges posted on the forum topic bp-forum attachment error in BP 1.2.5 in the group How-To and Troubleshooting: 15 years, 4 months ago
Woo hoo! Quite possible that that’s a bug in the original plugin (though I’m not sure how it snuck through)
-
Boone Gorges posted on the forum topic Welcome to buddypress.org Ninjas in the group buddypress.org Ninjas: 15 years, 4 months ago
@hnla I agree with you, but the line between ‘feature requests’ and ‘addressing essential fundamentals’ is not all that clear, eg displaying code correctly in the forums.
-
Boone Gorges posted on the forum topic bp-forum attachment error in BP 1.2.5 in the group How-To and Troubleshooting: 15 years, 4 months ago
@LPH2005 – It looks like the plugin is trying to create the table. I don’t think it should be doing that every time you load. I will have a closer look when I get a chance and see if I can reproduce.
-
Boone Gorges started the forum topic Welcome to buddypress.org Ninjas in the group buddypress.org Ninjas: 15 years, 4 months ago
In the June 30, 2010 BP dev chat http://bpdevel.wordpress.com/2010/06/30/summary-of-june-30th-dev-chat/, it was decided that a small group would form to address some of the ongoing issues with the buddypress.org website. I’ll be leading the effort. Anyone who is interested in playing a role in this process should join the group. In this thread,…[Read more]
-
Boone Gorges posted on the forum topic Words with Friends in the group Miscellaneous: 15 years, 4 months ago
I’m in like Flynn. boonebgorges is my username. Currently beating Paul π
- Load More
@boonebgorges
Active 2 years, 3 months ago