• I’m trying to fix a problem with the registration form not showing on an event so thought I’d delete the events and uninstall the plugin and start again.

    The problem is, all of the settings are held somewhere, so when I come back with a new install, all of the old settings which may be causing the problem are still configured.

    Can anyone tell me where/how I can delete these and start completely afresh?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author fullworks

    (@fullworks)

    In wp-options table options starting qem e.g.

    delete FROM wp_options WHERE option_name LIKE ‘qem%’

    The will kill all data / records

    Obvious take a backup before doing database actions

    Thread Starter bdogcsl

    (@bdogcsl)

    Thank you for your reply.

    I did all of that and it did remove the old settings, but the Registration Form still doesn’t show. It must be a combination of settings I’m using.

    I’ll have to look some more into it.

    Plugin Author fullworks

    (@fullworks)

    Ok I’ll close this one as we have a separate but related question open, as why the registration form is not working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove all settings?’ is closed to new replies.