• Resolved nlplcduk

    (@nlplcduk)


    Have just installed events manager and am having 2 problems.

    1. Is there a way to link the submit an entry or add an entry page so that it takes users straight to the log in / register page of my site rather than sending a not authorized message.

    2. My first entry was for a weekly recurring event lasting 6 months. This created numerous posts. Can I set a limit to amount of events that can be added as a recurring event?

    http://wordpress.org/extend/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    1. not out the box, but you could hoook into this filter and modify the text displayed so there’s a link to the registration form (or e.g. use my login with ajax plugin and output a login form).

    echo apply_filters('em_event_submission_login', __("You must log in to view and manage your events.",'dbem'));

    2. no as well, something we’ll eventually add soon i hope

Viewing 1 replies (of 1 total)
  • The topic ‘Non members not authorized message’ is closed to new replies.