Article Archives

Read and get updated on how we progress.

Social Media Links

Social Media Links modules provides a configurable block that display links (icons) to your profiles on various popular networking sites. How to…

Read More >>

Search Api Module Features

Database search Database search module provides a database based implementation of the Search API. The database and target to use for storing and…

Read More >>

How to block sending email in development purpose.

Mail Log module defines drupal_mail_wrapper(), which takes over the handling of mail sending. This wrapper creates a node of type 'Logged Mail', a…

Read More >>

How to automatically delete a Docker container after running it

Normally, a Docker container persists after it has exited. This allows you to run the container again, inspect its filesystem, and so on. However,…

Read More >>

Accessing MySQL database from Python script using MySQLdb

The first thing you need to do is to create a connection to the database using the connect method. After that, you will need a cursor that will…

Read More >>

Drupal Commerce: How to redirect to a specific page via Rules?

In this article we will explain how to redirect to checkout page when you place an order and payment transaction gets failed. There are several ways…

Read More >>