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: 25494

    Hi bonga,
    I am sorry for the inconvenience.

    Which theme are you using? Also, which template pack is enabled. Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Automated Cover Images per Member Type #23870

    Thank you Mike. I will put a filter for the same.

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Brian,
    I am sorry. We will not be able to add user to user blocking functionality(like providing a block button) in this plugin as moderation/reporting and blocking are different things.

    If you are looking for blocking when a user reports other user and automating the process of blocking from message, unfriending etc then it is coming in future version.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Branded login support #23868

    Hi Tosin,
    Branded login does not use ajax to handle login. You do not need to add a loading icon. That will not make any sense as the complete page is reloaded on click without any delay.

    If you still want to add the loading indicator, please feel free to use any loading icon and hide them by default. Use a javascript snippet to make them visible when the button is clicked.

    PS:- In future, Please start a new topic for new questions/support request. That helps us keep the support forums more organized(and searchable for others looking for the same thing).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Vivek,
    Hope you are doing well. Please upgrade to 1.2.3 and you can use the shortcode
    [bpmts_report_button] for adding a button.

    https://buddydev.com/plugins/buddypress-moderation-tools/

    By default, it ads the report button for the current post. You can use the following options to customize it.

    label:- Change the button label. Optional. default is ‘Report’.
    item_id:- numeric item id. Optional. Default is current post id.
    item_type:- registered item type. optional. Default is current post type.
    context:- Any meaningful context. Optional. default is current post type.
    context_id:- Any id to help make sense of the context. Optional. default is post id.

    Hope this help.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Request for password on account deletion #23857

    Hi Tosin,
    Thank you for the idea. I do like it.

    I did check the BuddyPress settings template and I don’t see any way(unless using js) to inject a field for entering password.

    That means, the settings template will need to be modified by the user. That’s why a generic plugin is not feasible currently.

    I and my team will be glad to post a blog post about it and share how to accomplish the same using some code(with how to modify settings page).

    Will that work for you?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Chris,
    Thank you.

    You did not do anything wrong. There was a css selector needed to trigger the form and I added it on Settings->BP Ajax Registration Settings->Login tab(you will see the new selector there in the text area).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Image not displaying in Group Post #23855

    Thank you David.