| 1 |
Interview module for Drupal 4.6
|
| 2 |
|
| 3 |
This module provides an interview type content. The drupal's administrator
|
| 4 |
will be able to publish full interviews which several common sections for a
|
| 5 |
content type like this: title, subtitle, lead, highlight and footer_image.
|
| 6 |
|
| 7 |
Steps to get this module running on drupal:
|
| 8 |
|
| 9 |
1) Import interview.mysql from mysql
|
| 10 |
+ mysql -u drupal_user -p drupal_db < interview.mysql
|
| 11 |
2) Install, enable and configure interview module
|
| 12 |
+ move interview directory to /{drupal_installation_path}/modules/
|
| 13 |
3) You need to install image.module to get 'footer_image' field working.
|