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: 25494
    Brajesh Singh on in reply to: [Resolved] Not able to buy plugin #24464

    Hi Matt,
    Thank you.

    Please check your BuddyDev Profile page for the downloads.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Member Types Pro – Database Query #24462

    Hi Mike,
    Thank you.
    I have heard a lot of good things about that plugin for importing and migrating content.

    I am going to plan for allowing user’s member type export too as it can add a lot of value for us in the member types pro plugin.

    All the best with your current plan 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] BP Moderation tools – conflict #24460

    Hi Vivek,
    Thank you for the patience. There was a bug with our geo-directory integration code. They have correctly fixed it(we missed to return the value). It will be part of our next update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Member Types Pro – Database Query #24456

    Hi Mike
    you are correct in assuming the above though there are some issues.

    The object id could be a post id. Object id alone does not guarantee that it is for member type and a user.

    In order to guarantee a user’s member type, we need to do the following.

    1. Find all the term_taxonomy_id in term_taxonomy table where taxonomy=bp_member_type
    2. Now, filter this list by joining to term_relationships on tr.term_taxonomy_id in the above list and object_id = our user id.

    It will give us all the term_taxonomy_id for the user. Now, we need to find the terms for each of the term_taxonomy_id and use that.

    To be honest, a super easy approach will be to write a script that loops through the user and export userid or user_login(which ever does not change) and the member type for the user.

    The another script that reads through this list and sets the member types. I think this script might be very useful for the community and I will love to explore it in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Limit private messages for PaidMembership Users #24455

    Hi Daria,

    I am sorry, The plugin restricts all messages. It is not just the first message. It seems our use of the term “New Message” caused confusion.

    The new message is for any new message received after activation of the plugin. You can also control if you want to count threads or thread and replies both.

    To limit weekly, you need to set the limit to 7*24*60=10080
    It is in number of minutes and you can set any value.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Not able to buy plugin #24454

    Hi Matt,
    Thank you for the reply. For tax compliance, we use Company’s current account and not my private account.

    If you want, I can enable your download right now, you can pay later.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Not able to buy plugin #24450

    Hi Matt,
    Thank you for your interest in the plugin.

    Since you are trying to pay from India, Please see
    https://buddydev.com/docs/accountmembership/how-do-i-get-a-premium-membership-from-india/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.