• Resolved tomytaost

    (@tomytaost)


    Hi

    sorry that i make a new topic about this subject! the first thing sorry for my bad english! but i really like contus video gallery but i have a problem! i m making a website that people can share there own music so want it that people can upload there own movies when they logged in on there acounts!

    my qeustion is have can i do this and why is there not a shortcode for this that other people can upload there movies.

    i just want something like this :

    1. youtube video URL
    2. Title
    3. Description
    4. and that people can choose a category (not create one)

    with a button add movie

    just this ( is this possible?)

    http://musicworldtalent.com/

    https://wordpress.org/plugins/contus-video-gallery/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Kindly note that the feature you are requesting is already available in our default package. Once the registered user logged in to your account, they can only add, edit or delete their own videos. They don’t have access to create new category. If you have any other queries in this feel free to contact us.

    Thread Starter tomytaost

    (@tomytaost)

    This option doesn t work. When i make a User i can still create catagories! On The Same page where you Add your YouTube url etc.
    Is it possible that you get a simple upload form for members.

    Title
    Description
    YouTube url
    Choose catagoru

    This is al that i want

    Hi,

    I have noticed that you are already in our ticketing system. So you will get update from our support team.

    Hello!

    What has this ended up with? I really want the plugin, and this feature as ‘Tomytaost’ has requested.

    So its pretty important for me, that this feature is possible 🙂

    Thanks!

    Hi,

    Regarding “Add new category” restriction, please open \wp-content\plugins\contus-video-gallery\admin\views\video\addvideo.php and find

    onclick=”playlistdisplay()”

    . Now you can able to see the below code.

    <h4><span>
    													<a style="cursor:pointer"  onclick="playlistdisplay()"><?php esc_attr_e( 'Create New', 'video_gallery' ) ?></a></span></h4>

    Please replace with the following one.

    <?php
    function get_current_user_role() {
            global $current_user;
            get_currentuserinfo();
            $user_roles = $current_user->roles;
            $user_role = array_shift($user_roles);
            return $user_role;
        };
        $user_role = get_current_user_role();
        if($user_role!='subscriber'){
    ?>
    
    											<h4><span>
    													<a style="cursor:pointer"  onclick="playlistdisplay()"><?php esc_attr_e( 'Create New', 'video_gallery' ) ?></a></span></h4>
    													<?php }
    	?>

    Regarding upload method restriction, you expect this feature in our next release. Currently, the new version is under development. Once we complete, you can get the updated package in wordpress.org. If you want this feature to be done for you immediately, you can customize this feature. Please contact our Business Development Team at bdm@contus.in for the customization.

    If you have any other queries feel free to contact us.

    Super! I will look forward for this 🙂

    Hi,

    Thank you for your update. If you have any other queries feel free to contact us.

    Hello,

    Thanks for the great plugin,but it is not working on mobile.Is there any way to play videos when open in mobile browser?

    Thank You.

    Hi,

    Please note that the mobile devices does not support Flash players by default and it supports HTML5 player. HTML5 player supports the following format videos only (.webm , .ogg , .mp4 with H264 format). But flash players does not support .webm and .ogg format videos. So commonly both web and mobile browsers will support .mp4 with H264 format videos. So make sure that you have .mp4 video in your site. Still if you are facing any difficulties in this, please share your site link.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Members upload movie to my website’ is closed to new replies.