Replies
- Brajesh Singh on October 2, 2019 at 3:27 pm in reply to: [Resolved] BuddyPress Message Privacy without Friends component #25613
Hi Hans,
Thank you for the patience.1. Please upgrade to 1.2.4. It will only show friends only privacy if friendship component is enabled.
2. For the localization, I am not sure. For me, It seems to be loading the locale file fine from the wp-content/languages/plugins/ directory.
https://buddydev.com/plugins/buddypress-message-privacy/
Regards
Brajesh - Brajesh Singh on October 2, 2019 at 12:24 am in reply to: Showing Membrer Count in BuddyPress Extended User Groups Widget #25604
Hi Gregg,
Thank you for the question.
Sure. Since you have modified the plugin, you can use
bp_group_member_count();to show the member count.
And the “item-title” div is showing the title. Hope that helps.
Regards
Brajesh - Brajesh Singh on October 2, 2019 at 12:10 am in reply to: [Resolved] Show displayed users groups in BuddyPress Extended User Groups Widget #25601
Thank you Gregg.
Regards
Brajesh - Brajesh Singh on October 1, 2019 at 11:47 pm in reply to: [Resolved] Show displayed users groups in BuddyPress Extended User Groups Widget #25598
Please upgrade to 1.0.4
https://buddydev.com/plugins/bp-extended-user-groups-widget/It should provide you the option.
Regards
Brajesh Hi Granmeh,
Thank you.That was the intended purpose of the code. To hide the members in the moderation queue.
BuddyPress does not store the state of an avatar in database. The meta “has_avatar” is most probably coming from on of our plugins(profile completion or moderation or force profile photo).
I can write the code to test for the existence of this meta. Please do know that it will make all the users without this meta vanish from directory. Is that ok?
Regards
Brajesh- Brajesh Singh on October 1, 2019 at 11:41 pm in reply to: [Resolved] Show displayed users groups in BuddyPress Extended User Groups Widget #25596
Thank you. I will push an update in couple of minutes. It seems we added the feature but could not release on BuddyDev.
I will post back soon.
Regards
Brajehs - Brajesh Singh on October 1, 2019 at 10:41 pm in reply to: [Resolved] Show displayed users groups in BuddyPress Extended User Groups Widget #25594
Hi Gregg,
Thank you for the question.We do have this feature. I haven’t checked if we missed to put it on the site.
Can you please check if you see the option “List Groups Of” in the widget settings?
If not, I am cleaning up the trunk and will put it on the site today.
Regards
Brajesh - Brajesh Singh on October 1, 2019 at 10:27 pm in reply to: [Resolved] BuddyPress Message Privacy without Friends component #25593
Hi Hans,
Welcome back.Thank you for renewing the membership. I sincerely appreciate it.
I will make the updates by day end 3rd october for the message privacy plugin. Will post back after that.
Thank you
Brajesh - Brajesh Singh on October 1, 2019 at 8:35 am in reply to: BuddyPress Member Types Pro – Count "All members" wrong #25590
Hi Johan,
Thank you.Currently, to optimize the query, we do not count member types based on users. We are using the term count(member types is a taxonomy) to fetch all count in one query. The down side is it does not keep track if a user got deactivated or is active currently.
The other solution is to count for each member type on page load. I am not in favour of it as it will be too may db queries.
I am going to solve it in the Member Types Pro code. Will need 3-4 days to provide the plugin update.
Regards
Brajesh - This reply has been marked as private.