Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
CCK Video is used to display CCK filefied as video (and automatically as Image if image format detected, if none then CKK Video display field as file url). Now, you can upload Video file into your website rather than use YouTube as external source, this give you full control to the Video file!
Requirements!
D7 version uses Flowplayer 5.4.2 which requires jQuery 1.7.1+ but D7 come with jQuery 1.4, so you need to install jQuery Update module then choose jQuery 1.7 or 1.8.
CCK Video Highlight
CCK Video not create a new CCK field, instead CCK Video using existing Filefield module
Currently support this format: flv, swf, mp4, etc
Players: JW Player, Flowplayer, SWFObject 1 & 2
Support multi videos on same page
You can upload Video file into your website rather than use YouTube as external source, this give you full control to the Video file!
When you use Flowplayer then HTML5 video tag will be used and falls back to Flash when HTML5 video is not supported
Drupal 7 version of CCK Video
Support: Flowplayer and SWFObject 2
Already included all libraries, you don't need to download additional files
Nexus is a sub theme of the Omega Framework aimed at community sites running Drupal 7. I will offer a development release as soon as possible.
I will not be offering a Drupal 6 release, due to the complexities of maintaining a desktop and a mobile version. Internet Explorer 6 will also not be supported.
This is a simple module and drush script for that allows you to enable CDN support per site in Aegir. It takes care of setting up a new virtual host that is configured to serve your site's static files over one or more additional domains, eg. css.example.com, js.example.com, cdn.example.com. Use in conjunction with the Drupal CDN module for full effect.
It is specifically aimed towards the Ægir project and therefore depends on the provision backend and expects the Aegir environment to be functional. If you don't know what Aegir is, you'll probably want to start there and come back when you really know that you want to use this code.
Installation
There are two parts to the code: - A Drupal module for hostmaster - contained in the /hosting directory. Install this like any other Drupal module into you hostmaster site. - A provision Drush extension - contained in the /provision directory. Copy this into /var/aegir/.drush on your Aegir master server. Now just enable the module in the Aegir frontend, and you're ready to go.
Requirements
This was built on a Barracuda system, so requires Provision 6.x-2.x