We just realized that it is not possible to apply a promo code that was created under one wordpress login to an event that was created under a different wordpress login. For example, if user John is logged in and creates an event, he won’t be able to apply any promo codes that were created when user Mary was logged in. I don’t see this documented anywhere, but in testing it appears to be true. So I was trying to figure out a way to change who our events were “submitted by” but can’t find it even in the database. Is it possible? Or will I just have to go back and recreate the events so that they are all under the same login. (Only one login will be used from now on, but we still have these pesky events created under a different one)
It is possible via the database. In an individual row (event) of the (wp_)events table, there is a column called wp_user.
Changing that to the numeric id of the user will change the creator to that person.
Viewing 1 reply thread
The support post ‘Change who event is submitted by?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.