| 1 |
********************************************************************
|
| 2 |
D R U P A L M O D U L E
|
| 3 |
********************************************************************
|
| 4 |
Name: Article module
|
| 5 |
Author: Nick Young-Soares
|
| 6 |
Email: drupal at codemonkeyx dot net
|
| 7 |
|
| 8 |
********************************************************************
|
| 9 |
INSTALLATION:
|
| 10 |
|
| 11 |
Let's do the easy stuff first. Copy the article directory into
|
| 12 |
your Drupal modules/ directory. Login as administrator and click on
|
| 13 |
the administer link to enter your admin interface.
|
| 14 |
|
| 15 |
Once there, navigate to administer -> modules menu. You should now see the
|
| 16 |
article module listed. Enable this module by clicking the box next
|
| 17 |
to it and save your configuration via the button at the bottom of
|
| 18 |
the page.
|
| 19 |
|
| 20 |
Next goto the settings -> article menu.
|
| 21 |
|
| 22 |
The most important setting here is the "Article Vocabularies" section. The
|
| 23 |
vocabularies that you select here will determine which categories and nodes
|
| 24 |
will be displayed on the articles index page.
|
| 25 |
|
| 26 |
Once you have associated a vocabulary with the Article module you should be
|
| 27 |
ready to use it. If you already had nodes in the associated vocabularies then
|
| 28 |
they should already show up in the article index. If you do not have nodes then
|
| 29 |
add a couple to test out the module. |