Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Franky

    (@liedekef)

    There’s an option called “show_recurrent_events_once” for the [eme_events] shortcode that does this (but it wasn’t documented yet, corrected that now).

    Thread Starter mtporter

    (@mtporter)

    Perfect! Thank you.

    Thread Starter mtporter

    (@mtporter)

    Ok, 1 more quick question… is there shortcode for frontend submission form that I can ‘hide’ from non logged in users, that an admin can also add events and all submissions would be submitted and put in draft status?

    Plugin Author Franky

    (@liedekef)

    See the folder extras/plugins/events-made-easy-frontend-submit
    It’s a ‘addon’ plugin you need to install manually, see the readme.txt file in it.

    Thread Starter mtporter

    (@mtporter)

    Whereabouts do I find the extras folder?

    Thread Starter mtporter

    (@mtporter)

    Ah, nevermind, I’ve found it

    Thread Starter mtporter

    (@mtporter)

    Found the extras folder, however the config.php file was not included so I created my own. I’ve got the ID of a thank you page but yet after loading the config.php it still throws off the ‘Basic Configuration is Missing’ notice to be sure the config.php is setup correctly.. in which particular folder does the config.php need to be placed? Does it need special permissions since I manually uploaded a created one?

    here is my config.php file:

    <?php
    $config[‘success_page’] = 1114;
    $config[‘auto_publish’] = false;
    $config[‘public_submit’] = false;
    $config[‘public_not_allowed_page’] = 28;
    ?>

    Thread Starter mtporter

    (@mtporter)

    ahh, has to go into the template folder…

    got it ‘showing’, but the categories don’t show, unable to select and the time is set at 00:00:00 and cannot edit/change…

    Plugin Author Franky

    (@liedekef)

    Well … it’s another persons plugin I’m just trying to keep running. Let me check it out.

    Plugin Author Franky

    (@liedekef)

    Ok, fix in 1.4.1: categories show and the clock works too again

    Thread Starter mtporter

    (@mtporter)

    Most wonderful! Thank you so much!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Group Recurrences’ is closed to new replies.