Profile picture for user admin
Daniel Sipos
28 Nov 2012

How to control the comment form display using the Drupal theme layer

This tutorial looks at how you can take control over the way your site’s comment forms are displayed using the Drupal theme layer. You will learn how to add a new theme implementation to the registry using hook_theme(), but also how to then theme the comment form using this implementation.

Profile picture for user admin
Daniel Sipos
26 Nov 2012

5 cool modules to help you with your blocks

I put together a list of 5 cool modules that you should probably know when dealing with blocks in Drupal 7. They are quite simple but offer interesting bits of functionality or enhance the management of your site’s blocks.

Profile picture for user admin
Daniel Sipos
21 Nov 2012

Cool module: Imagefield Crop

Imagefield Crop provides a cool widget for cropping images when uploading via an image field. The user can move or resize the cropping box and save the image according to the final selection.

Profile picture for user admin
Daniel Sipos
16 Nov 2012

Cool module: Architecture

Architecture is a very simple module that gives you an overview of all the entities, taxonomies and variables found on your site. In form of a report, this information is intended as easily readable documentation of how the site is put together.

Profile picture for user admin
Daniel Sipos
14 Nov 2012

How to add numbering to your Views results

This tutorial will show you how to number the results of your Drupal View automatically. In other words, how you can add 1., 2., 3., 4., etc before, let’s say, each node title in a certain View.