SGW Posted September 23, 2021 Posted September 23, 2021 Im wondering if there is a way to shut off uploading on the site and having only people that own a channel be able to upload. When I shut off uploading it does not allow anyone to upload. We want to only have channel owners be able to upload not everyone else. 1 Quote
Tech Support Posted September 24, 2021 Posted September 24, 2021 One of the easiest way would be commenting out this line in /.htaccess file: #RewriteRule ^upload-video/$ member_profile_my.php?type=upload_video [L,QSA] This will make standard upload URL returning 404. You will also need to adjust header template to remove the upload link from there. In this case upload links will only remain from channel pages. 1 Quote
SGW Posted September 25, 2021 Author Posted September 25, 2021 "Commenting out this line" Do you mean erase that line out of the file? Quote
Tech Support Posted September 27, 2021 Posted September 27, 2021 Better not delete, but comment it out - add # at the line start as in our example. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.