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