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: 25472
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi trolinof,

    Welcome to BuddyDev.

    Please allow me to check this today and get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Beuza,
    Sorry for the delayed reply.

    Are you using any 3rd party plugin for sending messages or is it core BuddyPress?

    Also, are you referring to New Message or new Replies?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: New Plugin – BP Add Post Updates to Activity #13220

    Hi George,
    Congratulations 🙂
    I have downloaded it and will be giving it a go.

    For adding to group, you will need to work around the component, item_id, and secondary_item_id.

    In case of group, the component should be ‘groups’ and item_id should be the group id to make it visible in group. You may utilize the secondary_item_id to keep a track of the post id.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Richard,
    How are you showing comment on the posts list? Are you using a custom template file for it? If yes, Please link me to the code on pastebin.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Same size for gallery thumbnails? #13218

    Hi Audiomonk,
    can you pleas visit Dashboard->MediaPress->settings->General and let me know if the cropping is enabled for the thumbnail?

    Cropping should generate a fixed size image.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Thumbnail size in activity feed #13217

    Hi Richard,
    Sorry about that. Do you have cropping enabled in the admin settings for MediaPress? Cropping should set a hard size for the image.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Member Type Email & Configuration #13216

    Hi Mohamad,
    I checked your site and you seems to be using Angular Js on client side and most probably have a custom registration step.

    The above code by Ravi will work if it was a normal form submission.

    What are you suing for registration? If it is a custom buit page, It will be easier to directly call a little modified version of the function ‘buddydev_assign_member_type_on_registration’ with the user id and gender as parameter.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi David,
    Thank you. We will have it in the next update(within this week). Currently the logout option only logs out from current session.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi David,
    I am sorry, I was not sure earlier.

    What you are trying is destroying all sessions of the user.

    For now, It is not available in Deactivate Account(I am adding it as it is a very good feature).

    You can still logout a user from everywhere by Visiting Dashboard->Users and clicking on Edit User, you will see a “logout from everywhere’ button there. The functionality is offered by WordPress core.

    Hope that helps.
    Brajesh