| 1 |
|
--------------- |
| 2 |
|
Presentation |
| 3 |
|
--------------- |
| 4 |
|
Last Node module displays the list of last inserted items for each node and |
| 5 |
|
provide blocks, pages, feeds, and api for a fast access to these informations. |
| 6 |
|
|
| 7 |
|
--------------- |
| 8 |
|
Installation |
| 9 |
|
--------------- |
| 10 |
|
- Copy this folder into your module folder of Drupal |
| 11 |
|
- Enable this module at ?q=admin/modules page |
| 12 |
|
- At ?q=admin/settings/last_node page you can configure all settings |
| 13 |
|
|
| 14 |
|
--------------- |
| 15 |
|
Configuration |
| 16 |
|
--------------- |
| 17 |
|
- For showing your nodes at "Last 10" block or at "last_node/" address or dedicated |
| 18 |
|
block, you must check this option at settings page |
| 19 |
|
- You can specify a image for eache node type or a title or nothing |
| 20 |
|
- You can using a lastnode_display() function for create a owned page. |
| 21 |
|
- For show anyone block provided go at ?q=admin/blocks page |
| 22 |
|
- For change a name of menu element, or disable it go at ?q=admin/menu page |
| 23 |
|
- You can auto-hide each "Last 10 - type" block, activating the properly option |
| 24 |
|
in ?q=admin/settings/last_node page |
| 25 |
|
|
| 26 |
|
--------------- |
| 27 |
|
Credit's |
| 28 |
|
--------------- |
| 29 |
|
- Created and mantained by Fabio Mucciante |
| 30 |
|
(http://www.italiafreeware.altervista.org) |
| 31 |
|
|
| 32 |
|
--------------- |
| 33 |
|
Changes |
| 34 |
|
--------------- |
| 35 |
|
* ver. 2.3 |
| 36 |
|
- First Conversion from Last Node 5.x-2.3 |