• Resolved jmzwordz

    (@jmzwordz)


    Hi Xnau,
    Great plug-in, thank you for all your hard work!

    I have a problem in that I need to delete some unused field groups that were made during testing, but can’t seem to do that.

    Clicking on the X to delete a group in the Group window does first delete it from the list, but not permanently. It returns the next time I open the “manage fields” page.

    None of the Groups I am attempting to delete have any data fields or signup shortcode that refers to them.

    Deleting and then selecting “Update Groups” returns the delted group to the list as well.
    Please can you help?

    A second question; is there a limit to the number of groups I can have?
    Many thanks!

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

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

    (@xnau)

    Yes, this is a known bug. If you need to fix it (you can just ignore the extra groups otherwise) here is the fix:

    In the plugin file manage_fields.php on line 22, you’ll find:

    'group' => _x('Group', 'column name', 'participants-database'),

    change this to:

    'Group' => _x('Group', 'column name', 'participants-database'),

    and group deletes will now work.

    There is no limit to the number of groups you can define.

    Thread Starter jmzwordz

    (@jmzwordz)

    Excellent! Thank you!
    Worked perfectly 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with deleting Field Groups’ is closed to new replies.