WPLMS S3 & Vimeo Vibe Configuration Issues

Home Forums WPLMS AddOns VideoVibe WPLMS S3 & Vimeo Vibe Configuration Issues

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #267203
    Visafricana
    Spectator
    Please i need a look into the (WPLMS S3 & Vimeo Vibe). I have created the app and configured its apis on my website but they dont work. I need an urgent fix..
    #267521
    Anshuman Sahu
    Keymaster
    Please make sure that you are selecting your unit type to be video in order to render the s3 and vimeo links in app . refer : https://prnt.sc/sxw5an this will give you the urls of s3 and vimeo in the meta property of the api returned and will be rendered in app. For app related issues please create topic here: wplms.io/forums
    #267538
    Visafricana
    Spectator
    What about WPLMS S3 i am talking about webapp or website not mobile app.
    #267737
    Visafricana
    Spectator
    This reply has been marked as private.
    #267820
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #268062
    Visafricana
    Spectator
    This reply has been marked as private.
    #268452
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #268592
    Visafricana
    Spectator
    This reply has been marked as private.
    #268881
    Anshuman Sahu
    Keymaster
    Well this migration feature of media library is not supported as of now in wplms s3 .You need to upload the file into add media-> upload to amazon s3 in order to upload file to s3 server . https://prnt.sc/t1er04
    #268882
    Anshuman Sahu
    Keymaster
    Well this migration feature of media library is not supported as of now in wplms s3 .You need to upload the file into add media-> upload to amazon s3 in order to upload file to s3 server . https://prnt.sc/t1er04
    #268925
    Visafricana
    Spectator
    This reply has been marked as private.
    #269124
    Anshuman Sahu
    Keymaster
    1 . please check as you can see there are two tabs, the video will go where the instructor will upload , if in media library tab then in wp media library in your server , if uploaded on upload to s3 tab then video will goto s3 . refer : https://prnt.sc/t20yrg 2 . Can you please share screenshot of this . You can see the option here in this screenshot : https://prnt.sc/t1er04  
    #269236
    Visafricana
    Spectator
    This reply has been marked as private.
    #269426
    Anshuman Sahu
    Keymaster
    Hi i see both options : http://somup.com/cY1qIuQOMV To restrict only one option Please add this code in your wplms-customizer.php file in wplms customizer plugin :

    add_action('admin_head', 'my_custom_script_add_med');

    add_action('wp_footer', 'my_custom_script_add_med');

    function my_custom_script_add_med(){

      if(is_user_logged_in() && current_user_can('manage_options'))

        return;

      ?>

      <script>

        jQuery('button#insert-media-button').click(function($){

          setTimeout(function(){

              jQuery('.media-menu').find('#menu-item-gallery,#menu-item-insert,#menu-item-playlist,#menu-item-video-playlist,#menu-item-embed').remove();

              jQuery('.media-menu').find('.media-menu-item:first').trigger('click');

          },500);

        });

      </script>

      <?php

    }

    #269489
    Visafricana
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)
  • The topic ‘WPLMS S3 & Vimeo Vibe Configuration Issues’ is closed to new replies.