[TYPO3] I need help with some login box trouble

Jeppe Donslund jd at webmasters.dk
Wed Oct 17 16:15:50 CEST 2007


Hi.

I am using the macmade login extension

Is it possible to hide all the status messages and then show the login 
form instead?

I guess it it some think about this:

$htmlCode[] = $this->api->fe_buildLoginBox(
                     $this->conf[ 'pid' ],
                     $this->conf[ 'loginBox.' ][ 'inputSize' ],
                     $this->conf[ 'loginBox.' ][ 'method' ],
                     $this->conf[ 'loginBox.' ][ 'target' ],
                     $this->conf[ 'loginBox.' ][ 'wrap' ],
                     $this->conf[ 'loginBox.' ][ 'layout' ],
                     'pi_loginbox_',
                     $this->conf[ 'permaLogin' ]
                 );

But when I am logged in it shows my username and a log out button. It 
would be nice if it just showed the login box all the time.

Yes I know, the people think they have to log in over and over, but I 
would like to do it anuway.

Hope someone can help me.


Regards,
Jeppe D.


More information about the TYPO3-english mailing list