BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55690

    Hi Claire,
    Thank you.

    Please use this and let me know if it works or not?

    https://pastebin.com/raw/4ZtiJN6x

    You will need to replace the old code with it. It has your tabs slug hardcoded. Please check it if it is causing 404 on pagination.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099

    Hi,
    Try adding the following code to your functions.php or bp-custom.php

    https://gist.github.com/sbrajesh/ed8298d085f6b58e1838f6f4db97d877

    It would add a “Link” text to each post and clicking on it, users can access the permalink.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Multiple Uploads on Mobile #55688

    Hi Russel,
    Thank you for the suggestion.
    I appreciate it.

    We have done it intentionally due to limitations of platform(not having uniformity on allowing file selection for ios/android etc).

    We do not plan to add it as it creates broken experience with the current uploader(in 2.0 branch, this is not an issue).

    I will suggest using the filter mpp_upload_default_settings to filter and override.

    Regards
    Brajesh

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

    Hi,
    Welcome to BuddyDev.

    It is certainly doable. How to do it will depend on theme/template pack you are using.

    You will need to do the following:-

    1. Load a js file like ClipBoard.js – https://clipboardjs.com/
    2. Inject the button for copying (most of the time using bp_activity_entry_meta action)
    3. Enable the copy

    There is a minor issue that you will face when new activity is posted on current page, you will need to activate this copy js again for that specific activity.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55680

    Hi Claire,
    Thank you for the reply.

    1. I was able to change pagination url by filtering on bbp_get_topics_pagination_base. The problem is it does not work with default tab and passing the complete base url(hardcoded) may have trouble with canonical redirect(for some reason, that was not the issue on your site). I can share the code where you might have to update 1 line with your tab/sub tab slug(e.g. /forums/mes-discussions/) and it should work.

    We do not have a direct channel with BuddyBoss currently. From the past client experience, we find it faster to resolve issue on our own when feasible to save time. You may approach them if you have a valid license and check their feedback for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099

    Hi,
    Thank you for using the plugin.

    I am afraid, this is some custom code outside our plugin doing it.

    the only time we set the user preference automatically is on user_register action. It is used to set the default preference as defined in settings.

    Otherwise, a user needs to change the preference manually, we do not update any preference(search for calls to update_user_meta and you will see it).

    I will suggest looking into your custom code to check if you are settings the privacy to self on some actions.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55676
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55675
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25099

    Hi,
    Thank you for using the plugin.

    1. Have you installed and activated it?
    2. If Yes, Please visit dashboard->BuddyBoss->Profiles and click on “Add New Field” or edit field and you will have all the field types available from the “Type” drop down at the bottom.

    Hope that helps. If you need further assistance, Please let me know.

    Regards
    Brajesh