BuddyDev

Search

Replies

  • Participant
    Level: Guru
    Posts: 907
    Tosin on in reply to: Code conflict #46179

    Please note that I dont want to hide the Following tab using css

  • Participant
    Level: Guru
    Posts: 907
    Tosin on 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

  • Participant
    Level: Guru
    Posts: 907
    Tosin on 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.

  • Participant
    Level: Guru
    Posts: 907
    Tosin on in reply to: Code conflict #46152

    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.

  • Participant
    Level: Guru
    Posts: 907
    Tosin on in reply to: buddyblog medium editor not displaying embeds #46120

    Kind reminder sir, today is 23rd

    Thanks

  • Participant
    Level: Guru
    Posts: 907
    Tosin on in reply to: SERVER SETUP – QUESTION #46107

    OMG please Henk do you have any idea how many registered members they have

  • Participant
    Level: Guru
    Posts: 907

    Kind Reminder Ravi

  • Participant
    Level: Guru
    Posts: 907
    Tosin on in reply to: SERVER SETUP – QUESTION #46100

    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

  • Participant
    Level: Guru
    Posts: 907
    Tosin on in reply to: Buddypress connection type in relation to member types #46096

    OK Thanks Brajesh

  • Participant
    Level: Guru
    Posts: 907

    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 );