Replies
Please note that I dont want to hide the Following tab using css
- Tosin on August 25, 2022 at 8:13 pm in reply to: buddyblog medium editor not displaying embeds #46166
There is a lot of space in the embed also when I use chrome inspect element I can see this in the video embed
<p> <!--?xml version="1.0" standalone="yes"?--> <br> <br> <br> </p>
see space at https://ibb.co/nj9Qh6n
- Tosin on August 25, 2022 at 7:47 pm in reply to: buddyblog medium editor not displaying embeds #46165
Thanks Brajesh
I just tested it and the embeds are working now. The only difference now is when the video link is added via the editor the video preview does not show again like before. I am not sure maybe this is intentional but I also think its good because now the video preview does not interfere with the user writing experience.
OHH OK
I’ve decided to stop using the code above and reuse the Facebook like activity stream plugin, now while using the plugin ill like to achieve the following
1. Remove the following tab in sitewide activity directory
2. I recently noticed an issue with the Facebook like activity stream plugin, when a user logs in to the sitewide activity directory the activities of users im following is loaded and everything works smoothly but when I click on a different tab like (favorites tab) or (mentions tab) and click back to (All members tab) the content loaded now changes to activities of all members on the site instead of enforcing only the content of members im following.
- Tosin on August 23, 2022 at 10:45 am in reply to: buddyblog medium editor not displaying embeds #46120
Kind reminder sir, today is 23rd
Thanks
OMG please Henk do you have any idea how many registered members they have
- Tosin on August 21, 2022 at 6:31 pm in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #46103
Kind Reminder Ravi
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 );