Replies
Hi Matt,
Thank you.Please check your BuddyDev Profile page for the downloads.
Regards
BrajeshHi 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- Brajesh Singh on August 3, 2019 at 12:16 pm in reply to: How can I keep all BP content navigation within Buddypress? #24461This reply has been marked as private.
- Brajesh Singh on August 3, 2019 at 12:13 pm 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 - Brajesh Singh on August 3, 2019 at 11:14 am in reply to: How can I keep all BP content navigation within Buddypress? #24457This reply has been marked as private.
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- Brajesh Singh on August 3, 2019 at 10:50 am 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 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
BrajeshHi 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- Brajesh Singh on July 31, 2019 at 9:01 pm in reply to: How can I keep all BP content navigation within Buddypress? #24442This reply has been marked as private.