I need to display a user registration block in a lightshow. It needs to pop up like a lightshow. Also it needs to popup after a certain amount of time. Is there a module that can accomplish this?

Comments

pixelsweatshop’s picture

What is a "lightshow"? Do you mean lightbox? If so, you can use https://www.drupal.org/project/fancy_login as it does both the login and the register.

Johan Groenewald’s picture

Thanks for the reply Nicoz ... yes in a lightbox, but i don't want users to click any links.

pixelsweatshop’s picture

Johan Groenewald’s picture

I was thinking that maybe rules can be used to trigger this. Thanks will have a look at them.

pixelsweatshop’s picture

This wouldn't be a fit for rules. Rules needs something to trigger it. Node save, view node. You want to do it once per session after a certain amount of time. Nothing in rules allows that to trigger anything. You might find something in the rules session module, but I have never used it.