Hey guys,
is it possible to place the login portlet into a theme?
I want to place it instead the "sign in" link, so the email and password fields will be visible.. (like www.swisher.com =))
The thing is, I can place it into every page but only by moving it into the page area where the "content" div is.
I need a little help to understand :
1<div id="content">
2 ...
3 #if ($selectable)
4 $theme.include($content_include)
5 #else
6 $portletDisplay.recycle()
7 $portletDisplay.setTitle($the_title)
8 $theme.wrapPortlet("portlet.vm", $content_include)
9 #end
10 </div>
Is there a way to write the code from the login protlet into a different div that I place ..lets say, instead of
1#if (!$is_signed_in)
2 <a href="$sign_in_url" id="sign-in" rel="nofollow">$sign_in_text</a>
3 #end
many thx!!!
Please sign in to flag this as inappropriate.