Search Results

How to convert a ppk file to a pem file on Linux

Here is the steps to convert a ppk file into an equivalent pem file. Install the putty tools,  sudo apt-get install putty-tools   Generate the…

Read more

How to display related nodes in a block based on taxonomy terms with Views 3 and Drupal 7

For one of my Drupal 7 sites need to show a related node block view inside the node page to redirect the user to the next node having the same…

Read more

Drupal 7 Ajax Pages

Ajax pages enables loading of the site's pages via Ajax. Installation: Install this module the usual way. In your theme's html.tpl.php file, wrap…

Read more

How to ban a particular IP for a drupal 6 website.

For one of our drupal 6 site need to block a particular IP form drupal side. There are some module availble for drupal 7 but only few for drupal 6…

Read more

How to create a sub theme using bootstrap 7x-3.x. in Drupal 7

What makes this Article important is that the absence of .subtheme folder inside the newer version of bootstrap 3.   So lets start to make our own…

Read more

Drupal Module Upgrader to Drupal 7 to Drupal 8

Drupal Module Upgrader is a script that scans the source of a Drupal 7 module, flags any code that requires updating to Drupal 8, points off to any…

Read more