Re: [TYPO3] new login box typoscript to show forgot password link

2007-05-15 Thread Bas van der Togt
This is the TS way: plugin.tx_newloginbox_pi1 { storagePid = 278 detailsPage = 278 showForgotPassword = 1 email_from = email_fromName = replyTo = templateFile = fileadmin/templates/login.html domains = } obj.login = COA obj.login { 10 = TEXT 10.wrap = | 20 < plugi

Re: [TYPO3] new login box typoscript to show forgot password link

2007-05-15 Thread dave typo
what? are you talking about reordering my typoscript, like this? plugin.tx_newloginbox_pi1.showForgotPassword=1 plugin.tx_newloginbox.storagePid_pi1 = 278 plugin.tx_newloginbox_pi1.detailsPage=278 lib.logininfo < plugin.tx_newloginbox_pi1 or do you mean that in order to show the forgot password l

Re: [TYPO3] new login box typoscript to show forgot password link

2007-05-15 Thread Bas van der Togt
dave, do you include the login with TS or a content element. if you use TS this is enough, with a content element you have to check showForgotPassword. Bas dave typo wrote: > shouldnt this be enough to show the forgot password link for my > newloginbox? > > lib.logininfo < plugin.tx_newloginb

Re: [TYPO3] new login box typoscript to show forgot password link

2007-05-15 Thread Bjoern Pedersen
"dave typo" <[EMAIL PROTECTED]> writes: > shouldnt this be enough to show the forgot password link for my newloginbox? > > lib.logininfo < plugin.tx_newloginbox_pi1 > plugin.tx_newloginbox.storagePid_pi1 = 278 > plugin.tx_newloginbox_pi1.detailsPage=278 > plugin.tx_newloginbox_pi1.showForgotPasswo

[TYPO3] new login box typoscript to show forgot password link

2007-05-15 Thread dave typo
shouldnt this be enough to show the forgot password link for my newloginbox? lib.logininfo < plugin.tx_newloginbox_pi1 plugin.tx_newloginbox.storagePid_pi1 = 278 plugin.tx_newloginbox_pi1.detailsPage=278 plugin.tx_newloginbox_pi1.showForgotPassword=1 why isnt this working? __