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

    Hi Joseph,
    Thank you for posting.

    can you please visit Settings->BuddyPress->Settings on the sub site and see if cover upload for group is enabled. It seems to be working fine for me.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: Mediapress Activity notifications #11995

    Hi Andreas,
    I will be pushing it. We have a lined up release of MediaPress and that’s why it has been deleayed.

    There are a few small issues that needs to be fixed in MediaPress, I have been hoping to release it for last 2 days but still need some more time. I am hoping that I should be able to do it today. Asap I am done with it, The comment Notifier will be available within 2 hours.

    For wall Photo Gallery- Do you suggest using user’s name before the gallery name on the directory page? or do you have a better suggestion. We do need to create a wall gallery for each user when they upload.
    Since the creation is automatic, we named it Wall Gallery.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: Image resize in buddypress activity #11994

    Hi Nagarjun,
    Welcome to BuddyDev.
    Is it about MediaPress uploaded image?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386

    Hi Beuza,
    It needs some time as I still need to check if simply moving tabs will work or we will have to filter at other places.

    Since it needs significant time(anywhere between 30 mins to 1 hour), I will need atleast a few days. As soon as I am done with my current priority(MediaPress release), I will work on it and help you. I am hoping to hope you with it by Sunday.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: [Resolved] Users can't download media #11986

    Hi Dani,
    Thank you. I am sorry I was not able to push a release of MediaPress. I am working on a release today (It may come little late today but I am dedicating whole day for it), I will let you know after that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386

    Hi Herver,
    Please use backticks(`) to post the code here.

    1. No conflict with Force Profile. It does have a bit of that plugin but both will work.
    2. You will see this code

    
    bp_set_member_type( $user_id, 'member_type_unique_name', $append ); // change it.
    

    Change it to

    
    bp_set_member_type( $user_id, 'student', $append ); // change 'student' with your own unique name.
    
    

    3. Sorry, this code does not cover that. I am not sure what you mean by switching membership. I thought your goal was to set the member type when avatar is uploaded & required fields completed.

    4. I haven’t added the code for showing the notice. You can use the method ‘has_required_field_data( $user_id)’ to check for it and show the message.

    If you want me to add it, please let me know and I will add it.

    Also, if you are not comfortable with the code, please post me the message and the member type name and I will update it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: Personalized type of user profile #11979

    Thank you for the update.
    I am looking forward to it 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25386

    HI Herve,
    My apologies for the delayed reply.

    Here is the code
    https://gist.github.com/sbrajesh/238153f70f770f957fd1c4b2ba60be77

    you should put it in bp-custom.php

    Please make sure to update the set_member_type() method with the actual member type.

    I haven’t tested it but it should work. I hope you can extend further in any way you want.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386

    Hi Tabitha,
    Welcome to BuddyDev.

    Please visit Dashboard->Forums and on the list of forums, please hover over the “Edit” link. You will see a url like this at the bottom of your browser.

    https://Yoursite.com/wp-admin/post.php?post=6&action=edit

    The value of the post, e.g 6 in this example is the forum id.

    Hope that helps.

    Regards
    Brajesh