Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Dave Coons on Jan 03, 2010 07:37
open dhtmlx forum
dhtmlxScheduler - Wordpress Plugin - Edit for guests?

I've just installed the wordpress plugin for the scheduler and LOVE it...I love the customised skin generator and the ability to do so much. We're currently using it to display our class and workshop timetable for the yoga studio my wife and I own.

The question I have is...How can I turn off/disable the pop-up about 'editing the whole set of repeated events' for guests? I love the ability to edit and create repeated events, but having users be forced to answer this question is kind of off-putting.

You can see what I mean here: http://www.tulipyogastudio.co.uk/index.php/timetable/
Answer posted by Stanislav (support) on Jan 04, 2010 03:50
a) you can block the ability to edit events for the users through settings
or
b) you can modify existing codebase to remove confirmation
  - open wp-content\plugins\event-calendar-scheduler\codebase\dhtmlxscheduler_recurring.js 
  - locate next string
       confirm(this.locale.labels.confirm_recurring)
  - replace it with true or false ( based on desired confirmation auto-answer )