You need to sign in to do that
Don't have an account?
How to hide Customer Portal frame on custom authenticated Site?
Hi all:
I am building a completely customized, authentication-only site. After some work, I've managed to set it up so that users must authenticate, and when they do they're taken to the site's landing page, a custom VF page.
The problem is, I still have what I'll call the "customer portal wrapper" around the page -- it has the customer portal CSS, and the tabs for Home, Case, Solutions, Reports, Documents, as well as the sidebar.
I want all that to disappear. Basically I want the page to appear exactly as it does when I access it directly in my org.
What do I need to turn on or off to accomplish this?
Thanks.
All Answers
Some is missing some info. But it's not you :-)
Solved!
That brings me to a question about how I might then enable access to Documents for these same users but I'll post that elsewhere.
Steve,
Could you post your code that solved this problem. Im looking to do the same type of thing.
Thanks
It's really as simple as Bulent C. said above - <apex:page id="foo" showHeader="false">
Then of course you have to replace the native look and feel with your own but that's a separate issue. :-)