Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi David,
    Thank you.

    That condition is to avoid logging out the user if the user is site admin(or if you are adding custom code to allow other users having the option to deactivate other user’s account).

    I hope that you were most probably logged in as admin while trying to deactivate account. is that correct?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Sam,
    Thank you for opening the topic.

    1. Updating the label:- That is expected as the plugin does not check for the value of the label. It checks for whether you have enabled overwriting using update label.

    Count for existing tabs is an issue and I have been looking at this. BuddyPress does not store count as structured data, we may use regular expression to extract it is still in infancy. Yes, I do plan to experiment and see if we can make it work.

    2. It can be done. Based on a few members suggestions, I have started working on how to provide dynamic url section(where the slug for displayed user is replaceable). I am adding it in our this month’s last update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    No problem. Nothing to apologise.

    Thank you for clarifying though 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Warren,
    Welcome to BuddyDev forum and thank you for the suggestion.

    We will consider adding it in future. For now, I can assist you with the sorting.

    BuddyPress Member Types are just ‘terms’ and if you are on WordPress 4.9+ there is a hook available ‘wp_get_object_terms_args’ that allows us to modify the args for the retrieval of the terms.

    We can order by ‘name’, ‘slug’, ‘term_id’ and a few more options.

    Please let me know how do you want it to be ordered(based on which parameter) and I can assist with the code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Accessing LOGIN and REGISTER pages #13194
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Access Register page when logged in #13191

    Hi Shelly,
    Even though WordPress does not allow editing login page, there is a way using plugins.

    These two may help
    https://wordpress.org/plugins/login-customizer/
    https://wordpress.org/plugins/tesla-login-customizer/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Shelly,
    I will ask my team to test it for you and then will post back here.

    Will that work for you?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Accessing LOGIN and REGISTER pages #13189

    Hi Shelly,
    I am assuming that you are trying to edit the page using a page builder? BuddyPress will not allow access to Register/Activation page while you are logged in(On the front end). You can still check the page in the backend.

    Please do know that most of the customization will not work as they are not normal pages. You will either need to use custom template or css to modify it.

    About wp-login.php:- It is WordPress which will not allow a logged in user access to this page. But you can customize this page in one browser and use another browser for checking the customization.

    That is what I can suggest.

    PS:- You can remove the sidebar from the register page by visiting Dashboard->Pages->register Page and clicking on edit. After that, selecting Single column layout will remove the sidebar.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    🙂