Replies
- Brajesh Singh on June 7, 2022 at 11:42 am in reply to: Mediapress strongly downgrade images when posting them – URGENT #45208
Hi Giuseppe,
Thank you for using MediaPress.MediaPress does not do anything with the quality of images. For the non original sizes, we ask WordPress to resize it for us.
Are you using any optimization plugin that controls quality?
Also, what do you mean by degradation? Is it the image size or the dimension?Please let me know and I will assist.
Regards
Brajesh Also,
Please check your spam mail if you are not receiving the notification.Regards
BrajeshThank you Greg,
Please do the following.
1. Add the Tab slug in the first screenshot in the list( please put some value such as discount-tab)
2. In the 3rd screenshot, under Sub Nav, Please do the followinga. Tick is enabled(should be checked)
b. Put a label “Discount” or something on that line without quotation marks.
c. Put a slug such as ‘discount’ without quotation marks.
d. specify position (may be 5)
e. Add some Content/shortcode that you want to show the user.All your other settings are correct and please do keep them as they are.
Please give it a try and let me know.
Regards
Brajesh- Brajesh Singh on June 6, 2022 at 11:10 pm in reply to: [Resolved] Buddyblog change author if post is published in a specific category #45201
Hi Tosin,
Please share your complete posting workflow(is the post moderated etc). If it’s not working, I need to understand your workflow to amend the code.Also, are you sure that user Id you used for anonymous user actually exists?
Regards
Brajesh Hi Tomas,
Thank you for purchasing from us.The Emoji needs to convert the posting area from plain text to content editable and that may have issues with some of the themes as we don’t have control over their js. That’s why it is available with our theme currently.
I have seen your mail and the name of the theme. I will be writing back over mail for more details as I update the plugin to support your theme.
Regards
Brajesh- Brajesh Singh on June 6, 2022 at 7:35 pm in reply to: [Resolved] Buddyblog change author if post is published in a specific category #45197
Hi Tosin,
Please try this code
/** * Update BuddyBlog Author when a post is submitted in a specific category. */ add_filter( 'bblpro_post_submission_prepared_data', function ( $post_data, $form_id, $post, $is_submission ) { // update author if the category was selected. Don't do anything on edit. $anonymous_cat_id = 1487; $anonymous_user_id = 4766806; if( ! $is_submission ) { return $post_data; } $selected_terms_ids = isset( $post_data['tax_input'] ) ? (array) $post_data['tax_input'] : array(); $selected_categories = isset( $selected_terms_ids['category'] ) ? (array) $selected_terms_ids['category']: array(); if( ! $selected_categories || ! in_array( $anonymous_cat_id, $selected_categories ) ) { return $post_data; } // Update. $post_data['post_author'] = $anonymous_user_id; // keep current user data for future? if ( ! empty( $post_data['ID'] ) ) { update_post_meta( $post_data['ID'], '_bbl_original_post_author', get_current_user_id() ); } return $post_data; }, 10, 4 );Regards
Brajesh Hi Greg,
Thank you.I am sorry, we are off on weekend and I could not reply earlier.
1. Please share me link to screenshots showing the tab configurations.
You may put the image on any of the following services(or any other of your choice) and link me
https://imgbb.com/
https://prnt.sc/2. You seem to be not included in notification earlier. I checked and you have enabled reply notification for this topic. Please let me know if you still face the issue.
Regards
Brajesh- Brajesh Singh on June 6, 2022 at 11:53 am in reply to: badges – compatiblity with buddyboss 2.0 – first message in discussion #45190
Hi,
Thank you for the replies.1. The link takes to the link you set while creating/editing badge in the User->Badges screen.
2. I checked, It is not linking to discussion. It is not linking to anything. Since the link is not pointing to here, It is leading to current document/page opened.Do you want the link on the badges to take somewhere or do you want to disable the link completely? Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on June 6, 2022 at 11:41 am in reply to: [Resolved] Buddyblog change author if post is published in a specific category #45189
Thank you Tosin,
I will be sharing code soon.Regards
Brajesh - Brajesh Singh on June 6, 2022 at 8:11 am in reply to: [Resolved] buddycircles default circle with private access #45187
Hi Hussein,
Thank you for the reply.Hope you are doing well too.
We have it fixed and will be making a release today. We will be replying after pushing the release.
Regards
Brajesh