• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] User level rundown

Started by major48,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

major48Topic starter

Can I get a quick rundown of what each user level has access to? I have it set so that I have to approve any video uploaded but for some users I want their stuff to post instantly. Is there some user level I can choose for them so this will happen?
  •  

PHPVibe A.

You can play with the user levels on insert,

if(is_moderator()) {//alter published to 1}

major48Topic starter

Quote from: Alexander on
You can play with the user levels on insert,

if(is_moderator()) {//alter published to 1}


Which file do I edit for this?
  •  

PHPVibe A.

lib/
upload-ffmpeg.php
or
upload.php

also upload-mp3.php

Similar topics (7)