First off, I'm really digging this app. Great job and kudos to the development team.
So, here is my challenge: When adding events on the front end, things don't work and I can't create the event. I've seen other posts on this but don't quite understand what I need to
I've read that I need in my templates index.php file:
global $my;
if ( $my->id ) {
initEditor();
}
I've tried adding this statement in the head of the document and it didn't do anything (that I could tell). Then I tried putting it in the body (out of desperation) and, of course, that didn't work either.
Can anyone help me out with what I'm supposed to do? I've zipped up and attached my index.php if that helps at all.
Thanks a million in advance to anyone who can help me out!