Replies
- Brajesh Singh on March 30, 2023 at 9:43 pm in reply to: [Resolved] BuddyPress Editable Activity UTF-8 #49035
Hi Ivan,
Thank you.
You are right about this. This is a basic issue if it is happening due to the plugin and the fix must go in the plugin.I appreciate your support for us.
Regards
Brajesh Hi Carsten,
That’s strange. The who’s online widget takes dimensions of thumbnail, so that should have worked. I will ask @ravisharma to test and assist.Regards
BrajeshHi Carten,
Can you please try re-uploading your profile photo to see if it regenerates?
Also, have you put the code in bp-custom.php or somewhere else?Regards
Brajesh- Brajesh Singh on March 30, 2023 at 8:19 pm in reply to: [Resolved] BuddyPress Editable Activity UTF-8 #49027
Hi Ivan, Tomas,
Thank you both for your patience.
We will be updating the plugin and not provide custom code.Regards
Brajesh - Brajesh Singh on March 30, 2023 at 8:10 pm in reply to: [Resolved] BuddyPress Auto Activate Auto Login issues #49026This reply has been marked as private.
- Brajesh Singh on March 30, 2023 at 7:57 pm in reply to: [Resolved] BuddyPress Auto Activate Auto Login issues #49023This reply has been marked as private.
- Brajesh Singh on March 30, 2023 at 7:50 pm in reply to: [Resolved] BuddyPress Auto Activate Auto Login issues #49021This reply has been marked as private.
- Brajesh Singh on March 30, 2023 at 7:38 pm in reply to: [Resolved] BuddyBlog pay per post – remove post from category on expiration #49020
Hi Tosin,
Thank you for the question.You may try the following.
add_action( 'bblpro_ppp_purchased_post_expired', function ( $post_id ) { $post_type = get_post_type( $post_id ); if ( 'post' !== $post_type ) { return; } wp_remove_object_terms( $post_id, 'Sponsored Posts', 'content_type' ); } );Also, you may change the term name with the term slug for better result.
Regards
Brajesh - Brajesh Singh on March 30, 2023 at 7:31 pm in reply to: [Resolved] Activity plus reloaded—more than one video will post #49019
Hi,
You may use the following code to disable the oembed in activity post and comments.add_filter( 'bp_use_oembed_in_activity', '__return_false' ); add_filter( 'bp_use_embed_in_activity_replies', '__return_false' );Regards
Brajesh Hi Van,
Welcome to BuddyDev support forums.BuddyBlog posts are normal blog posts and you can use any of the WordPress post listing plugin/shortcode for this purpose.
Regards
Brajesh