| 3 |
******************************************************************** |
******************************************************************** |
| 4 |
Name: News page module |
Name: News page module |
| 5 |
Author: Robert Castelo |
Author: Robert Castelo |
| 6 |
Drupal: 5.x |
Drupal: 6.x |
| 7 |
******************************************************************** |
******************************************************************** |
| 8 |
DESCRIPTION: |
DESCRIPTION: |
| 9 |
|
|
| 28 |
|
|
| 29 |
PREREQUISITES: |
PREREQUISITES: |
| 30 |
|
|
| 31 |
Must have taxonomy module already enabled. |
Must have Aggregator module already enabled. |
| 32 |
|
Enable Blog module for 'Blog this' link for each news item |
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 48 |
|
|
| 49 |
Keyword Examples: |
Keyword Examples: |
| 50 |
|
|
| 51 |
To display items which contain any one of the Japanese related words: |
To display items which contain any one of the related words: |
| 52 |
|
|
| 53 |
ipod, nano, shuffle |
ipod, nano, shuffle |
| 54 |
|
|
|
|
|
| 55 |
To exclude news items based on keywords: |
To exclude news items based on keywords: |
| 56 |
|
|
| 57 |
ipod, nano, -shuffle |
ipod, -shuffle |
|
|
|
| 58 |
|
|
| 59 |
To include items which must contain a certain word: |
To include items which must contain a certain word: |
| 60 |
|
|
| 61 |
ipod, nano, shuffle, +apple |
ipod, +apple |
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 74 |
|
|
| 75 |
2. Enable the news_page module by navigating to: |
2. Enable the news_page module by navigating to: |
| 76 |
|
|
| 77 |
administer > modules |
administer > build > modules |
| 78 |
|
|
| 79 |
Click the 'Save configuration' button at the bottom to commit your |
Click the 'Save configuration' button at the bottom to commit your |
| 80 |
changes. |
changes. |
| 82 |
3. Set the roles that can create, edit and view news pages on the |
3. Set the roles that can create, edit and view news pages on the |
| 83 |
'access control' page |
'access control' page |
| 84 |
|
|
| 85 |
www.your.site/admin/access |
www.your.site/admin/user/access |
| 86 |
|
|
| 87 |
******************************************************************** |
******************************************************************** |
| 88 |
AUTHOR CONTACT |
AUTHOR CONTACT |