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: 25357
    Brajesh Singh on in reply to: BuddyPress Auto Follow plugin #30483

    Hi Lajuan,
    Thank you for the question.

    The plugin is 100% compatible with the BuddyBoss platform.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi,
    There is no font end management screen.

    The roles with moderator can view and manage reports in the dashboard.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: Moderation characteristics #30463
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Sucheta,
    Thank you for sharing the details.

    It seems to me that your theme lacks the template_notices action on profile pages.

    You can verify it by adding

    
    
    <?php do_action( 'template_notices') ;?>
    
    

    if using BuddyPress legacy template pack or if you have BuddyPress Noveau template pack enabled, you can use this

    
    <?php bp_nouveau_template_notices(); ?>
    
    

    and see if the notice is shown or not.

    We use BuddyPress’s API for adding notice. To render the notice, the theme needs to have the above snippet or a variant of it for Nouveau.

    Please let me know if that works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Linda,
    I am sorry but I am not sure what could be the issue. Will you be able to grant me temporary admin access(can create a temporary account and delete).

    I can quickly check, update and share the reason.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Mediapress Bulk Uploads #30457

    Hi Nik,

    Please make sure to uncheck “New Media added/uploaded.”

    Once you do this and if upload media from gallery screen, we keep a list of unpublished media for activity. When the owner visits manage gallery screen, we show them a notice and ask if they want to publish the memdia to activity.

    They can do it from there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Auto join groeps Auto List error #30456

    Hi Peter,

    Thank you for confirming.

    To be honest, we did not use any code or direct inspiration from the existing plugin. We decided to do it to complement what we started offering for user friendship (BuddyPress Auto Friendship pro).

    I am glad you found it useful and if it works the way the old plugin did. I will be checking them over the weekend to just be sure 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Linda,
    Thank you.

    yes, It is the quotes causing it.

    Please remove the quotes from the values and add again to make sure it is single quoted like ' and not backquoted.

    
    #buddypress .bp-settings-container .bp-navs #account-admin-visibility-mode:before {
        content: '\E90D';
    }
    

    Here is how it looks

    https://i.imgur.com/ywrX3nt.png

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Mediapress Bulk Uploads #30452

    Hi Nik,
    Now your users will get the option to publish media to activity. try visiting that gallery edit page after upload.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Linda,
    Please copy the css from the forum post. It will work. I am guessing, you might have copied for the email notification. That gets entity encoded and won’t work.

    For the WC4BP, Please contact their author.

    Regards
    Brajesh