-
heytricia replied to the topic [Resolved] the right way to remove nav items in the forum How-to & Troubleshooting 9 years, 5 months ago
I asked a bit too soon… A little more searching and I found your explanation here. Setting the default component seems to have done the trick. Thanks for the code samples!
-
heytricia replied to the topic [Resolved] the right way to remove nav items in the forum How-to & Troubleshooting 9 years, 5 months ago
I’d like to restrict the submenus used in profile views to show only if a user is on their own profile or if they are an admin. I think this thread speaks to that. Please let me know if I’m wrong…
I tried using @danbp ‘s code, but I get a “page not found” on pages that should just be removing the submenu. Logging in as a test user with no admin…[Read more]
-
K-Path's profile was updated 9 years, 5 months ago
-
NEX Data Center's profile was updated 9 years, 5 months ago
-
@mercime wrote a new post on the site BuddyPress.org 9 years, 5 months ago
BuddyPress 2.7.3 is now available. This is a maintenance release and a recommended upgrade for all BuddyPress installations.
BP 2.7.3 fixes bugs in several components. For more information, see the 2.7.3 […]
-
@mercime updated the Version 2.7.3 page, on the BuddyPress Codex 9 years, 5 months ago
Version 2.7.3 is a BuddyPress maintenance release.
For Version 2.7.3, the database version (bp_db_version in wp_options) was 11105, and the Trac revision was r11272. Read the full ticket log here.
Fixes
* […] -
heytricia replied to the topic is it ok to copy files from bp-templates/bp-legacy/buddypress directory in the forum How-to & Troubleshooting 9 years, 5 months ago
I’m in the process of integrating buddypress with a custom theme. First rodeo of this type…
How often are the bp-lecacy files updated? I’d like to just merge them into my theme files, change templates as needed, and not load a bunch of extra css and js files. But I’d hate to miss critical updates by overriding all template, style and js files…[Read more]
-
Henry Wright replied to the topic Hitting the "complete registration" button does nothing in the forum How-to & Troubleshooting 9 years, 5 months ago
Does this happen with Twenty Sixteen activated?
-
Jay replied to the topic [Resolved] Merging Buddypress Profile with WordPress Profile in the forum How-to & Troubleshooting 9 years, 5 months ago
@danbp, you are a scholar and a gentleman. Thanks for taking the time for all of this. Hopefully this exchange will enlighten future visitors as it has for me.
-
Jay replied to the topic [Resolved] Merging Buddypress Profile with WordPress Profile in the forum How-to & Troubleshooting 9 years, 5 months ago
Thanks for the background info about WP, @danbp. It certainly is interesting to see how the little old single-user blog platform called “WordPress” has mushroomed into the gargantuan that it is today, following the old adage, “Man expands to fill the available space.”
Obviously I’m a bit of a noobie to WordPress (I’ll admit, so feel free to…[Read more]
-
Jay replied to the topic [Resolved] Merging Buddypress Profile with WordPress Profile in the forum How-to & Troubleshooting 9 years, 5 months ago
I understand exactly what @jagarolik is looking for, and I find myself in that same position.
@danbp, you made the point about “The 3 mandatory field (username, email and password) belonging exclusively to WP.”
This is probably a bit of a noobie question, but is it possible for a plugin to expose the changing of the email and/or password on the…[Read more]
-
Hugo Ashmore replied to the topic last_activity empty in members loop in the forum How-to & Troubleshooting 9 years, 5 months ago
This isn’t really a Trac ticket subject, and is best handled in a forum setting really, I did pass comment though on Trac.
On members loop last active simply states that when user last active the meta display is for last member status update not general site activity for a user id.
-
Andrew Tegenkamp replied to the topic Woocommerce First and Last Names? in the forum Creating & Extending 9 years, 5 months ago
I’ve found WooCommerce is setting the display name to just the first name. It appears BP uses the display name which makes sense for BP. To change this, you can use this bit of code:
add_filter('pre_user_display_name','g3_change_display_name');[Read more]
function g3_change_display_name($name) {
if ( isset( $_POST['billing_first_name'] ) ) $firstname =… -
Sun Ivey's profile was updated 9 years, 5 months ago
-
Tommy Derrick's profile was updated 9 years, 5 months ago
-
Geoffrey Katzer's profile was updated 9 years, 5 months ago
-
Martha Orlando's profile was updated 9 years, 5 months ago
-
Kailan Wyatt's profile was updated 9 years, 5 months ago
-
Andrew Tegenkamp started the topic Woocommerce First and Last Names? in the forum Creating & Extending 9 years, 5 months ago
I know I’m missing something easy here but cannot find it…
People only join my site through a Woocommerce order. Once they are joined they can request to join Private groups in BuddyPress. It looks like when someone signs up the billing_first_name and billing_last_name from Woo copy to the “Name” field in WP, but only the billing_first_name…[Read more]
-
Henry Wright replied to the topic Buddypress membership levels? in the forum How-to & Troubleshooting 9 years, 5 months ago
BuddyPress doesn’t ship with membership “levels” but member “types” were introduced recently which are the same thing. Check out this article
- Load More