I installed the plugin in wp recently and am setting it. In the Access Rights tab I only see the Default user group/role, how do you add the other roles?
I can not create events by double clicking the calendar as an administrator, is for this reason?
Thank you!
Hi,
are you using default wordpress user groups or maybe some special plugin for this purpose?
Try to open file wp-content/plugins/event-calendar-scheduler/admin.php and modify it like here:
hello,
I have the same problem. This error message is there. only default by the userrules. is there a solution?
wp 3.3.2 using default wordpress user groups
Warning: include(DIR/groups.php) [function.include]: failed to open stream: No such file or directory in /www/htdocs/w00e2b03/www-exampel/exampel/wp-content/plugins/event-calendar-scheduler/admin.php on line 2
Warning: include(DIR/groups.php) [function.include]: failed to open stream: No such file or directory in /www/htdocs/w00e2b03/www-exampel/exampel/wp-content/plugins/event-calendar-scheduler/admin.php on line 2
Warning: include() [function.include]: Failed opening ‘DIR/groups.php’ for inclusion (include_path=’.:/usr/share/php:…’) in /www/htdocs/w00e2b03/www-exampel/exampel/wp-content/plugins/event-calendar-scheduler/admin.php on line 2
Warning: Invalid argument supplied for foreach() in /www/htdocs/w00e2b03/www-exampel/exampel/wp-content/plugins/event-calendar-scheduler/admin.php on line 3
Warning: implode() [function.implode]: Invalid arguments passed in /www/htdocs/w00e2b03/www-exampel/exampel/wp-content/plugins/event-calendar-scheduler/admin.php on line 5
Ok,
now I can see my groups but I can not create any event by double click (or single) on the calendar. The groups have all permissions to add and edit
[11-May-2012 03:35:10] PHP Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘SchedulerConfig::posts_table_builder’ was given in /home1/…/wp-content/plugins/event-calendar-scheduler/codebase/connector/tools.php on line 93
If at settings is enabled is shown that the post is creating events disables double click on the calendar.
Just one more question. We need to include a link to a post which is a form (for reserves, for example) is there any way to pass parameters like date = 20120513 # desafios.visualbit.net/formulario/, event_id = 22?
Yes, “show posts as events” prevent creating/editing/deleting events.
Scheduler plugin doesn’t provide such functionality, but you may customize it yourself.
Scheduler parses window.location.hash and takes current date and view.
You may pass something like: yoursite/scheduler/?page_id=4#da … eek,id=152
When page is loaded you have to check if id parameter presents in location hash:
var hash = window.location.hash; // #date=2012-05-14,mode=week,id=152
hash = hash.split("#")[1]; // date=2012-05-14,mode=week,id=152
hash = hash.split(","); // [date=2012-05-14 , mode=week , id=152] it's array
var incoming = {};
for (var i = 0; i < hash.length; i++) {
var tmp = hash[i].split('=');
if (tmp.length === 2)
incoming[tmp[0]] = tmp[1];
}
// incoming.id contains information about passed event id.
// show lightbox with event details
if (typeof(incoming.id) !== 'undefined')
scheduler.showLightbox(incoming.id);
hello… i am a wordpress newbie and i installed the dhtmxl scheduler v3.0 (tried to install 4.0 but kept getting an error The package could not be installed. No valid plugins were found.) on wordpress 3.8.1. i cannot get access rights to show anything but the default user group. i looked though this thread but i do not see a “wp-content” when i navigate to the scheduler in my control panel i see this at the top:
Warning: include(DIR/groups.php) [function.include]: failed to open stream: No such file or directory in /home/content/27/7278227/html/calendar/wp-content/plugins/event-calendar-scheduler/admin.php on line 2
Warning: include() [function.include]: Failed opening ‘DIR/groups.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/content/27/7278227/html/calendar/wp-content/plugins/event-calendar-scheduler/admin.php on line 2
Warning: Invalid argument supplied for foreach() in /home/content/27/7278227/html/calendar/wp-content/plugins/event-calendar-scheduler/admin.php on line 3
Warning: implode() [function.implode]: Invalid arguments passed in /home/content/27/7278227/html/calendar/wp-content/plugins/event-calendar-scheduler/admin.php on line 5
i am sure this has SOMETHING to do with the problem but i am not sure. the scheduler seems to work fine except since i do not have access groups and only the default group shows any user that has access can add and change events in the scheduler. i do not want that to happen.
can anyone help a total newbie??
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan