Article Archives

Read and get updated on how we progress.

How to write a page tpl file for a node type?

Add this code to your theme template.php function theme_preprocess_page(&$variables) { if (isset($variables['node'])) { $variables['…

Read More >>

How to unblock an IP after several failed log in attempts in Drupal

It is common that the IP must be blocked after 5 or more failed login attempts in Drupal.This can be overcome by following these simple steps.   …

Read More >>

How to check whether Boost module is working on our Drupal site?

For improving the performance of the drupal side we always add the boost module. We need to configure the boost module to improve the performance of…

Read More >>