Project

General

Profile

Actions

Bug #78089

closed

Template Include does not load TypoScript correct.

Added by Sebastian Rieger over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-09-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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 = &lt;div&gt; | &lt;/div&gt;
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.

Actions #1

Updated by Nicole Cordes over 7 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?

Actions #2

Updated by Riccardo De Contardi over 7 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.

Actions

Also available in: Atom PDF