Replies
What type of vps are you using for buddydev.com capable of handling 17k members, im considering migrating to vultr.com and im wondering where I should start from, i’m considering starting at
4vCPU, 8GB RAM, 6.00TB BANDWITH, 180GB SSD
- Tosin on August 19, 2022 at 6:12 pm in reply to: Buddypress connection type in relation to member types #46096
OK Thanks Brajesh
- Tosin on August 17, 2022 at 9:25 pm in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #46084
Dear Ravi,
Please can you make the code below work for only (sponsored post) submission type the second code with return_false should not affect (free post) submission type
add_action( 'woocommerce_order_status_completed', function () { add_filter( 'gamipress_user_deserves_trigger', '__return_true' ); }, 9 ); add_action( 'wp_ajax_bblpro_submit_post', function () { add_filter( 'gamipress_user_deserves_trigger', '__return_false' ); }, 9 );
- Tosin on August 17, 2022 at 7:38 pm in reply to: Buddypress connection type in relation to member types #46082
I believe that it doesnt really make sense to add a business or brand as friends since they are both corporate entities
- Tosin on August 16, 2022 at 12:47 pm in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #46077
Thanks Brajesh
Im really looking forward to the final version as my users complain that they are redirected to checkout for free post whenever they try to edit any post.
- Tosin on August 15, 2022 at 12:01 am in reply to: buddyblog medium editor not displaying embeds #46054
kind reminder
- Tosin on August 14, 2022 at 10:01 pm in reply to: [Resolved] Green dot to the corner of a users avatar if they are currently online #46052
Ohh ok thanks Brajesh
- Tosin on August 13, 2022 at 1:11 pm in reply to: [Resolved] Green dot to the corner of a users avatar if they are currently online #46033
Yes blog post comments
Thanks Ravi problem solved
- Tosin on August 12, 2022 at 8:10 pm in reply to: [Resolved] Green dot to the corner of a users avatar if they are currently online #46018
Hello Ravi the css class was added everywhere except for avatars in post comments