- 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
Note that you can work around most of the safe mode issues by hacking the sources, but I would not recommend it. Also make sure your provider registers you as the owner of the domain name. Some hosting providers require a small change in the .htaccess file which Drupal provides. Otherwise clean URL's won't work. Change the following line RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] into RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA] (insert a slash). If you forget this after upgrading, and clean URL's are enabled, you may get an internal server error (500) when you access the admin pages. |
|||