| 1 |
// $Id
|
| 2 |
|
| 3 |
INSTALL
|
| 4 |
==========================================
|
| 5 |
|
| 6 |
1. Ensure all files in the feed_node distribution are copied
|
| 7 |
to the Drupal modules/feed_node folder.
|
| 8 |
|
| 9 |
2. Enable the feed_node and aggregator modules under administer >> modules
|
| 10 |
|
| 11 |
3. Grant the proper access to users under administer >> access control to
|
| 12 |
administer feed node settings.
|
| 13 |
|
| 14 |
4. From administer >> feed node, configure the feed node settings.
|
| 15 |
|
| 16 |
5. Ensure the desired node type (e.g. page) is "Feed enabled" from the settings >> content types
|
| 17 |
|
| 18 |
5. Each new of the type which has been feed enabled will now have a feed section to configure with a feed
|
| 19 |
title, URL, # of items to display and the display style (title, or title + teaser).
|
| 20 |
|
| 21 |
If you are unhappy with the default theme for feed items, the full feed data is available from the node
|
| 22 |
data structure and the be used in custom themeing functions.
|
| 23 |
|