Closed (fixed)
Project:
Video
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2008 at 14:39 UTC
Updated:
21 Mar 2008 at 22:05 UTC
Hi.. I am new with Drupal, is there any way to disable by administering, the Google Video, URL Video, and YouTube Video found in Create Content ==> Video? That only Upload Video would remain. Thanks in advance.
Comments
Comment #1
vhmauery commentedBy unchecking the modules on the admin/build/modules page, you can disable them. Is this what you mean? Unpacking a module tarball in the modules dir allows it to show up in the admin/build/modules page, but does not automatically enable it, and therefore has no runtime overhead (except on the admin/build/modules page).
Alternately, you could only enable access to users for the upload video on the admin/user/access page. This would still incur the runtime overhead of the extra modules though.
I hope that helps.