- 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
Drupal may complain about a missing library that is used to display a progress bar while uploading files. To install it: aptitude install php5-dev php-pear pecl install uploadprogress echo "extension=uploadprogress.so" > /etc/php5/apache2/conf.d/uploadprogress.ini apache2ctl restart |
|||