Closed (works as designed)
Project:
Front Page
Version:
5.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Jul 2007 at 10:12 UTC
Updated:
9 Jul 2007 at 14:18 UTC
I am lookig for a way to deploy a landing page for a specifc ad campaign running on other sites. Specfically, I do not want to alter the current front page of the publicly facing site I just want a separate node that is outside the theme that will allow me to deploy the large graphic designed for the landing page along with the image map html...
Is this module appropriate fo rthat purpose? Seems the closest thing I can find to what I thought would have been a common requirement...
Thanks in advance,
Tim
Comments
Comment #1
beginner commentedNo, you wouldn't be able to achieve this with this module.
If you want separate pages completely outside of your usual Drupal theme, the best is to create separate .html or even .php files, where the whole content is coded by hand, to fit your exact purposes. I don't see where one would need a module for that (assuming I understand what you need).
If this answer is enough, you may set the issue as 'fixed', otherwise, reopen.
Comment #2
beginner commentedComment #3
Dublin Drupaller commentedhi tpletcher - you can actually do what you want using the front page module...
The front page module allows you to:
That will display whatever HTML you put in the front page text area for anonymous users.
That technique is commonly used in situations like http://www.theonion.com where you want to display a big advert for new visitors to the site...but hide it for users already logged in.
hope that helps
Dub
Comment #4
beginner commentedI may have misunderstood what he wanted to do. I thought he did NOT want whatever page he wants to design to be the home page, even for anon. users.
Never mind. Thanks for correcting me, Dub! :)