| 1 |
/* $Id: README.txt,v 1.4 2008/11/16 02:54:49 davyvandenbremt Exp $ */
|
| 2 |
|
| 3 |
Description
|
| 4 |
-----------
|
| 5 |
|
| 6 |
Drupal allows you to define a different theme for administration pages
|
| 7 |
(Administer -> Site configuration -> Administration theme). By default this
|
| 8 |
only applies to pages with a path starting with 'admin' and content editing
|
| 9 |
pages.
|
| 10 |
|
| 11 |
The Administration theme module allows you to use this theme on more pages
|
| 12 |
like : - batch processing pages - devel node load and render pages - coder
|
| 13 |
code review pages - pages you define yourself in the provided textarea
|
| 14 |
|
| 15 |
Some of these options will only be available to you if they apply to your
|
| 16 |
installation, i.e. you have the module installed which generates these pages.
|
| 17 |
|
| 18 |
If you'd like to see more options added, please let me know in the issue queue
|
| 19 |
for this module.
|
| 20 |
|
| 21 |
|
| 22 |
Requirements
|
| 23 |
------------
|
| 24 |
|
| 25 |
This module requires Drupal 6.
|
| 26 |
|
| 27 |
|
| 28 |
Installation
|
| 29 |
------------
|
| 30 |
|
| 31 |
1) Copy/upload the admin_theme module folder to the sites/all/modules
|
| 32 |
directory of your Drupal installation.
|
| 33 |
|
| 34 |
2) Enable the Administration theme module in Drupal (administer -> modules).
|
| 35 |
|
| 36 |
|
| 37 |
Configuration
|
| 38 |
-------------
|
| 39 |
|
| 40 |
You can enable/disable the administration theme on the administration theme
|
| 41 |
configuration page.
|
| 42 |
|
| 43 |
Instant Search can be configured at :
|
| 44 |
Administer -> Site configuration -> Instant Search
|
| 45 |
|
| 46 |
Alternative modules
|
| 47 |
-------------------
|
| 48 |
|
| 49 |
You could also use the excellent Taxonomy theme module to do the same things
|
| 50 |
(and much more). This module is just a bit more lightweight and easier to use
|
| 51 |
(since it's less generic).
|
| 52 |
|
| 53 |
You can download Taxonomy theme at
|
| 54 |
http://drupal.org/project/taxonomy_theme
|
| 55 |
|
| 56 |
|
| 57 |
Author
|
| 58 |
------
|
| 59 |
|
| 60 |
Davy Van Den Bremt <info@davyvandenbremt.be>
|
| 61 |
http://www.davyvandenbremt.be
|