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: 25392
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] Counters in Activity Nav’s #43335

    Hi Carsten,
    You are welcome.
    Yes, there are counters(span) in ac activity but BuddyPress hides them using css. Your theme should have it hidden too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: BuddyPress XField Type – Headers #43334

    Hi James,
    Thank you.

    The problem is BuddyPress/BuddyBoss only lists fields which has some content for that user.

    If we achieved that by saving field data when profile fields are updated for user, It will still not work. The field does not have any control over the layout of the row.

    As far as I see, To achieve this kind of experience, a co-ordination between theme and field will be required. It is not feasible to have it as a generic field available for now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] Counters in Activity Nav’s #43332

    Hi Carsten,
    There is a conflict with your theme.

    It seems some kind of media query is affecting that. Does your theme support BuddyPress? If yes, Please reach out to them for support.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Nitin,
    You are using correct function for fetching friends. The “friends_get_friend_user_ids” will give an array.

    We lack experience with Formidable Form. I will suggest posting on their forum to get assistance.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Relationship between Member Types #43330

    Hi Nitin,
    For the question

    can allow friendship requests only between Institutes and practitioners.

    Yes, you can with this plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Ben,
    Welcome to BuddyDev.

    That is expected behaviour of the Activity Plus Reloaded plugin. It is a fork or Activity Plus plugin which allowed uploading from activity screen and the files are not saved as WordPress attachment.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Sven,
    Thank you.
    I was using their free plugin. I did not see it there.

    I am glad that they are looking at it. Hope they will be able to resolve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Rob,
    Thank you.

    1. Please add the following css

    
    .bbp-topic-tags + .bbp-template-notice.info{
    	
    	display:none;
    }
    

    2. You can put the following code in your child theme’s functions.php or in wp-content/plugins/bp-custom.php

    
    add_action( 'bbp_template_before_single_topic', function() {
    	if ( function_exists( 'the_views' ) ) {
    		the_views();
    	}
    }, 100);
    

    That will show the view count at top for the single topic.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Buddy User Circle “Follow Button” #43317

    Hi James,
    hope you are doing well.
    just following on this. we will have an update early next week which will resolve it.

    Regards
    Brajesh