Profile picture for user admin
Daniel Sipos
09 Nov 2012

Create a View with Views inside in Drupal 7

This tutorial will illustrate how to use the Views Field View module to create a page that lists a number of taxonomy terms, and for each, a different View of nodes tagged with the respective term. In other words to have Views within a View.

Profile picture for user admin
Daniel Sipos
07 Nov 2012

Cool module: Homebox

Homebox is the module that makes possible what you have probably seen on the drupal.org user dashboard. Homebox creates a page on your site where you can have a number of draggable blocks with all sorts of content.

Profile picture for user admin
Daniel Sipos
05 Nov 2012

Display user image in the comment form in Drupal 7

This tutorial shows a way to add the user image next to the empty New Comment Form in Drupal 7. By simply editing the comment-wrapper.tpl.php and adding some easy code, you can display the profile picture of the logged user next to the comment form.

Profile picture for user admin
Daniel Sipos
02 Nov 2012

Cool module: View mode per Role

The View mode per Role module allows you to display a custom view mode of a node depending on the permission role of the user. For instance, you can restrict your premium content to authenticated users by displaying only a teaser of the content to anonymous users.

Profile picture for user admin
Daniel Sipos
29 Oct 2012

Cool module: Inline Entity Form

The Inline Entity Form allows you to edit or create a new referenced node on the same form page as the node that references it. In other words, when you create a new node that has a reference field to another content type, you can directly there create the referenced node and reference it.

Profile picture for user admin
Daniel Sipos
25 Oct 2012

Cool Module: Menu Attributes

The Menu Attributes module allows you to add custom html attributes to the individual menu items. You can add custom classes, ids, relationships and others.

Profile picture for user admin
Daniel Sipos
20 Oct 2012

Cool Module: Security Review

Website security is very important. There is a neat little module that scans your Drupal installation and points out if you made some of those common and easy-to-make mistakes that open up security vulnerabilities.