-
Heartbeat module for drupal
Tuesday, January 12th, 2010
This page holds links to documentation about the module “heartbeat” for drupal 6. From here you will find how to install the module, how to use it and how to implement its hooks. As many drupal contributes, heartbeat comes with an export for messages that can be pasted in a hook function.
Heartbeat highly depends on the rules module. Rules allows other modules to describe default rules, and that’s what heartbeat does. The messages you build are exportable into default as well. -
Building a nice slideshow with Drupal views and jQuery
Thursday, January 22nd, 2009
For one of my projects at One-Agency, i had to build a slideshow with images of one of my content types.
I started to make my promotions content type with CCK and make it possible to upload an image and add extra information on the promo.
After that, i could start with the real work.I made a block-view with the settings to show only promotions that are published, and show the nodes in this view as a node. Once you have this set up, you can start to prepare you’re template file.