| 1 |
/* $Id: README.txt,v 1.2 2009/07/27 18:34:22 manfer Exp $ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
The Drupal pageear module allows you to add pagepeel, "magic corners" type
|
| 6 |
banners to your website.
|
| 7 |
|
| 8 |
For a full description of the module, visit the project page:
|
| 9 |
http://drupal.org/project/pageear
|
| 10 |
|
| 11 |
To submit bug reports and feature suggestions, or to track changes:
|
| 12 |
http://drupal.org/project/issues/pageear
|
| 13 |
|
| 14 |
|
| 15 |
-- REQUIREMENTS --
|
| 16 |
|
| 17 |
None.
|
| 18 |
|
| 19 |
|
| 20 |
-- INSTALLATION --
|
| 21 |
|
| 22 |
* Install as usual, see http://drupal.org/node/70151 for further information.
|
| 23 |
|
| 24 |
|
| 25 |
-- CONFIGURATION --
|
| 26 |
|
| 27 |
* Configure user permissions in Administer >> User management >> Permissions >>
|
| 28 |
pageear module:
|
| 29 |
|
| 30 |
- administer pageears
|
| 31 |
|
| 32 |
Users in roles with the "administer pageears" permission will be able to
|
| 33 |
administer pageears.
|
| 34 |
|
| 35 |
- use PHP for pageear visibility
|
| 36 |
|
| 37 |
Users in roles with the "use PHP for pageear visibility" permission will
|
| 38 |
be able to configure pageears visibility using PHP code.
|
| 39 |
|
| 40 |
* Configure, add or delete your pageears in Administer >> Site building >>
|
| 41 |
Pageears.
|
| 42 |
|
| 43 |
|
| 44 |
-- TROUBLESHOOTING --
|
| 45 |
|
| 46 |
* If you find any problem, write an issue in the project issue queu:
|
| 47 |
|
| 48 |
- http://drupal.org/project/issues/pageear
|
| 49 |
|
| 50 |
|
| 51 |
-- FAQ --
|
| 52 |
|
| 53 |
Q:
|
| 54 |
|
| 55 |
A:
|
| 56 |
|
| 57 |
|
| 58 |
-- CONTACT --
|
| 59 |
|
| 60 |
Current maintainers:
|
| 61 |
* Fernando San Julián (manfer) - http://drupal.org/user/506264
|