Planet

As a Drupal developer, I spend 90% of my time mucking with PHP arrays.

In this tutorial we would learn how to make dropdown multi-columns menu in drupal. We are going to be making use of the TB Mega Menu.

In this tutorial we would learn how to make dropdown multi-columns menu in drupal. We are going to be making use of the TB Mega Menu.

$conf['mail_system'] = array(
'default-system' => 'DevelMailLog',
);

$conf['mail_system'] = array(
'default-system' => 'DevelMailLog',
);

ReCAPTCHA allows your to add spam protection to your custom Drupal forms without any further coding work.

I had recently found the need to manually reindex the Search API indexes programmatically after performing some other operation.

Super duper simple example on how to programmatically create your own custom Drupal blocks and display any content.

Code snippet below needs to be in a custom module.

The objective of this section is to make the primary menu a toggle menu for the mobile interface. i.e the menu renders on click in mobile devices and is horizontal on screens wider than 600px.

Pages