Displaying multiple fields in a single line in drupal views
Suppose you have three fields (Title, field_city, field_country) to display in your view. By default they will display in three separate lines as follows: To display this information in a…
Simply Explaining Technology
Suppose you have three fields (Title, field_city, field_country) to display in your view. By default they will display in three separate lines as follows: To display this information in a…
Sometimes you have to sort something by the count of its relationship or usage. For example, you need to sort a content type by it rating or you need to…
This page shows what to do when you get the following error when using drush This error is basically saying that it cannot locate drush or the correct host to…
If you have lots of data that you need to post on your drupal site, you import is and use it to populate drupal nodes. This way you would not…
To remove the authoring information you can simply edit the content type as follows: Go to Administration > Structure > Content Types > edit > Display settings Uncheck “Display author…
When you set site maintenance to offline, you lose the link to you login form as well. To get the login form, you need to do the following: Do not…
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…
Drupal can be very memory intensive CMS, especially if you have lots of menus, blocks and modules. If you exhaust the allowed memory size, you would get an error such…
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 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…