Replies
- Brajesh Singh on December 7, 2017 at 12:44 am in reply to: [Resolved] Mediapress comments and Activity Feed comments #12133
Hi Richard,
Thank you for posting it.
I can confirm the issue. The comment is being posted as activity comment and from the lightbox as another update. It is not the correct behaviour. Please allow me to put the point release in next 3-4 days with a proper fix for this and a few other enhancements.Regards
Brajesh - Brajesh Singh on December 7, 2017 at 12:38 am in reply to: [Resolved] Media Moderator not showing…? #12132
Hi Richard,
Thank you for the patience.Please upgrade to 1.0.3
https://buddydev.com/plugins/media-moderator-for-mediapress/You can set the categories from the Moderator settings page. It includes the enhancements to allow admin report media and bulk action for the moderation queue.
I hope that it works for you.
Regards
Brajesh - Brajesh Singh on December 7, 2017 at 12:27 am in reply to: [Resolved] Community Builder Premium Theme #12130This reply has been marked as private.
Hi Shelley,
I am sorry about the subscribe popup. All you have to do is click the Blue subscribe toggle button once the popup is open to close it and It won’t be shown for next 7 days.For customizing color, Please visit Appearance->Customize->Styling and there you will see all the sections/elements that you can customize.
Hope that helps.
Regards
Brajesh- Brajesh Singh on December 6, 2017 at 9:37 pm in reply to: [Resolved] Users can't download media #12125
Hi Dani,
I am very sorry for the delayed reply. The MediaPress updated got delayed due to a lot of changes. I pushed 1.3.0 yesterday.It is now capable of detecting type/status support and should not allow an issue like earlier.
can you please do the following and test
1. Create a new group.
2. Add a media
3. try to download.For older, we can test again after this.
Thank you
Brajesh - Brajesh Singh on December 6, 2017 at 9:34 pm in reply to: [Resolved] Buddypress Member Types Pro Default Check #12124
Hi Patrick,
I have pushed an update now.
Please upgrade to 1.1.2. It contains following updates:-
1. You can set default member type for the profile field
2. Fix the issue with multi select when none was selected.
3. Update the field generated html structure to match that of BuddyPress 2.9Also, Please put this code in your bp-custom.php
/** * Set member type when a user registers via the WordPress Social login. * @param int $user_id new user id. */ function buddydev_set_membertype_on_social_register( $user_id ) { $member_type = 'some_member_type_name';// please change it to valid member type. bp_set_member_type( $user_id, $member_type ); } add_action( 'wsl_hook_process_login_after_wp_insert_user', 'buddydev_set_membertype_on_social_register', 0 );Make sure to change the $member_type to correct member type and It will assign the member type to users when they register via social login.
Hope that helps.
Regards
Brajesh - Brajesh Singh on December 6, 2017 at 9:04 pm in reply to: [Resolved] Community Builder Premium Theme #12122
Hi Shelley,
Thank you for purchasing the theme.
No, It is not for joomla. It’s for WordPress.Here is a link to installation guide.
https://buddydev.com/docs/guides/community-builder/getting-started/installing-community-builder-theme/Please do let me know if you bought it by mistake thinking of some other theme. I will issue a refund then.
Regards
Brajesh No problem.
Marking it as resolved.Regards
Brajesh- Brajesh Singh on December 6, 2017 at 6:06 pm in reply to: [Resolved] BuddyPress Editable Activity — Remove Reply, Edit, Delete while editing #12117
Hi Julia,
can you please try 1.2.0 and see if it works for you
https://buddydev.com/plugins/bp-editable-activity/Please do try refreshing/clearing cache if you are using caching.
It should hide the meta while editing.
Regards
Brajesh - Brajesh Singh on December 6, 2017 at 3:02 pm in reply to: [Resolved] BuddyPress Lock Unlock Activity. Need Ajax #12114
Ok.
1. BuddyPress Lock Unlock Activity. Need Ajax:- I will check the feasibility and let you know today. Most probably I can get it to work but there is no guarantee. I am concerned about whether we can do it(Loading the entry/replacing it) in plugin or not.2. I have replied there on the other topic. It seems the confusion is about display name/username.
Regards
Brajesh