How to add welcome message to block in Drupal 7? Step 1: Use views module. Add new view. Step 2: Choose Users from the Show drop-down menu and tick on...
Steps to overwrite the theme pager in Drupal 7 You would need to implement all of the following theme functions in your template.php( located within your theme folder, usually...
Custom Fonts in Drupal 7 The best way to adding custom fonts in Drupal is using the @fontyourface module. The module will allow you to...
How do I add an image to a block in Drupal 7 In order to add an image to a block in Drupal, you can use the Image Block module. Step 1:...
How to protect Drupal from spam? You can easily protect your Drupal application from spam messages simply by installing anti spam module for it. One of...