stanislav_volski
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] Features requestDo you have any idea of a possible release time
We have plans to release dhtmlxScheduler 2.2 in the February. It will take about week after that to release new version of WP plugin.
If it’s in a long time, could you explain how to do it ?
Admin part will look similar to https://screencast.com/t/NjliYzE3NW
So you will be able to create any set of extra field, with possibility to define event coloring for possible options.From user perspective , it will look as select box in a details form
Is there a way to sort the events by the event start date & not by the post date time ?
Currently it not possible, but we already have such fix for the next version.
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] No recurring events on the sidebarThis is known limitation of current version (1.3, same for earlier versions), only normal events are shown in sidebar.
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] Bugs/features/requestsIn fact pressing the enter key closes and submits the description box…
The only “work-around” I found was pressing shift+enter.It is by design. Enter counted as edit-process-end, shift-enter as new line. The only way to change behavior – modify related js file.
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] Bugs/features/requests>>Are fortnightly recurring events possible?
Yes, you need to update plugin to the version 1.3 and enable recurring events in the settings of plugin.Forum: Plugins
In reply to: How do I change the colors of dhtmlxschedulerThere is an online tool, which can be used for custom css generation
https://dhtmlx.com/docs/products/dhtmlxScheduler/skinBuilder/index.shtmlForum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] cannot create recurring eventProblem caused by conflict in js code and will be resolved with oncoming update ( will be released on December 14)
If you need the fix ASAP – grab updated js files from https://support.dhtmlx.com/x-files/scheduler_2_1/dhtmlxscheduler_wp21_fix.zip
Forum: Fixing WordPress
In reply to: [Plugin: Event Calendar / Scheduler] 1.2 UpdateVersion 1.2.1 is released, it fixes regressions which was introduced in version 1.2
Forum: Fixing WordPress
In reply to: [Plugin: Event Calendar / Scheduler] 1.2 UpdateSorry for inconvenience, there was an issue which doesn’t appear in our test environment, but really can cause problems for different installations.
Version is updated, you can update existing files with fixed version
https://downloads.www.ads-software.com/plugin/event-calendar-scheduler.1.2.zipForum: Plugins
In reply to: [Plugin event-calendar-scheduler] (version 1.1) Can’t add eventsForum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] Bugs/features/requestsand add event or comment in the calendar only after i approve them
Plugin has not separate admin part so it not possible ( at least without some code tweaking )
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] Bugs/features/requests>>every time I delete it it gets recreated
Fixed in version 1.2 ( must be released as for now )Forum: Plugins
In reply to: [Plugin event-calendar-scheduler] (version 1.1) Can’t add eventsThe scheduler is updated to version 1.2 , some issues which may be related to your problem is fixed.
Are you using some other active elements on the page? While its pretty rare situation, it possible that there is a conflict between two js libs on your page.
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] How to call the calendar in a page?The agenda is not showing correctly
As fast solution you can add the next line to the end of
wp-content\plugins\event-calendar-scheduler\codebase\dhtmlxscheduler.css
.dhx_agenda_line { overflow:hidden; white-space:nowrap; }
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] feature requestwhat about allowing registered users to add events but not to edit/delete
New version (1.1) has a more advanced control other event’s management. It possible to allow “add” and block “edit” operation for some group of users.
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] Bugs/features/requests>>so to allow for a RTL (right to left) CSS support
Is changing direction of the text in all elements will be enough, or the direction of time scale need to be changed as well? ( Now time flows from left to right, is it need to be changed as right to left? )