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

vhmauery’s picture

Status: Active » Closed (fixed)

By 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.