• Resolved ITfee

    (@epistates)


    i think this is kinda feature request, cause i didn’t find a way to allow public users to submit events through a form or something. is there an easy way to implement such a feature? or at last planned in a new version of events manager? it also would be nice then to approve/reject submitted events and have mandatory fields configured in the admin area and so on. but first of all a form that simply submits events to events manager would be great!

Viewing 15 replies - 16 through 30 (of 38 total)
  • That’s Great!
    Thanks for the help with the map issue!

    Any word on how to post images from the front end, or at least does anyone know a good place to start? I feel like I’m really close, but everything I have tried so far has not worked.

    Thanks in advance for any help anyone can provide.

    Thanks,

    That worked perfectly!

    I now have the form appear but there seems to be some problems entering Recurring events. It gives “D0 not have persmission…” If I do single event then it gets submitted.

    Also, it appears that the start/end times are being lost. I check the Event in Dashboard and it’s all 00:00.

    And finally, we really REALLY need a form RESET. Please !

    Thanks for a very promising plugin !

    Looks like it works to use military time… that should be specified. How about a pull down list for time inputs. Would make it fool proof…

    hey guys the simple solution link worked wonders….. now 1 last question

    the date picker for some reason is not working for me on ann. submissions any fix?

    This is what I did for it to work on mine. Put this code in your theme’s functions.php file.

    if (!is_admin()) {
    wp_deregister_script('jquery' );
    		wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js');
    		wp_enqueue_script('jquery');
    
    }

    ok im still kindka new so bare with me please….. im addidng this to the theme im currently using or the site altogether… not really 100% sure where to find this file

    wherzitattoday,

    Go to your Admin Dashboard and click on Editor, under the Appearance option.
    There you will see a list of files from your theme. Click on the Theme Functions’ file and it will allow you to edit it.

    Place that code at the end of the file.

    I hope this helps.

    ummmm i just screwed my whole site every page has this on it

    Parse error: syntax error, unexpected ‘&’, expecting T_STRING or T_VARIABLE or ‘$’ in /hermes/web12b/b2275/moo.wherzitattodaycom/wp-content/themes/Prestige/functions.php on line 76

    Did you put this code just before the ?> tag?

    not sure but i have pics of the files if that helps

    Start Of Code

    Middle Of Code

    End Of Code

    i went thru the file and deleted it so the site is back to normal bt i just want the date picker to work so i can launch my site

    wherzitattoday,
    Try a single line of code. Put this at the end before the ?> tag.
    if(!is_admin()){wp_deregister_script('jquery');wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js');wp_enqueue_script('jquery');}

    I think the date picker is not working because jQuery is not loading on your theme. Try this and let me know.

    close but no cigar my site didnt crash, the file uploaded but no date picker

    you are using 4.13 correct?

Viewing 15 replies - 16 through 30 (of 38 total)
  • The topic ‘[Plugin: Events Manager] allow public to submit events through frontend form’ is closed to new replies.