Hello

I'm working on a (static) website. In the future I would like to convert it to drupal.
While thinking of the conversion, I came across this problem:

On the site an event can be posted. To boost the event, the frontpage of the site changes in a full screen image of the event (x days before the event). When clicking on the image, the user gets redirected to the event and its description. When clicking home afterwards, the user comes to the real frontpage of the site.

Is there some module that can give me this functionality in drupal? Or how can this be achieved in drupal?

Thanks for your help !

Comments

jainrutgers’s picture

If you want to just display the image of event on front page then you can do this

1)Make front-page.tpl.php. Put the image code on this and remove everything else that you don't want.

See sample over here

http://www.cjain.com

But remember each time you have to change the image manually. The easiest way is to keep the image name same for ever and just upload the new one and it will replace the old one. (Upload through ftp)

Chetan

phoenix’s picture

Thanks for your help. I was just hoping there would be a module for this :-)

jainrutgers’s picture

sorry for example now the link is

http://mattandtamsen.com

I don't remember if there is any module for it which will exactly render your needs. You can try custom page module

http://drupal.org/project/custompage

Chetan
http://www.cjain.com