Search Results for 'buddypress'
-
Search Results
-
Right now my Members page has the slug ‘members’, and when viewing a user’s profile, the URL is:
/members/user/
However, all other components on my site (bbPress forums, custom post types, etc.) use a plural slug for the “archive” and then singular when viewing a child page. I’d like to make the members area of BuddyPress behave the same way for consistency.
So I’d like the Members page to retain the slug /members/
But when viewing a user’s profile, I’d like it to become:
/member/user/
It just makes more sense given how everything else on my site works. I hope this makes sense.
Can anyone lend me a hand?
Thank you!
I’m trying to display user profile fields on a page. I created a custom page template and pasted the code found here: https://codex.buddypress.org/developer/loops-reference/the-profile-fields-loop-bp_has_profile/
It was working and then stopped – can’t figure out what happened.
The problem seems to be with this function: bp_profile_group_has_fields()
Any ideas?
John
I’m trying to edit my user’s profile so that when they click on “Settings” they go to the “Email” (/settings/notifications/) by default. I found https://codex.buddypress.org/developer/navigation-api/ and am trying to apply that to the default_subnav_slug but must be missing something. Any ideas?
add_action( 'bp_setup_nav', 'bp_edit_subnav_default'); function bp_edit_subnav_default($data) { global $bp; $new_data = array( 'screen_function' => 'bp_settings_screen_notifications', 'default_subnav_slug' => 'notifications', ); $bp->members->nav->edit_nav($new_data, 'settings'); }Is there any ways to change just the admin username from being in the Buddypress profile URL? For security reasons it’s not set to admin but something else like “iamadminofsite” but it seems like it kind of defeats the purpose of having an unusual admin username for security reasons if it is plastered all over your site.
Any help being able to accomplish this would be great. (And yes, saw this plugin: https://buddydev.com/plugins/bp-username-changer/ which is nice and all but not what I’m looking for as it will just change the login name and I need the url to show a completely different username at least for the admin).
A site with users amounts more than 100k+
After installing and activating buddypress get the white screen of death.
We use this theme running on hostgator.But when twenty seven theme selected and try activating buddypress turns out to be
“Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes)”We have 512M as memory limit on php.ini
Any suggestions please?Topic: Group layout, Genesis
Hi –
I’m trying to figure out how to change the page templates that BP Groups use.
I’ve got BuddyPress network activated on a multisite network
my main site uses a Genesis child theme, which has options for basic page templates (ie column left, full page etc)
The ‘Groups’ editor is accessed through Network Admin so it doesn’t have any theme specific page settings.
I’ve looked at probably 100 forum threads and can’t figure this out at all
any idea how to change the layout of pages used by Groups ?
thanks
Topic: removing buddypress
I don’t know if this still applies but I had an early version of BP and I decided to not use it and uninstalled the plugin. Now it’s 5 years later and in my database I find 16 tables with code_BP_(various titles like groups or members) all are zero kilobytes. I’ve been having troubles with my database so I thought I would mention this just in case it’s still an issue.
Don’t need a reply but just a heads up.
Hello,
I am working with WP 4.7.2 and buddypress 2.8, with Onesocial Marketplace theme.
I need to change the members index page to show only friends of the logged user. I have copied the members-loop.php file to my child-theme buddypress subdirectory. I can change manually the loop by continuing if members are not friends, but can’t find out how to change the number of members that is showed in title. Additionally, I am looking for a more consistent logic, which should be filtering the query to get only friends.
Can you help me with that?
Thanks in advance.
Local install; WP 4.7.2, Multisite
BuddyPress 2.8 only active plugin
Twentysixteen themeI’ve only tested this as Super Admin, but when logged in and creating a site on the front end (mydomain.dev/sites/create/) a Fatal Error now occurs:
Fatal error: Uncaught Error: Call to undefined function bp_blogs_get_subdomain_base() in /app/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php on line 1080
Appears regardless how the following settings are checked:
– Logged in users may register new sites.
– Both sites and user accounts can be registered.This error did not come up in 2.7.4. Reverting back to 2.7.4 resolves the issue. Not certain this is an actual bug or random? What else can I provide?
Thanks,
PattyTopic: Missing buttons
Profil and Groups BuddyPress
There is missing some buttons and appearing only then direct the cursor. How can I customize it?How can I use the Twenty Seventeen style sheet with my current site? I am running Buddypress 2.8 with the Avada 5.0 theme. Avada does not style the Buddypress pages by default so I did my own custom CSS based off the default styles. I’ve notice the new Twenty Seventeen style sheet has responsive menus so I’d like to use that as my starting styles. How would I make Twenty Seventeen styles load as default?