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
    Brajesh Singh on in reply to: Slow as slow can be, on a prelaunch unloaded site #42859

    Hi Evan

    Welcome to BuddyDev support forums.

    which software you are referring to? I don’t see any of our software having that specification.

    Please provide context.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Allow users to hide some tabs from profile #42851

    Hi Nitin,
    Thank you for the question.

    This is doable but there is pre-made solution for this. Most probably you are adding tabs using custom code. All you need there is to check using xprofile_get_field_data( $field_name_or_id, $user_id ), the user preference and add tab accordingly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Simon,
    You are welcome.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi,
    Thank you for the question.
    At the moment, there is a difference in feature parity between BuddyBoss and BuddyPress and that makes it difficult to switch back.

    Since you need to migrate data for media, there is no importer available currently. This is certainly doable though.

    Please get in touch via our custom services page with more details
    https://buddydev.com/buddypress-custom-development-service/

    and we will be glad to assit.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi,
    Is there any chance that you updated some other plugin which directly or indirectly affects member type.

    From the screenshot, you are setting friendship based on member type. There are 2 possible reasons for it to not work:-

    1. The member type for user is set at a later point and it not available on the action ‘user_register’ priority 10.

    2. Or some plugin is calling a redirection on/before ‘user_register’ priority 10.

    Do you have a staging site? If yes, Please setup it with test gateways(dummy payment gateways) and provide us access to dashboard/ftp. We can debug it there and provide a solution as well as the details on what was happening.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Slow Upload #42841

    Hi Lisa,
    Hope you are doing well.

    I am sorry, the updating is taking time. we will be needing another 3-4 weeks before the release of this plugin.

    We are changing the internal data model for the plugin and it is not yet ready for the use. Sorry to keep you waiting for this feature.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Rob,
    Thank you for the reply.

    I am sorry, both the functionality are offered by 2 thirdparty plugins and the authors of those plugins are in better position to make it compatible.

    I will suggest requesting bot of the plugin authors and see if anyone of them is able to assit.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Conditional Profile Fields for BuddyPress update #42839

    Hi Bakhta,
    Thank you for the reply.
    I am doing well.

    I am sorry for the delay. A few decisions are causing me a lot of trouble and I might be going for a slimmer release instead of the features I have wanted to have in the plugin. Please bear with me for couple more days.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Field for iframe #42837

    Hi,
    Thank you for purchasing from us.

    At the moment, we have escaped all field types and this may not work. Please allow us 2 days and I will add a html as well embed field(for iframe).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: export data of users within a specific group #42836

    Hi,
    Thank you for the question.
    I had a look at that plugin.

    It does not offer a hook to allow filtering the users list as custom user ids.

    You can still override that plugin’s get_user_id_list() and return the group member count(there is a flag) and the group member ids and it will export for that specific group.

    Are you comfortable with php? I am not seeing a ready to use solution currently.

    Regards
    Brajesh