[TYPO3-calendar] Add custom field to the Frontend Edit

Max Plettenberg maximilian_plettenberg at web.de
Fri Jan 27 23:54:13 CET 2012


Am 25.01.12 20:08, schrieb Max Plettenberg:
> Hi Mario,
>
> thanks for your help. I already add the rights part...:
>
> plugin.tx_cal_controller.view {
> create_event {
> tx_calfelder_anzahlderpersonen_stdWrap {
> dataWrap = <label>Anzahl der Personen</label><input type="text"
> name="tx_cal_controller[tx_calfelder_anzahlderpersonen]"
> value="{GP:someGPvar}" />
> }
> }
> confirm_event < create_event
> }
>
> plugin.tx_cal_controller.rights {
> create.event {
> additionalFields = tx_calfelder_anzahlderpersonen
> fields.tx_calfelder_anzahlderpersonen {
> user =
> group =
> public = 1
> default = 11
> required = 1
> }
> }
> }
>
>
> When i activate the new field the hole event won't saved... the page
> refresh and nothing is saved.
>
> Greetz,
> Max
>
> Am 25.01.12 19:42, schrieb Mario Matzulla:
>> Hi Max,
>>
>> Am 25.01.12 19:14, schrieb Max Plettenberg:
>>> Hello!
>>>
>>> I tried to add a custom field with the Kickstarter. No problem. The
>>> field is existing at the backend and it is no problem to save some data.
>>> Now I tried to get the field ready for the frontend edit... The field is
>>> visible there, but data won't be saved...
>>>
>>> There are two ways on TS but both doesn't work:
>>>
>>> First way:
>>> dataWrap = <input type="text"
>>> name="tx_cal_controller[tx_calfelder_anzahlderpersonen]"
>>> value="{GP:someGPvar}" />
>>>
>>> Second way:
>>> dataWrap = <input type="text"
>>> name="tx_cal_controller[tx_calfelder_anzahlderpersonen]" value="|" />
>>>
>>> Have someone a tip?
>>
>> you also have to add your field to
>>
>> rights.create.event.additionalFields = tx_calfelder_anzahlderpersonen
>>
>> Regards,
>> Mario
>>>
>>> Thanks a lot!
>>>
>>> Greetz,
>>> Max
>>
>


So I tried it again and again... Write the TS new and nothing changes. 
It's horrible... Could there be another problem?

Someone who know something?

I got headache....

Hope,
Max


More information about the TYPO3-project-calendar mailing list