From 10b8a26d749a372dc75cdea4a280b67ecc33a404 Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Wed, 3 Jan 2007 17:46:19 +0000 Subject: Patch #75359 by jrbeeman (http://drupal.org/user/16734): Add Views module support --- INSTALL.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt index e328a58..91adf77 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,5 +1,12 @@ // $Id$ +REQUIREMENTS +------------------------------------ +Optional: + Views support requires the Views module to be activated. + video_image module require image module to be activated. + + INSTALL INSTRUCTIONS FOR VIDEO.MODULE ------------------------------------- @@ -9,6 +16,13 @@ INSTALL INSTRUCTIONS FOR VIDEO.MODULE - Activate optional plugin modules (called video_something) - Set access control as you like (administer->access control) - (optional) Activate video.module blocks (administer->blocks) +- (optional) Activate video views using views.module + * If you are upgrading from a previous version of the video module, + go to admin -> modules and choose "Save". This will flush the + views cache to ensure you can see the views. + * Go to admin -> views. You will see a default view supplied for + video. You can also create a new one by choosing "Add." In the + "Fields" section, you should see selections for "Video: (node info)". UPGRADING FROM DRUPAL 4.7 to CVS @@ -187,4 +201,4 @@ VIDEO UPDATE.PHP VERSION 6 custom_field_6 text NULL default NULL, serialized_data text NULL default NULL, PRIMARY KEY (vid) - ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; \ No newline at end of file + ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; -- cgit v1.2.3