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
    Brajesh Singh on in reply to: Clear Notifications plugin: Boss compatibility #27056

    Also, you may want to use the BuddyPress Notifications widget. That provides a widget for listing/clearing the notifications on the front end.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Clear Notifications plugin: Boss compatibility #27055

    Hi,

    There were no posts by you here about it. I tried to look at it and you had contacted us via project request form(which should not have been).

    The plugin was/is compatible with the original Boss theme. Are you sure you are using Boss(the blue sidebar one) and not their new theme?

    I am not sure of the current status as they might have changed their theme recently. Please contact BuddyBoss support for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Woocommerce price variation by member type #27051

    Hi Tosin,
    Thank you.

    The Memeber Types pro supports multiple role. Even though WordPress supports multiple roles for a user, The default WordPress UI does not support it.

    So, I am not sure if it will be a good idea to have multiple roles for long term. Some innocuous profile update may overwrite the roles.

    Please think about the benefits/issues maintaining it and you go ahead with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Daniel,
    Please have a look at the BuddyPress profile completion plugin
    https://wordpress.org/plugins/buddypress-profile-completion/

    It may help.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Woocommerce price variation by member type #27044

    Hi Tosin,
    Thank you for the question.

    You can easily solve it using our Member Types Pro plugin.

    There exists plugins for Role based pricing. Using our member types pro, you can map member types to roles and use the existing plugins to resolve your issue.

    I do not think we need a plugin for member type based pricing as the role based pricing will serve the purpose.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Buddy Circles – Everyone in Circle #27042

    Hi Christian,
    Welcome to BuddyDev forums.

    Is there any plugin you are using which modifies the members loop or members list in some way?

    Please let me know I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    It is not a good idea to change it directly in the database. You should most probably consider moving host.

    still, you can the following sql inside phpmyadmin(assuming you have selected your current database)

    
    
    SELECT * FROM wp_options WHERE option_name LIKE 'comment_%'
    
    

    Please change ‘wp_’ with your actual table prefix.

    It will list all the discussion specific settings and allow you modify there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: bp_core_signup_user set a role #27036

    Hi Jennifer,

    You will need to activate an account(or the user will need to do so).

    You can activate using bp_core_activate_signup($key)
    The key is stored in the user meta using ‘activation_key’.

    If you are on non multisite, you can access this key and activate the user in your first function just before you are returning the result.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Changing slug name of "Gallery" #27035

    Hi Kyle,
    Welcome to BuddyDev forums.

    If you want to change the tab label, you will need to translate it.

    There are multiple ways to translate.

    A simple way to translate will be to use poedit.

    Please open “mediapress/languages/mediapress-en_US.po” in poedit.
    search for “Gallery %d
    and change that with your desired label.

    After that, Please save the file. A new “mo” file will be generated with the name “mediapress-en_US.mo”.

    Please move this file to your wp-content/languages/plugins directory. It will change te label(I have assumed your locale to be en_US, If it is different, Please change the last part to that specific locale).

    Another way to translate will be to use any of the translation plugins for WordPress and translate that string. That will work too.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: bp_core_signup_user set a role #27032

    Hi Jennifer,
    How does the user activate their account?

    The code applies role on account activation. Please let me know how it works and I will be able to assist.,

    Regards
    Brajesh