Back-end view

Hi,
I believe it’s a good product, but I can’t see the beautiful user interface (as described on doc page) in the back-end. All I see, it’s some settings of the component and a very basic option to add events via “Events administration” section.
Where is the scheduler view in the back-end ? Should be ?
In additional, twice I’ve got “fatal error …… on line 111” massage in the both sides.

Thanks
Max

Hi all, again …
In my control panel (back-end) of Joomla! I see the following user interface of the component :


From the description of this product, I’ve understood, that the view should be a little different and more friendly to inserting events into.
In front-end it’s looking almost ok, but the texts of events have a cut look
Please help me.
I’m very interesting to this module, it’s exactly that I’m looking for.

The front-end part allows to do all operations.
So if have logged as admin user ( or any other user with edit|create rights ) you can use client side page to add | edit | delete events

( not logged users can only view events )

Grid in backend section, is just a secondary tool, for small tweaks, all main functionality is available through front-end scheduler view.

Thank you !
So, I must have “Log In” option in my site ?
And if I actually don’t need it (my site has general purpose, without submit), do you have some suggesting ?
Thanks, again …

You can go to the backend , scheduler settings , access rights and grant full access to guest users - after that you can go back to front end and manage events. ( do not forget to change access rights back , after making necessary changes )

Thanks for suggesting.
Now I’ve catch the other problem (error). I change some minor settings in back-end and this is the message I’ve got in browser :

Fatal error: Call to a member function children() on a non-object in /home/mysite/public_html/joomla/components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 111

To continue I need to uninstall the Scheduler …
It was happen few times. What should I do to fix it ?

We have not such issue during local tests, but by user reports , problem can be caused one of next actions

  • creating custom field with ’ character in the name
  • adding multiple custom fields at once

I didn’t make any of actions, that you described.
Ones I put some “v” in “Settings” tab and another times I tried change something in “Templates” tab.
I got above error message on both sides of my site.
What should I do ? Can I use the component ? Is it safely ?

In next two week we will release minor update, which will prevent similar mis-configuration issue.

Thanks
One more detail (if it’ll help you): probably, the error message appeared when my internet connection (DSL) wasn’t so good, not robustly. I saw it like to slowly, but was some temp problem with internet supplier.
Anyway, thanks again !
Could you please tell me where I can find the files for “Custom Styling” (docs.dhtmlx.com/doku.php?id=dhtm … om_styling) ?

Normally you can add it directly on the scheduler’s page, but, in case of plugin, page will be generated dynamically.

Simplest approach is to add js snippets to the end of codebase/dhtmlxscheduler.js and css snippets to the end of codebase/dhtmlxscheduler.css - they will be loaded and applied correctly.

Thank you !