Posted by philbar on June 1, 2009 at 4:57pm
Jump to:
| Project: | Front Page |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I would like to display a splash page (or perhaps just a modal window) for users who are visiting my site for the first time. This splash page will display them with routing links so they can be directed to the audience specific section of the site. If they are home users, they will click a link for "Consumer". If they represent a business, they will click the "Business" link.
This module seems like it could figure out if the visitor is entering the website for the first time from any landing page (not just the home page) and display the splash page. With some cookies, this shouldn't be too difficult to implement.
Comments
#1
here's a simple PHP script that uses cookies that you could use in your page.tpl.php file to "catch" everyone visiting your site for the first time.
http://deadlytechnology.com/scripts/php/using-a-splash-page/
#2
+1