• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Disable local video upload for members

Started by editamedia,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

editamediaTopic starter

Hallo,

I whan disable local upload for my members. The local members can only embedding from youtube or other websites. How can I do this?

  •  

PHPVibe A.

Hi, in tpl.globals.php change



if((get_option('uploadrule') == 1) ||  is_moderator()) {
$mm .= '<li><a class="topicon" href="'.site_url().share.'" title="'._lang('Upload video').'"><i class="icon-upload-alt"></i><span class="hidden-phone hidden-tablet visible-desktop">'._lang('Upload video').'</span></a>
<ul>
<li><a href="'.site_url().share.'" title="'._lang('Upload a video from your PC').'"><i class="icon-circle-arrow-up"></i>'._lang('Upload a video from your PC').'</a>
<li><a href="'.site_url().share.'&type=2" title="'._lang('Share a web video').'"><i class="icon-youtube-square"></i><i class="icon-vimeo-square"></i>'._lang('Share a web video').'</a>
<li><a href="'.profile_url(user_id(), user_name()).'#shareTowall" title="'._lang('Upload an image from your PC').'"><i class="icon-picture"></i>'._lang('Upload image from your PC').'</a>
</ul>
</li> ';
}


to

if((get_option('uploadrule') == 1) ||  is_moderator()) {
$mm .= '<li><a class="topicon" href="'.site_url().share.'" title="'._lang('Upload video').'"><i class="icon-upload-alt"></i><span class="hidden-phone hidden-tablet visible-desktop">'._lang('Upload video').'</span></a>
<ul>';
if(is_moderator()) {
$mm .= '<li><a href="'.site_url().share.'" title="'._lang('Upload a video from your PC').'"><i class="icon-circle-arrow-up"></i>'._lang('Upload a video from your PC').'</a>';
}
$mm .= '<li><a href="'.site_url().share.'&type=2" title="'._lang('Share a web video').'"><i class="icon-youtube-square"></i><i class="icon-vimeo-square"></i>'._lang('Share a web video').'</a>
</ul>
</li> ';
}


I've also left out image upload link (as for the other thread).

editamediaTopic starter

  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 40679

Problem with image upload .jpg

Started by xxxronaldxxx


Replies: 10
Views: 2209

unpublished issue when upload Image

Started by sandeepkaler


Replies: 1
Views: 1735

upload to jwplayer8

Started by popohkgg


Replies: 0
Views: 2075

Other members can not use the message

Started by kofkof


Replies: 1
Views: 1731

How to Stop Sharing on other website

Started by HPR


Replies: 2
Views: 2022

Featured Channels/Members

Started by fox_mulder


Replies: 1
Views: 6961