• Resolved manuelfr

    (@manuelfr)


    Hi,

    I’m testing this pluging, which seems very appropriate for me, but I have some problems when I try to manage field:

    – If I add a field and click Update, everything appears working fine
    – If I edit a field (for example, edit a field title) and click Update, everything appears working fine
    – If I remove a field and click Update, when the page is reloaded the field appears again. It happens when I remove a default field or a field which I’ve create before.

    I tried even disable any other plugins, but everything it’s the same.

    Any solutions? Anybody else?

    Thanks in advance

    https://wordpress.org/plugins/participants-database/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author xnau webdesign

    (@xnau)

    this is a bug in the plugin when using the plugin with translation files.

    You can fix it like this:

    In the plugin file classes/PDb_Manage_Fields.class.php on line 646, find:

    case ‘delete_field’:

    change this to:

    case ‘delete_’ . $this->i18n[‘field’]:

    And you should do a similar thing for “group” on line 658.

    Thread Starter manuelfr

    (@manuelfr)

    Nice! I will check it in the afternoon!

    Thanks so much

    Thread Starter manuelfr

    (@manuelfr)

    Perfect! Now, everything seems work fine!

    Thanks you very much!

    Hi

    I had the same problem and it’s resolved, but the problem persists with the “field groups”, I can’t remove them. I use the spanish version

    Any idea?

    Thank you very much

    Thread Starter manuelfr

    (@manuelfr)

    case ‘delete_’ . $this->i18n[‘field’]:

    and

    case ‘delete_’ . $this->i18n[‘group’]:

    works fine for me in spanish version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I can't deleting fields’ is closed to new replies.