Category: Drupal

Installing drupal using vagrant

If you are running a windows system, it can be difficult to setup several pristine drupal development environments. The simple solution is to install a virtual machine, setup your drupal…

How to turn off drupal messages

A red error message displaying on your webpage, visible to every visitor is the worst thing you can do to your site. Unfortunately, drupal displays error messages on the screen…

Setting up clean URLs in drupal

Setting up clean URLs Drupal URLs have the format http://www.molecularsciences.org/?q=node/11. ‘?q=’ does not look very nice in the URL. It also hinders using meaningful URLs. Search engines such as google…