| 1 |
quotes.module
|
| 2 |
INSTALL.txt
|
| 3 |
$Id: INSTALL.txt,v 1.8 2006/05/22 16:36:27 jhriggs Exp $
|
| 4 |
|
| 5 |
For a new installation, copy the entire quotes module directory to the
|
| 6 |
appropriate module directory within your Drupal installation. Then log
|
| 7 |
into your site, enable the quotes module on the admin/build/modules
|
| 8 |
page, set permissions as desired on admin/user/access#module-quotes,
|
| 9 |
and go to the admin/settings/quotes page to create and configure the
|
| 10 |
quote blocks.
|
| 11 |
|
| 12 |
When upgrading from a previous version of the quotes module, log into
|
| 13 |
your site as administrative user 1, replace the existing quotes module
|
| 14 |
directory with the new one, and then go to the /update.php page to
|
| 15 |
check for and run any necessary upgrades for the quotes module.
|
| 16 |
|
| 17 |
If you are upgrading from a pre-4.5 version, you will need to export
|
| 18 |
and re-import your existing quotes from your pre-4.5 database or
|
| 19 |
upgrade to Drupal 4.6, to 4.7, and then to 5.
|
| 20 |
|
| 21 |
The quotes module has five permissions:
|
| 22 |
|
| 23 |
* administer quotes:
|
| 24 |
allows users to administer the quotes module and
|
| 25 |
create/configure/delete quote blocks
|
| 26 |
* create quotes:
|
| 27 |
allows users to create quotes (they cannot edit quotes without the
|
| 28 |
'edit own quotes' permisssion)
|
| 29 |
* import quotes:
|
| 30 |
allows users to import quotes (they cannot edit quotes without the
|
| 31 |
'edit own quotes' permission)
|
| 32 |
* edit own quotes:
|
| 33 |
allows users to create, edit, and delete quotes
|
| 34 |
* promote quotes to block:
|
| 35 |
allows users to promote their quotes so that they will appear in
|
| 36 |
any defined quote blocks
|