Hi,

I am aware that Rules may not be enough for the thing I want to achieve but maybe someone proposes a method:

I want to show a specific (for example a welcome) block to user when they logged in or maybe to a visitor when he first sees the front page. I dont want to show a page, but on the front page I just want to show a block above content for one-time only.

An example:

A visitor enters the site and there is a block (like the status messages) above the content saying "Welcome to our site..." After 2 minutes he visits the frontpage but this time, the block is disapeared.

Thanks,

Sinan

Comments

mitchell’s picture

Status: Active » Fixed

I don't have a solution in mind for the anonymous users, but you could make a block visible only to a 'newly registered' role, then after two minutes remove the user from that rule.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mitchell’s picture

Component: Miscellaneous » Rules Core

Updated component.

Sinan Erdem’s picture

http://drupal.org/project/user_alert

This module now does what I want and more, with the help of scheduler module...