Rules

Be a happier Drupal developer with Rules (presentation at DrupalCon CPH)

DrupalCon Rules! And here are slides, presentation text, examples and some other resources for my presentation in Copenhagen.

Presentation for DrupalCon all set!

My IRC client starts jumping whenever someone mentiones Rules, which is just one of the ways of telling that I like the Rules module. No surprise that I was sunshine happy when my DrupalCon session about Rules got approved. Join the session and become a happy Drupal developer!

Proof of concept: Workflow built on CCK, Rules and Content Access

There’s a discussion going on at groups.drupal.org/rules concerning Workflow as a field. Here’s a proof of concept for how you can create workflows with CCK, Rules and Content Access. My point is that a workflow CCK widget would make much sense. Please join the discussion!

Cache Actions module rules your Drupal cache

Sometimes you wish you could have more control over you cache in order to invalidate it when it is necessary, and be able to invalidate specific parts of the cache that has been updated. One approach to do that is to use Rules together with Cache Actions.

Drupaldag i Karlstad! (föredrag)

Den 26 juni hölls Drupaldagen i Karlstad! Det var en rolig tillställning med många deltagare, och extra glad var jag som fick hålla moduldemonstrationer under eftermiddagen. Bifogat finns obehandlade screencasts från demonstrationerna.

Automating with Rules, Rules Scheduler and Views Bulk Operations

Why use Rules? And how? Here is why and how! Attached is my presentation from DrupalCamp Copenhagen 2010.

NodeOne talks Drupal: Rules – the basics

You can drastically reduce your need for custom code by using the awesome Rules module.

Here’s a screencast introducing quickly showing why and how to use it.

A solution for promoting multiple content types

Got a website with ten or more content types, and you want a neat way to promote mixed content to the front page/side bar? Here is one solution.

Owinsdeig: Avancerade behörigheter med hjälp av Rules

I denna screencast kan du se hur du kan hantera även komplexa regler för behörigheter med hjälp av modulen Rules. Andra moduler som används är Content Access, CCK och Views Bulk Operations.

Make Rules dance with Views Bulk Operations

I really like the automating power of Rules. And of course the awesome power of Views. Wouldn’t it be awesome squared if you could call a Views Bulk Operations programatically from Rules?

Well, it turns out that you can do just that! Here’s an example of how to do it.