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: 25365
    Brajesh Singh on in reply to: [Resolved] Buddypress Plugin #36099

    Hi,
    No. It is not publicly available yest. Let me consult with my team and get back to you tomorrow. We may bring it earlier instead of waiting for out theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Buddypress Hashtag plugin #36098

    Hi Mike,
    Thank you for the question.

    We have completed the design and basic it is being converted to html/css right now. I am expecting at least 12 -16 weeks.

    The goal is to bring functionalities comparable with the BuddyBoss platform to BuddyPress as well as our theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    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: 25365

    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: 25365

    You are welcome.

    I am glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    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: 25365
    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: 25365
    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: 25365

    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: 25365
    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