Read only for Wordpress?

Hi, im looking for this behavior. Not loged user (guest) can add new event, and view all other event form other users, but cant delete or change any of them. Im know, I can check in Access rights just view and add, but I want, that user can use detail view. So im looking for something like add and read only. Can read only extension help in my case? And i know about this: docs.dhtmlx.com/doku.php?id=dhtm … donly_view but how can I implement this in wordpress? Which file I must edit? Thank you for reply.

Hello,

Set guests permission only to ‘view events’ (check attachment for details).

Best regards,
Ilya


But I need add event too. My problem is, if I check just View and Add, user cant view details in detail view. And because I using custom fields, users cant view all details.

Hello,

Please try replacing your current dhtmlxSchedulerConfigurator.php file (create backup copy first) with the one in the attachment and then re-save scheduler configuration in admin’s part.

Best regards,
Ilya
dhtmlxSchedulerConfigurator.zip (10 KB)

Thank you, this works :slight_smile: