/[drupal]/contributions/modules/attachment/INSTALL
ViewVC logotype

Diff of /contributions/modules/attachment/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Fri Oct 28 21:36:49 2005 UTC revision 1.4, Thu Aug 2 04:39:31 2007 UTC
# Line 1  Line 1 
1  Installation  Installation
2  ------------  ------------
3  Before installing this module you should already have the filemanager module  Before installing this module you should already have the filemanager module
4  installed and configured.  This module requires an additional table to store  installed and configured.  All database tables are created by the install file.
 attachment information.  I have supplied scripts for creating a mysql table.  
 This table can be created using following command:  
5    
6  mysql -u {userid} -p {drupaldatabase} < attachment.mysql  Once Filemanager is installed and configured, copy the attachment.module into your drupal
7    installation's modules directory (likely docroot/sites/all/modules/).  You should then
8    disable the upload module and enable the attachments module.  You will then give the
9    appropraite user roles the 'add attachments' permission.
10    
11  Once the table is created copy the attachment.module into your drupal  Finally you will need to enable the attachment capability under the content types
12  installation's modules directory.  You should then disable the upload module  configuration pages.  To do this you must go to
13  and enable the attachments module.  You will then give the appropraite user roles  "Administer"->"Content management"->"Content types"
14  the 'add attachments' permission.  Finally you will need to enable the attachment  and enable the Attachments setting under the Workflow section.
 capability under the content types configuration pages.  
15    
16  Themes  Themes
17  ------  ------

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2