Article Archives

Read and get updated on how we progress.

Blog

How to Create a Dropdown menu in Drupal 7?

We can create a dropdown menu in drupal using the Superfish module.   Download and enable the Superfish module   Enable dependency…

Read More >>

How to add font awesome inside Drupal 7?

Download the font awesome and then move the folder to your theme folder. Here are the two methods of adding font awesome inside our drupal site.…

Read More >>

How to enable Google reCaptcha in Drupal form.

To enable reCaptcha in Drupal we have to enable the reCapctcha module.   Type 'drush en -y recaptcha' on Terminal.   This will download…

Read More >>

How to add an argument to a view pro grammatically in Drupal 7?

For  one of our drupal 7 Site need to pass the argument to the views programatically. The Drupal 7 contributed hook helps for the same. …

Read More >>

How to create Bootstrap subtheme[CDN] in drupal 8 ?

In my previous article we learned how to create a bootstrap subtheme in drupal 7. In this article we learn to create a bootstrap subtheme in Drupal8…

Read More >>

How to set up variables for a specific type to use in a Template Drupal 8?

It's almost the same as in Drupal 7, but in Drupal 8 the concept changes as OOP. So there is some difference to call the 'type'. We can't simply…

Read More >>