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: 25490
    Brajesh Singh on in reply to: Having an issue with Profile Privacy plugin #36097

    Hi Kathy,
    I am sorry for the confusion.

    I have updated the settings on the staging site. Please try registering a new user account on the staging site and it will be listed in the directory now.

    Please use the same settings on the live site.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Kevin,
    Thank you for the suggestion.

    At the time of the plugin release, the concept of Group types was not available with BuddyPress/BuddyBoss.

    We will update the plugin in next 1-2 weeks with the group type option.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    You are welcome.

    I am glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: [Resolved] Buddypress Plugin #36089

    Hi,
    Thank you for the suggestion.
    we have it on our release plan.

    We have already re-written it partially and hoping to make a release announcement sometimes around our upcoming theme.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Having an issue with Profile Privacy plugin #36088
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Having an issue with Profile Privacy plugin #36083
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi David,
    Thank you for using the theme.

    In the free version, the default behaviour of BuddyPress applies while in pro, we are letting site admins decide if the want to truncate/add read more etc.

    You can disable truncation via code in the free version too

    
    // Disable activity content truncation.
    add_filter( 'bp_activity_maybe_truncate_entry', '__return_false' );
    
    add_filter( 'bp_activity_excerpt_length', function($length) {
    	return 1000;// number of characters to show by default in the activiyt excerpt.
    } );
    

    You can put these in your child theme’s functions.php

    In the pro version, these are available as settings.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Having an issue with Profile Privacy plugin #36080

    Hi Kathy,
    Congratulations on your launch.
    I am sorry for the inconvenience. Please link me to the site.

    Our plugin has a setting for visibility in members directory as well as for being searchable. These must be set to Yes to make the profile visible in the directory.

    Can you please check that is the case?

    regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: BP Profile Visibility Manager Problem with messaging #36077

    Hi Michael,
    I am sorry for the delayed release. It is available now.

    Please upgrade to 1.8.6. It will not exclude any users from message compose box auto complete.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Question about Tabs Creator #36076
    This reply has been marked as private.