[TYPO3-calendar] Fe-user Create Event does not present form

Mario Matzulla mario at matzullas.de
Sun Dec 4 18:46:59 CET 2011


Hi Tony,

Am 04.12.11 18:17, schrieb Tony Lush:
> When a logged in fe-user visits the Create Event form for which he has
> rights to crate an event, he gets the message "You are not allowed to
> create a/an event".
>
> The form is only visible to that fe-user group (group 2), so I know that
> the user is logged in properly.
>
> In the Constants Editor are set:
> plugin.tx_cal_controller.pidList = 42
> plugin.tx_cal_controller.rights.edit = 1
> plugin.tx_cal_controller.rights.admin.group = 2
> plugin.tx_cal_controller.rights.defaultSavePid = 42
>
> Other Constants set are:
>
> plugin.tx_cal_controller.pidList = 42

The rest belongs into the setup:

> plugin.tx_cal_controller.rights.create.event {
> group 2
> public = 1
> saveEventToPid = 42
> enableRTE = 1
> enableAllFields = 1
> }

Please have a look at the difference between setup and constants: 
http://wiki.typo3.org/TypoScript_Constants

Regards,
Mario

>
> Can anyone suggest what I am missing?
>
> Thank you -- Tony



More information about the TYPO3-project-calendar mailing list