CDev
February 9, 2011, 4:53pm
#1
Custom “details” form page states that:
You can add the possibility of setting full day events in ‘timeline’ view. For this you just need to add the next codeline:
scheduler.config.full_day = true;
Now Full Day checkbox will be displayed in the right top of the Time period section. After selection, all entry fields of the section will be blocked, and the event duration will be set as a full day from 0.00am the current cell data to 0.00am next day.
and then that to add this before:
I have attempted to add this to the dhtmlSchedulerConfigurator.js file with no success. Does anyone know where exactly this would go? Any help would be much appreciated. Thanks!
Try to paste the next code in
scheduler_include.html
<script>
scheduler.config.full_day = true;
</script>
And be sure to use the latest version of plugin, this feature was not exists in older versions.
CDev
February 10, 2011, 1:58pm
#3
I have the latest version of the scheduler installed, but I’m not seeing a scheduler_include.html.
If we are talking about plugin it must be
WP
event-calendar-scheduler\scheduler_include.html
Joomla
com_scheduler\site\scheduler_include.html
CDev
February 10, 2011, 3:17pm
#5
I pasted this into the file and am not having success.
Can you provide a link, to the page where scheduler can be checked ( public part )
CDev
February 16, 2011, 7:15pm
#7
I don’t have it on an accessible server at the moment.
Can I ask, if this is working, will it visibly “block -off” an entire day in the Month view of the calendar?
CDev
February 17, 2011, 4:34am
#8
Here is the page where I have it hosted:
viewtopic.php?f=6&t=17338&p=54057#p54057
Ilya
February 18, 2011, 10:19am
#9
Hello,
Check attachments on how multiday event is displayed in the ‘month’ view.
Also please check your link, it’s incorrect (leads to this same page).
Best regards,
Ilya