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 >>