| 1 |
// $Id: README.txt,v 1.1.4.1 2008/07/25 13:42:18 deekayen Exp $
|
| 2 |
|
| 3 |
OVERVIEW
|
| 4 |
--------
|
| 5 |
|
| 6 |
The submitagain module is a simple module to reroute users back to node/add/xxx
|
| 7 |
pages after they have submitted a node. It can be turned on for each content
|
| 8 |
type and is off by default. It includes a theme function to control whether or
|
| 9 |
not a drupal_set_message is used to alert users of the location of their
|
| 10 |
recently submitted posts.
|
| 11 |
|
| 12 |
This module is useful if you or your users repeatedly submit content, and would
|
| 13 |
like to speed up the process.
|
| 14 |
|
| 15 |
INSTALL
|
| 16 |
-------
|
| 17 |
|
| 18 |
No addons required. Drop the entire submit again folder in your modules directory,
|
| 19 |
usually sites/all/modules on your Drupal filesystem, activate it on the modules
|
| 20 |
page, and turn it on for each content type it should be attached to at
|
| 21 |
|
| 22 |
Administer -> Content management -> Content types -> (edit each content type)
|