aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorFabio Varesano <fax8@13637.no-reply.drupal.org>2007-01-03 17:46:19 +0000
committerFabio Varesano <fax8@13637.no-reply.drupal.org>2007-01-03 17:46:19 +0000
commit10b8a26d749a372dc75cdea4a280b67ecc33a404 (patch)
tree415bbc33e8b2e258d39fe3bc43a4a2c3f1463e6f /INSTALL.txt
parent45c0491dcf41c537595fdb465625aee806c9f390 (diff)
downloadvideo-10b8a26d749a372dc75cdea4a280b67ecc33a404.tar.gz
video-10b8a26d749a372dc75cdea4a280b67ecc33a404.tar.bz2
Patch #75359 by jrbeeman (http://drupal.org/user/16734):
Add Views module support
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt16
1 files changed, 15 insertions, 1 deletions
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 */;