- Accessing Oracle from PHP
- CSS tricks explained
- Conditional fields
- Drupal tips
- Installing Drupal
- Autologout when closing browser
- Block visibility depending on node type
- Editor instead of a text box
- Event calendar
- Hosting provider requirements
- Images
- Increasing upload and memory limit
- Meta tags
- Modifying the maintenance page
- Other fields besides title and body
- Permissions
- Second level primary links block
- Signup form using CCK
- Sticky table header
- Theme issues
- Translations
- Upload progress
- Useful modules
- Video uploads
- HTML / XML code
- PNG hack for IE5/6
If you put the site in maintenance mode, by default users will see a page themed in Garland style. The following will let you provide your own maintenance page. In your theme directory, create a file called maintenance-page.tpl.php or copy it from the Garland theme. Modify the new file to suit your needs. Then edit sites/default/settings.php. Make sure the following code exists: $conf = array( 'maintenance_theme' => 'your_theme_name' ); Put the site in maintenance mode and logout. You will see your new maintenance page. To login, use your site name and add /user. This will bring you to the login page where you can still login using your first Drupal account. |
|||