Replies
- Brajesh Singh on April 13, 2023 at 11:53 am in reply to: [Resolved] The members in the groups won’t load. #49212
Hi Jim,
marking it resolved as per our emails.
for others looking at it, The issue was dues to use of older version of the plugin. It was resolved in 1.9.0, I suggested to update which fixed the issue. - Brajesh Singh on April 13, 2023 at 11:39 am in reply to: [Resolved] BuddyBlog Pro/Groups – Rejections #49211
Thank you Nik.
- Brajesh Singh on April 13, 2023 at 11:38 am in reply to: BuddyBlog Pro – override Submit Post for Review #49210
Hi Nik,
Thank you.
There was no issue with your questions. No need to apologise for it.I am going to look at your new topic for the same now.
Regards
Brajesh - Brajesh Singh on April 12, 2023 at 6:56 pm in reply to: [Resolved] The members in the groups won’t load. #49208
Hi jim,
Can you please post the topic you were discussing with BuddyBoss support?We don’t have any idea of context to assist you.
Also, you are probably using a very old version of the plugin which might not be compatible with current version of BuddyBoss.I will suggest 2 actions:-
1. updating your plugin to latest
2 If still facing the issue, Please share the actual conflict.Thank you
Brajesh - Brajesh Singh on April 12, 2023 at 5:05 pm in reply to: BuddyBlog Pro – override Submit Post for Review #49204
Hi Nik,
Thank you.
I will be working on the next release and will push it by this Friday. I can take all of your issues but due to a large thread I have almost lost the track.Can you please create 2 topics( 1 for BuddyBlog Pro and one for BuddyBlog Groups) and specify the following:-
1. Your goals with it.
2. features/fixes needed to achieve those goals
3. custom code being used
4. anything else that you consider important. If you can put it by day tomrrow(Thursday), I will push the updates on Friday.Thank you
Brajesh Hi Simon,
hope you are doing well.
I am sorry, I am a day delayed on this.
I have it implemented but I do need some help from you on a decision.Here is what I am doing.
1. If there are no roles selected and we have specified some scoped users, the tab is enabled only for these users.
2. If ‘None’ is selected, the tab is always deleted. It get scoped to deletion of tab for specific users if the users are associated with tab.
3. If ‘All Members’ is selected and also some users are associated with tabs, what should we do? should we show tab for all users. should we show tab for scoped users only?
4. If One or more roles are selected and some users are associated with the tabs, should we show tabs for all users with the specified roles + scoped users or all users specified in the scope list which have those roles?
Please help me with the last two question and I will push the release.
Regards
Brajesh- Brajesh Singh on April 12, 2023 at 8:42 am in reply to: BuddyBlog Pro – override Submit Post for Review #49200
Hi Nik,
Thank you for the feedback.My changes are limited to Group Blog and have no affect on how BuddyBlog Pro works.
I haven’t updated BuddyBlog and the last changes were limited to Group posts only.1. Admin notifications.
Sorry the line should have been thisif ( get_current_user_id() == $post->post_author && is_super_admin() ) { return; }not
if ( get_current_user_id() == $post->post_author ) { return; }An update will be available today for this.
2. Group admins still receive the author notification:- That is correct. We do’t have UI to disable and I can’t disable it for specific use case as there is a possibility group admins might not have the ability to publish for some of the setup.
I put a filter there yesterday ‘bblpro_groups_post_submission_notify_author’You can use it like.
// disables author notification for group admin. add_filter( 'bblpro_groups_post_submission_notify_author', function ( $notify, $author, $post, $group_id, $form_id ) { if ( groups_is_user_admin( $author->ID, $group_id ) ) { $notify = false; } return $notify; }, 10, 5 );3. Can you please help me understand this
Those posting in group with admin or editor permissions are handled in the same way as “regular” group members (ie. non group admins)Should we treat them differently?
I am not using roles as I the purpose of BuddyBlog pro/Group blog is for community posts and not editorial content of the site.Regards
Brajesh - Brajesh Singh on April 11, 2023 at 7:24 pm in reply to: BuddyBlog Pro – override Submit Post for Review #49195
Hi Nik,
Thank you for the reply.
I am glad I was able to spend sometime and have a fix.Please do share the results of your testing. For the multiple group admins, if it not a big hassle, Please allow me to put the fix in next update(It will be just 1 line change but we are already on RC7 so trying to avoid another 1 line update release).
All the best with your launch!
Regards
Brajesh - Brajesh Singh on April 11, 2023 at 6:30 pm in reply to: BuddyBlog Pro – override Submit Post for Review #49193
Hi Nik,
Thank you for the reply.
Please upgrade to 1.0.0-rc7.This update will disable self notification to group admin/site admin for post approval, rejection, submission.
If in a group, there are 4 group admins and one of them submits the post, the other 3 will still get a submission notification.
Do you want to disable that too?
PS:- The code from Ravi is no longer needed for site admin/group admin notification prevention.
Regards
Brajesh - Brajesh Singh on April 10, 2023 at 6:13 pm in reply to: BuddyBlog Pro – override Submit Post for Review #49185
Hi Nik,
Thank you for the reply and sharing the details.
When are you going live this week? I can try to release it before that.Thank you
Brajesh