[TYPO3-seminars] The specified number of clicks does not correspond to the number of the first and last registration page

Stefano Kowalke blueduck at gmx.net
Sat Nov 12 10:44:29 CET 2011


Hey,

plugin.tx_seminars_pi1.numberOfFirstRegistrationPage
and
plugin.tx_seminars_pi1.numberOfLastRegistrationPage

are only there to adjust the step label in registration process.

One example:
If you using onetimeaccount for login this is this the first step. Then
after the redirection to seminar registration page you will see a step
counter "step x of y" which is set to 1 of 2. In fact it is step 2 of 3
because you have already fill out the form with your data in
onetimeaccount. With the above TS you can adjust the numbers.

This is my config which do the job:

plugin.tx_seminars_pi1.numberOfFirstRegistrationPage = 2
plugin.tx_seminars_pi1.numberOfLastRegistrationPage = 3
plugin.tx_seminars_pi1.numberOfClicksForRegistration = 3

Stefano


More information about the TYPO3-project-seminars mailing list