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: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Recent Visitors notification issues #30393
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Recent Visitors notification issues #30389
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Anonymous Plugin Not Working #30387

    Hi Spencer,
    Thank you.

    Yes, the plugin should work with “Boss”. If there is any issue, Please let me know and I will assist.
    We haven’t tested with “Boss” theme recently. We did test with their new “BuddyBoss” theme and it is working properly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Recent Visitors notification issues #30384
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Anonymous Plugin Not Working #30383

    Hi Spencer,
    Thank you for purchasing the plugin.

    Are you using it with Youzer?
    We do not support any integration of our plugins with Youzer. In past, we reached out to Youzer team via a client(and I was involved in the mails directly), but they do not seem to be interested in adhering to common standard or resolving issues.

    So, we have stopped any support for Youzer since January.
    https://buddydev.com/unsupported-plugins/

    Please let me know and I will issue a refund within 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Buddyblog error #30382

    Hi Hugo,
    Thank you for the reply.

    1. The option is not available the in plugin. We plan to add it in the next update.
    2. Please visit Dashboard->Settings->BuddyBlog and update the capability needed for backend editing. In future, we will remove it and replace with roles.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Issue with Profile Completion #30377

    Hi Rosa,
    I have checked the plugin with BuddyBoss and I did not encounter the issue. I had 2 non required fields and all remaining required fields.

    I was able to delete values from the non required fields without any issue.

    I have released an update of the plugin to force recheck of the completeness on profile update, avatar upload, cover upload. Earlier, if a profile was marked complete and even somehow they become incomplete(say admin marked another field as required), they kept being treated as complete.

    I am planning to force recheck on login as well in future.

    Please try the plugin and check again. It should work fine with BuddyBoss platform.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Carlos,
    Thank you for using BuddyPress Member Types Pro.

    The Member Type is a BuddyPress feature and offered from BuddyPress profile/registration screen.

    If you are creating a user as admin, my suggestion is to map “Role to Member Type form Settings->Member Types”.
    That way, when you create a user with role x, they will be assigned the associated member type.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Eri,
    Hope you are doing well.

    The option to control visibility of the left/right panels are only available in the Community Builder pro theme.

    For the free theme, you can put the following code in your child theme’s functions.php

    
    
    /**
     * Hide the right/left panels for Community Builder Free(In pro, you can control it from customize->Layout section).
     */
    add_filter( 'cb_panel_visibility', function ( $visibility ) {
    	return 'none';
    } );
    
    

    and it will hide the panels.

    Regards
    Brajesh