I have installed JEvents 1.4.3RC. The back end component works fine, but Authors cannot Save from the frontend. The Cancel button work fine. I try it on IE7, Firefox and Mozilla.
From the JEVENTS support site I find:
[i:zfb5d595]Help - Save and Cancel buttons do nothing when I try to edit an event in the frontend?
Its probably that your template doesn't run initEditor for events.
Make sure you have global $my; if ( $my->id ) { initEditor(); } or the equivalent active for com_events in your template index.php file. [/i:zfb5d595]
But I could not understand it. I try to add this script on my template index.php page, but didn't work. Can someone help me please?
Thanks!