| 1 |
-------------
|
| 2 |
Requirements:
|
| 3 |
-------------
|
| 4 |
|
| 5 |
- Drupal 6.x
|
| 6 |
- MYSQL (only been tested with MYSQL)
|
| 7 |
|
| 8 |
-------------
|
| 9 |
Installation:
|
| 10 |
-------------
|
| 11 |
|
| 12 |
1) Extract the tablemanager module package to your modules/ directory and be
|
| 13 |
sure your web server has read permissions for this file. (It should match the
|
| 14 |
ownership and permissions of the other modules in this directory).
|
| 15 |
|
| 16 |
2) Log on to your site and enable the tablemanager.module.
|
| 17 |
(Goto :: administer -> modules :: check 'tablemanager' :: save)
|
| 18 |
|
| 19 |
3) If for any reason you do not get a message telling you that the tables have
|
| 20 |
been created okay then manually create the tables from the sql in the
|
| 21 |
tablemanager.install file (you can ignore the updates below the sql).
|
| 22 |
|
| 23 |
4) Enable the tablemanager filter in the input filter of your choice.
|
| 24 |
(Goto :: administer -> input formats :: configure :: check 'tablemanager' :: save)
|
| 25 |
|
| 26 |
----------
|
| 27 |
Upgrading:
|
| 28 |
----------
|
| 29 |
|
| 30 |
1) Replace the tablemanager folder in your modules directory with the latest
|
| 31 |
package.
|
| 32 |
|
| 33 |
2) Go to: http://www.yoursite.com/update.php and follow the instructions.
|
| 34 |
|
| 35 |
3) Tablemanager will automatically update your database and entries to the latest
|
| 36 |
version (NOTE - a database update is not always required, but it's always
|
| 37 |
best to check after updating *any* module).
|
| 38 |
|
| 39 |
|
| 40 |
Pobster
|