[TYPO3-project-seminars] Register for more than 20 seats at the same time

Urs Bräm ub at wyw.ch
Tue Jul 14 15:32:39 CEST 2009


Hi

I needed to reduce the dropdown mentioned in this thread to 2 seats 
instead of 20. Luckily, I found this topic, but the solution seems to 
refer to an old version:

Oliver Klee schrieb:
 > Currently, this is harcoded in pi1/registration_editor_step1.xml around
 > line 439:
 >
 >                     <item value="15" caption="15" />
 >                     <item value="16" caption="16" />
 >                     <item value="17" caption="17" />
 >                     <item value="18" caption="18" />
 >                     <item value="19" caption="19" />
 >                     <item value="20" caption="20" />
 >                 </items>
 >

... as I couldnt find that. But (if somebody else should need the 
information later on) let me write it down. Easy thing to do by 
Typoscript, updating the default TS:

plugin.tx_seminars_pi1.form.registration.step1.elements.seats.data.items {
3 >
4 >
5 >
6 >
7 >
8 >
9 >
10 >
11 >
12 >
13 >
14 >
15 >
16 >
17 >
18 >
19 >
20 >
}

So this means the registration forms can be easily modified by TS.
Nice! Thanks!

Urs



More information about the TYPO3-project-seminars mailing list