Search Results

How to implement Time field in drupal

Timefield Timefield is a Field API field that can store 3 types of time values: a simple time value, a start time and end time, or a combination of…

Read more

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