Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 1 through 25 (of 578 total)
  • Author
    Search Results
  • #335581
    kirstendrennan
    Participant

    To edit the BuddyPress registration page, you’ll need to customize the template file directly, as it doesn’t appear in the WordPress Pages menu. Go to your WordPress theme’s folder (preferably a child theme) and navigate to buddypress/members/register.php. If the buddypress folder doesn’t exist in your theme, copy it from the BuddyPress plugin’s directory (usually wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/). Once copied, you can modify register.php as needed, adding custom fields or adjusting the layout. Remember to back up your changes to avoid losing them during updates.For more details visit fintechzoom.com

    michellelau
    Participant

    Hi

    I have a big problem. All my buddypress pages (members archive and other buddypress pages) is having the logged in user call name as heading. Please see image here
    https://www.dropbox.com/scl/fi/ifkurq9g1i9ppk8krq4gg/change-menu-title.JPG?rlkey=wyh7rryfffucyk4wac10jkfqk&st=9xrhh9td&dl=0
    How to change this?

    All the best

    Michelle

    #334987
    Venutius
    Moderator

    I think best practice really depends on your target audience and what features they may expect or desire from their profile.

    One of that main profile customisation features provided in BuddyPress is the ability to “overload”, a profile template file, replacing it with your own customised version. This is a simple way to add your own features to the profile pages.

    However, overloading a page means any updates to it in future by BuddyPress would need to be manually added to your overloaded page, so this method, although simple, is not the only way to add custom features to profile pages.

    If you look in the plugins/buddypress/templates directory, and investigate the templates in, for example bp-nouveau, then you can see there are a lot of action hooks you could use to add further content in specific locations in each page.

    This second method allows you to keep the BP provided templates unchanged, but still add the content required.

    The most configurable profile I ever created was for a social networking community that wanted the user to effectively create their own theme for their profile pages. So I built the following additional plugins for the site:

    1. a theme specific plugin that allowed the user to fully customise their profile colour scheme.
    2. A custom header plugin that allowed the user to select their own header image.
    3. Similarly, a custom background plugin.
    4. My profile home and sidebar user widgets plugins to allow the user to add their own content into their profile pages.
    5. Menu customisations to bring all these customisation options into a single location, and remove/simplify them in other places.
    6. Integration with the overall blogging platform – providing the user with areas where they can showcase their own blogs, and also allow them a variety of options as to who those blogs are shown to.

    Those are just a few main examples as to the possibilities, but most of them do require some form of coding.

    #334978
    #333973
    Mathieu Viet
    Moderator

    Hi Hana (@arjani1)

    I just tested with latest WordPress (Twenty Nineteen theme) & only BuddyPress 12.4.1 as the active plugin and I can’t reproduce your issue, see screenshot below:

    User's account

    – There’s an avatar in the header
    – The menu to change avatar is available & behaves as expected.

    So to me it’s not relative to 12.4.1.

    #333900
    angelinajaade
    Participant

    I have the WordPress Creator Plan.

    In left side menu under ‘Users‘ there is ‘Member Types‘.

    Clicking on ‘Member Types’ opens this (screenshot) page and this is my setup with created Member Types: Screenshot .

    The plugins I have active are:
    – (BuddyDev) BP Auto Login on Activation
    – Activity Pub
    – Akismet
    – BP Auto Group Join
    – BP MPO Activity Filter
    – BP Profile as Homepage
    – BuddyPress
    – BuddyPress Username Changer
    – BuddyPress Xprofile Custom Field Types
    – Crowdsignal Forms
    – Crownsignal Polls & Ratings
    – Gutenberg
    – Imsanity
    – Jetpack
    – Jetpack Boost
    – Kirki Customizer Framework
    – Leira Letter Avatar
    – Link Page to Groups
    – Page Optimize
    – rtMedia for WordPress
    – WordPress.com Editing Toolkit
    – WP Headers And Footers WP User Login Notifier
    – Yoast SEO
    – Youzify

    I have disabled Youzify and BuddyPress Xprofile Custom Field Types to see if they made the Member Types possible to create but no.

    Thank you for your patience.

    #333426

    In reply to: URL issues

    fatdogstudios
    Participant

    I have a similar issue. After plugin updates, the activity page url often stops working.

    To get around it I have to add “-3” to the end of the activity page url, and then create a redirect as we have urls going to the activity page in our menu. It works for a while, but eventually stops working. When this happens, I change the url back by removing the “-3” and remove the redirect.

    I need to change the members url as well by adding “-3” to the end of it, or removing it depending on which url is working.

    This typically only happens after running plugin updates. This last time a plugin auto updated and we lost our urls. wpmudev. I’ve turned off auto updates so I can keep an eye on things, but it would be good to know what’s causing this.

    I have the latest version, and BP classic, also the latest version. WP and everything else is kept up to date.

    Thanks

    1. Which version of WordPress are you running? latest

    2. Did you install WordPress as a directory or subdomain install? installed at /

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? always up to date.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes

    6. Which version of BP are you running? 12.3.0

    7. Did you upgraded from a previous version of BP? If so, from which version? yes. using BP for over 5 years. kept up to date weekly.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? too many to list…

    9. Are you using a standard WordPress theme or customized theme? custom

    10. Which theme do you use ? Thrive

    11. Have you modified the core files in any way? no

    12. Do you have any custom functions in bp-custom.php? no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? not running bbPress

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress autoindex error happened around the time a plugin auto updated, which I suspect caused the url change. The plugin was wmpu dev, but other updates cause this as well. error references public_html/.well-known/. not sure if this is related.

    15. Which company provides your hosting? liquidweb

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? alma linux

    17. Which BP Theme are you using?

    18. Have you overloaded any BuddyPress template files. no

    19. Any other site customisations that might have a bearing on the issue? Not that I know of.

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. New Template/Nouveau Template

    #333418

    In reply to: URL issues

    exxxxxodus
    Participant

    Worse for me.

    I have a problem installing BuddyPress from a “fresh” installation of WP. The WP installation works correctly, nothing to report. I go through the plugins admin page and search for buddypress, download it and install it and activate it. No error message, installation seems to work. I have the additional menu items including the URL slug management page. But none of the pages work, all fall to 404. Even if I change a slug for a custom one and save. Nothing works.

    The only particularity is that the initial installation of WP is in French. But even if from this “fresh” installation in French I revert WP to US English, nothing happens, none of the slugs work!

    1. Which version of WordPress are you running?
    6.4.3

    2. Did you install WordPress as a directory or subdomain install?
    Main domain install : http://www.sudnat.be

    3. If a directory install, is it in root or in a subdirectory?
    in the root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    not relevant, new WP install

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    yes

    6. Which version of BP are you running?
    12.3.0

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No, fresh install

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    None

    9. Are you using a standard WordPress theme or customized theme?
    Twenty Twenty-TwoVersion: 1.6, no customisation

    10. Which theme do you use ?
    Twenty Twenty-TwoVersion: 1.6

    11. Have you modified the core files in any way?
    no

    12. Do you have any custom functions in bp-custom.php?
    no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    not running bbPress

    14. Please provide a list of any errors in your server’s log files.
    I have the additional menu items including the URL slug management page. But none of the pages work, all fall to 404. Even if I change a slug for a custom one and save. Nothing works.

    15. Which company provides your hosting?
    ovh.fr

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Apache

    17. Which BP Theme are you using?
    BuddyPress Nouveau

    18. Have you overloaded any BuddyPress template files.
    no

    19. Any other site customisations that might have a bearing on the issue?
    no

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
    New Template/Nouveau Template

    #333416
    exxxxxodus
    Participant

    Hello, I have a problem installing BuddyPress from a “fresh” installation of WP. The WP installation works correctly, nothing to report. I go through the plugins admin page and search for buddypress, download it and install it and activate it. No error message, installation seems to work. I have the additional menu items including the URL slug management page. But none of the pages work, all fall to 404. Even if I change a slug for a custom one and save. Nothing works.

    The only particularity is that the initial installation of WP is in French. But even if from this “fresh” installation in French I revert WP to US English, nothing happens, none of the slugs work!

    – BP Version 12.3.0
    – WP Version: 6.4.3
    – No extra plugins (only BP)
    – No extra feature added in BP (only the default features)

    Any help ?

    #333141

    In reply to: Help with labels

    thinlizzie
    Participant

    Hi Varun

    The code snippet does not work for me.
    The Friends label does not change, neither in the Friends component nor in the Buddypress user account menu (top right on screen)
    Snippet added with Code Snippets plugin.

    Could you advise please?

    #333111
    mayawi
    Participant

    Hi,

    I am building Intranet and using BuddyPress so all employees have profile page. I need to disable the password change. We integrated OneLogin to the Intranet site so employees only have access through that and I don’t want them to change their password from the Intranet.

    My other question how do I access the Navigation menu of the BuddyPress to change order or disable some items?

    Thank you for your help.

    May Fathallah

    yatesa01
    Participant

    There seems to be a bug in the expected behaviour of the sorting of friendship lists and friendship request lists. When a user visits their friendship list or request list, even though the drop down sort menu shows that it is set to “alphabetical” the actual sorting is “last active.”

    To switch it to “Alphabetical” the user must first change it to “last active” before changing it back to “alphabetical.” But this is only a temporary fix–after a reload of the page, it goes back to sorting to “last active” regardless of what the drop down menu says it is doing.

    I don’t know if this has been an issue for a while, or if I’m just noticing it. I have BuddyPress 12.2.0 installed on WordPress 6.4.2, along with the BuddyPress Classic plugin activated. I am using BuddyPress Nouveau with the Astra theme.

    Today while trying to solve a different issue, I used the BuddyPress tools, “Repair total members count.” and “Repair member “last activity” data” which then reset everyone last activity status to “Not Recently Active.” I thought everything was fine, but then within an hour or two we started getting reports from our members about them not being able to see their friends list or find friendship requests.

    As I said, it is possible that this has been the case for a while, but since it was a newer install, everyone who was requesting or accepting friendship connections was by definition recently active. Now that their last active status has been reset, though, it has become quite apparent and is causing a great deal of confusion as people try to find their friends or can’t figure out why they aren’t seeing their friendship requests.

    #332315

    In reply to: BuddyPress 12.0.0

    nktine
    Participant

    Hello sorry for that but problems also on my side

    When upgrading to BP12

    1.I get a critical error if i try to change slug
    2. when i try to access a link i got https://xx.org//membres-xx/userxBP_SETTINGS_SLUG
    (same with BP_FRIENDS_SLUG, BP_GROUPS_SLUG, BP_MESSAGES_SLUG , BP_SETTING_SLUG) <== think this is due to the template custom menu..

    (template use Grimlock)

    i use :
    BP Classic
    BP Maps for Members
    BP Profile Search
    BP xProfile Location
    BuddyPress Docs
    BuddyPress Extended Friendship Request
    BuddyPress Group Chatroom
    BuddyPress Group Email Subscription
    Sélectionner BuddyPress Member Type Generator
    BuddyPress Message Attachment
    BuddyPress Profile Completion
    BuddyPress Xprofile Custom Field Types

    (yes a lot of them but if it work form me it work for all 🙂

    Thank for your work and your help

    #332268

    In reply to: BuddyPress 12.0.0

    Mathieu Viet
    Moderator

    @gbordormor22

    About documentation: I agree with you. Writing what we need to do is nice. It would be even greater if you could take another step: contribute to it 😅.

    We’ve tried to get contributors to help us twice to update https://codex.buddypress.org unfortunately we were not able to get enough people to help us.

    For this particular release, we’ve made a big shift and I personally took the time to write docs about the effects for users as I wrote into the announcement post. You can read it here: https://github.com/buddypress/buddypress/blob/master/docs/user/administration/README.md

    Problem is: being in the code makes you miss important things for users. The fact we now uses the URLs BP settings tab instead of the WordPress pages we used before to set BP directory slugs and titles does not seem to be too difficult to find to me. I see reading your and some other replies it’s not that easy.

    Adding directory links to WP Menus hasn’t changed that much, here’s a direct link to the doc: https://github.com/buddypress/buddypress/blob/master/docs/user/administration/navigations/README.md

    #331715
    AWOL
    Participant

    @imath,
    Thank you for your response and apologies for my tardiness – I had no idea that the Discussion settings had any impact on Buddypress Activity but you are correct, this was what was causing the issue. Is this documented anywhere in the Buddypress docs/codex? I made the mistake of assuming that Buddypress activity was a separate entity to the blog posts and comments but obviously it isn’t, so do all the other Discussion settings impact it as well? I can obviously test myself but if there is any resource on this that would be very useful.

    Regarding the BP Classic issue, thank you, although I have now made a significant design change and workaround so I don’t think it will impact me any more, and that also applies to the issue I reported with the nav menu highlighting, although that will impact others. Basically I have created a custom Members directory page on a WP page so that when that is a sub menu item of Activity any visit to a Profile page does not highlight the Activity menu item as was happening with the standard Member directory. Also from my testing I have not encountered any issues that will require BP Classic to be activated, and if I do I will probably devise another workaround.

    Good luck with preparing to launch the release of BP 12!

    #331162
    AWOL
    Participant

    Hi again @vapvarun,
    Sorry to say that BuddyX is a disappointment – it is nowhere near as flexible as Blocksy, for instance you can’t adjust sidebar width, you can’t have the sidebar at the top on smaller screens, you can’t move the menu, the header is also less useful and many more things that I have discovered in just a few hours. Also still the same issue with buttons not consistently styled, and no options to style forms, tabs etc. I honestly think it would be just as much work trying to get the consistent styling that I want as it is now with Blocksy, but with less flexibility in getting the design I want. The problem derives from Buddypress though rsather than either theme in terms of the styling because BP uses so many different classes for things that could be grouped. My only ultimate solution is to eventually grasp the nettle and completely rewrite all the relevant templates, but I simply don’t have time now, and with all the changes in the pipeline it might prove wasted effort as well.

    #330817
    Mathieu Viet
    Moderator

    Hi @awol

    Thanks a lot for your testing and feedback.

    About the CSS override: you need to put the buddypress.css & buddypress.min.css inside the /wp-content/themes/your-child-theme-name/css folder. I just tested with a Twenty Nineteen child theme and it behaves as expected.

    About the WP Nav Menus we use for the logged in user BP links, the issue is fixed into our development version, it will be included into our 12.0-beta2 release.

    As I’ve explained here, 12.0.0 no longer uses regular WordPress pages as the directory page of a BuddyPress component. You’ll see a “BuddyPress Directories” section into the Customizer UI to manage menus. If you use the regular Admin screen, you’ll need to activate the “BuddyPress Directories” checkbox into your screen options > See the screenshot above.

    #330816
    AWOL
    Participant

    Hi @imath,
    I don’t know if one of the below might be related to what @vapvarun posted, but in my early testing of 12.0.0-beta1 (with latest WP and using Blocksy theme and Nouveau) there are a few things cropping up; firstly I don’t seem able to customise the css by duplicating Nouveau’s css in my Blocksy child theme folder, either inside a buddypress folder or just in the child theme folder, and can only achieve changes in my child theme’s style.css (I suspect this is unrelated to the new Buddypress but I haven’t yet tried it with Legacy); secondly, it doesn’t seem possible to add a main menu link to the currently logged in user that is visible at all times – I have created a custom link but it only appears in the menu when viewing the various sections (i.e. Profile, Activity etc); thirdly, I was struggling to add a sidebar to any of the BP pages, even though my default Blocksy setting is for each page to have one, and discovered that (in Blocksy at least) in Customizer it is counting BP pages as Blog Posts, whereas intuitively I would have thought this should be set in the BP specific sections, and without extensive css work means that Blog Pages and BP pages will always have to be the same. Are you considering adding/improving what can be done in the Customizer at some point? I have found I have to make an awful lot of CSS edits anyway to get BP to match my colour scheme and preferences in previous versions of BP and it would be a huge boon if at least some of this can be achieved with the Customizer settings (or a settings page in the plugin). BP has never followed my theme defaults, but I don’t know if that is because of the theme (and the two standard BP templates) I use or if it is like this for everyone.

    #330782
    Mathieu Viet
    Moderator

    I forgot to mention that, in order to add a BuddyPress directory page into a WP Nav Menu, you now need to activate the “BuddyPress directories” menu type from the WP Admin Menu Screen options. See screenshot below:

    WP Menu Admin screen

    We’ll document this change inside our User Docs.

    #329829
    eluyawi
    Participant

    I have created a new menu called DATA, then when I visit my profile, my MENU appears (DATA, MESSAGES, NOTIFICATIONS, SETTINGS, ALERT) but I don’t know how to hide my new menu called DATA, for the following options:

    (a) when I visit a new user profile.
    b) when other users visit my profile.

    Do you know what kind of functions I can use and what files I have to change in BuddyPRess?

    Lars Henriksen
    Participant

    Hello

    I use the BuddyX theme, and hide the WordPress menu for my users.

    Is there any way to let users change email via the Buddypress user menu?

    Thanks,
    Lars

    webmark487
    Participant

    Hi!

    How can I hide the BuddyPress “Profile Fields” menu entry (in the WP backend) for non-admin users?

    https://pasteboard.co/osvfH8ty1JYk.jpg

    They should not be able to make changes there.

    Thx in advance and best regards
    Markus

    invadergames
    Participant

    Hello everyone,
    I’m wondering if it’s possible to change the menu icons for custom links using BuddyPress?
    If so, how would one go about that?
    I’ve done a bit of searching but can’t seem to find the answer.

    I’m using the latest wp/bp installation.

    Thank you in advance

    Example

    vera1993
    Participant

    Hello everyone!
    I have a problem with my BuddyPress SetUp and hope someone here can help me.

    I set up a members area on a website months ago using BuddyPress. Everything worked fine.

    However, since a few days it is no longer possible to log in and access the content. The login status is basically not recognized, even if I am logged in I see all content as if I were a logged out user.

    Examples:
    Previously, after logging in, you were redirected to your own BuddyPress profile. Now I get redirected to the WP user interface.

    Even if I call groups directly, the group page is displayed to me as if I were not logged in and asks me to join the group to see the content (while I am actually logged in to WP as admin).

    Also the login / logout button does not work anymore.
    I can log in on a login page. Previously the menu then showed Logout as an option instead of Login. Now when I log in the status in the menu always stays on “Login”. Basically it is not possible to view the site as a logged in user.

    So far there have been no problems with this. All plugins are up to date.
    Nothing was changed in the website settings between the normal state and the occurrence of the problem.

    Has anyone had similar experiences before?
    I’m at a loss…

    I would be very grateful for support, ideas and help!
    Maybe you have somd ideas regarding the user login status?

    Kind regards Vera

    Translated with http://www.DeepL.com/Translator (free version)

Viewing 25 results - 1 through 25 (of 578 total)
Skip to toolbar