-
Heartbeat demo download section
Thursday, February 4th, 2010
This evening, I uploaded a downloads section at the heartbeat demo site. The modules the site is created with, are downloadable from the site.
-
Sortables in a custom node form
Tuesday, October 21st, 2008
Draggables and sortables are commonly used in the drupal core. Taxonomy, menu, cck, … . The items that are sortable always belong to ‘a parent’. If this parent is listed as sortable in another parent, then it is a cascading system with a maximum of levels. The typical tree listing together with draggable handle icons, will tell the users that they can drag. This belong to relation controls a parent with its children that all have a positional sortorder variable. In Drupal, these are called weights. I wondered if this could be quickly implemented in custom modules where you have this relation ship. Since this is everywhere in drupal, why not do the test now?
-
Enforce themes to content-types in Drupal
Wednesday, September 10th, 2008
Yesterday, for my project at ONE-agency, I was seeking for a module that could change theme settings beyond default implementation. When installing Drupal, which is drupal6 in my case, you can add your own theme. After adding, it is available in the administration themes list so you can set it as default (admin/build/themes). Because drupal [...]