https://www.icyphoenix.com/viewtopic.php?f=32&t=8556&p=55827#p55827 ----------------------------------- Joshua203 Sun 03 Jun, 2012 17:42 Re: Right Sidebar On Milky Way ----------------------------------- Well this is starting to sound more like a mod request :mryellow: If you would like the loginbox to disapear after the user has logged in it should not be so hard, you could take a close look at this example and rewrite it to fit your box: [code linenumbers=false]
{L_USERNAME}:   {L_PASSWORD}:   {L_LOG_ME_IN}  
 
 
{S_LOGIN_REDIRECT} {S_FORM_TOKEN}
[/code] (Strip what you don't need and make sure it's not all in one line anymore) Otherwise I would start researching how one of the many available portals do this, they usually show user stuff (like name, avatar etc) after the login. I hope you do realize the box is already in the index page when a user is not logged in, so that one + the one in the top menubar + your idea would give you 3 ways to login on one page, isn't that a bit too much of a good thing?