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
    Brajesh Singh on in reply to: [Resolved] Mediapress #24282

    Hi Jennifer,
    Both the images are same.

    I am still not sure of the question. Can you please link me to your second image/screenshot?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Multi-Network/Xprofile Conflicts #24281

    I will suggest saving the components and retying field group creation.

    That should work.

    I haven’t tested with non network active BuddyPress but I do not foresee any issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Andres,
    When you create Xprofile fields in Dashboard->Users->profile fields, you are adding form fields.

    When someone fills(enters data) in those fields, it becomes visible on their profile.

    In other words, to be visible on someone’s profile, the person needs to enter data for each of these fields.

    I hope it clarifies.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] BuddyCommerce with subscriptions #24278

    Hi,
    Thank you for the details.
    I checked.
    It seems the following css is hiding the details

    
    .shop_table_responsive {
        display: none !important;
    }
    

    It is shown in the autoptimize concatenated css.

    You will need to find the source and remove it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    The profile fields will be visible once you add data for them. BuddyPress only lists fields which has data.

    Please visit the Profile of a user and the “Edit”. Fill the data and save. Now the fields will be visible.

    Also, if you are sharing any NSFW image, Please warn in post. It will help other members here.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi
    1. Will do.
    2. The problem was you had overwritten the default landing tab “Home” without creating sub tabs(Actual content). You had only created Parent slug.

    I simply unchecked it and it is working now.

    3. The sitewide activity widget can not be used to list all activities of all groups of a user.
    It can either show all sitewide activities(scoped by some component) or usr’s personal activity.

    On group page, I am guessing that BuddyPress set the scope to current group and that’s why it worked. It was not the expected behaviour.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Member Type not saving on Register Page #24265

    Hi Martin,
    Please upgrade to 1.0.8 and you can use code like following

    
    add_filter( 'bp_xprofile_member_type_field_default_type', function( $type ) {
    	return 'student'; // change with your member type slug.
    });
    

    yo select default member type.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Thierry,
    Thank you. It will need a dynamic url with nonce. I am going to push an update to ajax registration plugin and will post the code for it then.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Thank you.