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
Comment #1
mitchell commentedI 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.
Comment #3
mitchell commentedUpdated component.
Comment #4
Sinan Erdem commentedhttp://drupal.org/project/user_alert
This module now does what I want and more, with the help of scheduler module...