| 1 |
Module: viewtheme.module
|
| 2 |
File: README.txt
|
| 3 |
Author: Nic Ivy (http://drupal.org/user/6194)
|
| 4 |
CVS: $Id$
|
| 5 |
|
| 6 |
-----------------------------------------------------------------------------
|
| 7 |
OVERVIEW
|
| 8 |
|
| 9 |
Using views, change the system theme for pages like node/123.
|
| 10 |
|
| 11 |
Use the views module to list nodes, filtering them by taxonomy, content
|
| 12 |
type, author, node queue, and other parameters. Then change the system
|
| 13 |
theme if a node is in a view that you created.
|
| 14 |
|
| 15 |
For example, you could use the garland theme for your site but the
|
| 16 |
pushbutton theme for pages like node/123 that are authored by
|
| 17 |
Administrators.
|
| 18 |
|
| 19 |
-----------------------------------------------------------------------------
|
| 20 |
INSTALLING
|
| 21 |
|
| 22 |
1. Get views.module (http://drupal.org/project/views) and install it.
|
| 23 |
2. Install this module in the normal way.
|
| 24 |
5. Go to "administer" > "user management" > "access control" to configure
|
| 25 |
user permissions.
|
| 26 |
6. Go to "administer" > "site building" > "view - theme" to associate themes
|
| 27 |
with views.
|
| 28 |
|
| 29 |
-----------------------------------------------------------------------------
|
| 30 |
UNINSTALLING
|
| 31 |
|
| 32 |
1. In Drupal, go to "administer" > "site building" > "modules" to disable
|
| 33 |
this module.
|
| 34 |
2. After disabling, select the "unistall" tab at the top of the same page.
|
| 35 |
|
| 36 |
-----------------------------------------------------------------------------
|
| 37 |
SUPPORT
|
| 38 |
|
| 39 |
* http://drupal.org/project/viewtheme
|
| 40 |
|
| 41 |
-----------------------------------------------------------------------------
|
| 42 |
|