| 1 |
# $Id: README.txt,v 1.1.2.5 2008/12/28 02:44:37 eric3 Exp $
|
| 2 |
***********************************************************
|
| 3 |
* NoProb *
|
| 4 |
* Ported by: Brad Landis *
|
| 5 |
* Maintained by: Eric Knibbe *
|
| 6 |
* *
|
| 7 |
* The original theme was taken from oswd.org, and was *
|
| 8 |
* designed by kpgururaja. *
|
| 9 |
* http://www.oswd.org/design/information/id/2569 *
|
| 10 |
***********************************************************
|
| 11 |
|
| 12 |
-------------
|
| 13 |
Summary
|
| 14 |
-------------
|
| 15 |
|
| 16 |
This is a fixed-width design with a single-colored banner and a
|
| 17 |
muted colour scheme. It features support for sidebars on one or
|
| 18 |
both sides, a print style sheet, and under Drupal 6 and above, a
|
| 19 |
menu bar with drop-down menus for nested links. Its text rendering
|
| 20 |
has been optimized for consistency and vertical rhythm, and it
|
| 21 |
fits browser windows sized at least 900px wide.
|
| 22 |
|
| 23 |
Passes validation for XHTML 1.0 and CSS level 3.
|
| 24 |
|
| 25 |
-------------------
|
| 26 |
Installation
|
| 27 |
-------------------
|
| 28 |
|
| 29 |
1. Make sure you have the phpTemplate theme engine installed.
|
| 30 |
It's installed by default under Drupal 5 and above.
|
| 31 |
|
| 32 |
2. Move the noprob folder into your themes folder.
|
| 33 |
|
| 34 |
3. Enable NoProb by going to Administer > Site Building > Themes.
|
| 35 |
|
| 36 |
-------------------
|
| 37 |
Customization
|
| 38 |
-------------------
|
| 39 |
|
| 40 |
By default, nested links in the menu bar will appear as drop-down
|
| 41 |
menus. You need only arrange your menus in Administer > Site
|
| 42 |
Building > Menus, and the code will take care of the rest. If you
|
| 43 |
need to turn off drop-down menu generation entirely, open
|
| 44 |
page.tpl.php in a text editor and replace all occurrences of the
|
| 45 |
word 'noprob' with 'menu'; this will prevent the theme from calling
|
| 46 |
the custom functions listed in template.php.
|
| 47 |
|
| 48 |
A change from older releases of this theme is that secondary links
|
| 49 |
now appear at the bottom of the page among the footer content as
|
| 50 |
a bar of text links, a popular convention, instead of up
|
| 51 |
on the right-hand side of the menu bar near the top of the page.
|
| 52 |
However, it's still possible to put links at the top right by going
|
| 53 |
to the Menus admin page and creating a new one with a menu name of
|
| 54 |
"tertiary-links", without the quotes. Drop-down menus will also be
|
| 55 |
available for that menu.
|
| 56 |
|
| 57 |
-------------
|
| 58 |
Contact
|
| 59 |
-------------
|
| 60 |
|
| 61 |
* Eric Knibbe (Eric3) - http://drupal.org/user/69309
|
| 62 |
|