Thanks for the reply Tobias.
I am doing the same thing that u have mentioned above. but the problem is in some other place in the portal i am giving the user's permission to change the theme. And if the user selects that theme its not looking nice.
may be i have to stop that theme from appearing into the selection.
And one more thing is that we can have a jsp(index.jsp) as our first page and design it as required.
But i dont know how to do so.
Can u help in that?
Tobias Amon:
Hi,
I suggest, that you create a new portal theme for the login page. In this theme, simply remove anything that you don't need for portlet display. Your "portal_normal.vm" might look like this:
1#if ($selectable)
2 $theme.include($content_include)
3 #else
4 $portletDisplay.recycle()
5
6 $portletDisplay.setTitle($the_title)
7
8 $theme.wrapPortlet("portlet.vm", $content_include)
9 #end
Then simply assign this simple theme to the login page.
kind regards
Tobias
Please sign in to flag this as inappropriate.