Bug #78089
closedTemplate Include does not load TypoScript correct.
0%
Description
I have loaded the felogin template in the typoscript of my extension like:
@plugin.tx_felogin_pi1 {
showForgotPasswordLink = 0
showForgotPassword = 0
redirectMode = logout
redirectPageLogout = {$startPage.id}
storagePid = 7
showLogoutFormAfterLogin = 1
_LOCAL_LANG.de.ll_forgot_reset_message = Benutzerdaten eingeben. Ihnen werden Anweisungen zum Zurücksetzen des Passworts zugesandt.
_LOCAL_LANG.de.ll_error_message = Wahrscheinlich haben Sie Ihren Benutzernamen oder das Passwort falsch eingegeben.
_LOCAL_LANG.de.ll_logout_header= Benutzeranmeldung
_LOCAL_LANG.de.ll_logout_message= Geben Sie Ihren Benutzernamen und Ihr Passwort ein, um sich an der Web-Site anzumelden:
}
lib.loginContainer = COA
lib.loginContainer {
10 = COA
10 {
stdWrap.dataWrap = <div id="login-container" class="fluid-container login-container {register:loginClass}">|</div>
20 = COA
20 {
wrap = <div> | </div>
10 < plugin.tx_felogin_pi1
}
}
}@
When i include the extension template all is loaded correct except the lib.loginContainer which i have included in the HTML with<f:cObject typoscriptObjectPath="lib.loginContainer"/>
When i include the Typoscript, without loading the template, under General -> Setup all is working correctly.
Updated by Nicole Cordes about 8 years ago
- Status changed from New to Needs Feedback
Hi Sebastian,
have you checked your TypoScript in the object browser and ensured the plugin is configured as USER_INT correctly?
Updated by Riccardo De Contardi almost 8 years ago
- Status changed from Needs Feedback to Closed
No feedback within 90 days > closing this issue.
If you think that this is the wrong decision or experience the issue again, please reopen it or open a new issue with a reference to this one. Thank you.