| 1 |
/* $Id: README.txt,v 1.1 2008/04/09 19:34:18 sun Exp $ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
Teaser Block is a yet simple module which allows to create blocks that contain
|
| 6 |
a link to a specified node.
|
| 7 |
|
| 8 |
For a full description visit the project page:
|
| 9 |
http://drupal.org/project/teaser_block
|
| 10 |
Bug reports, feature suggestions and latest developments:
|
| 11 |
http://drupal.org/project/issues/teaser_block
|
| 12 |
|
| 13 |
|
| 14 |
-- REQUIREMENTS --
|
| 15 |
|
| 16 |
None.
|
| 17 |
|
| 18 |
|
| 19 |
-- INSTALLATION --
|
| 20 |
|
| 21 |
* Install as usual, see http://drupal.org/node/70151 for further information.
|
| 22 |
|
| 23 |
* Enable the module in administer >> Modules.
|
| 24 |
|
| 25 |
|
| 26 |
-- CONFIGURATION --
|
| 27 |
|
| 28 |
* Configure user permissions in administer >> User management >> Access control
|
| 29 |
>> Teaser block.
|
| 30 |
|
| 31 |
* Enable the linkable content-types in administer >> Content management >>
|
| 32 |
Content types. All content-types are disabled by default.
|
| 33 |
|
| 34 |
|
| 35 |
-- USAGE --
|
| 36 |
|
| 37 |
* Go to admin/build/block, click the tab "Add teaser block", create a block as
|
| 38 |
usual, and select the node to link to in the displayed field.
|
| 39 |
|
| 40 |
|
| 41 |
-- CREDITS --
|
| 42 |
|
| 43 |
Authors and current maintainers:
|
| 44 |
* Daniel F. Kudwien (sun) - dev@unleashedmind.com
|
| 45 |
* Stefan M. Kudwien (smk-ka) - dev@unleashedmind.com
|
| 46 |
|
| 47 |
This project has been sponsored by:
|
| 48 |
* UNLEASHED MIND
|
| 49 |
Specialized in consulting and planning of Drupal powered sites, UNLEASHED
|
| 50 |
MIND offers installation, development, theming, customization, and hosting
|
| 51 |
to get you started. Visit http://www.unleashedmind.com for more information.
|
| 52 |
|