Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Gabe Shackle

    (@hereswhatidid)

    I’ll push out an update today or tomorrow that addresses this issue.

    Thread Starter artildo

    (@artildo)

    Ok, will wait for that.

    The bug seems to be in the way the new options are array_merge’d with the defaults. If nothing is selected for the posttypes the default value gets merged in and overrides the “no option” option.

    A quick and dirty fix I’m using is to edit the plugin file with the built-in editor and removing ‘post’ from the #options_default array.

    i.e. change line 21: from
    'autocomplete_posttypes' => array('post'),
    to:
    'autocomplete_posttypes' => array(),

    Save the changes, and then edit the settings one more time.

    NB: only edit the plugin if you have some idea of what you are doing.

    Same issue. Doesn’t appear to be resolved yet.

    Plugin Author Gabe Shackle

    (@hereswhatidid)

    This has been fixed as of version 2.0.2.

    Plugin Author Gabe Shackle

    (@hereswhatidid)

    Marking this as resolved due to inactivity.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to uncheck "Post Types" and post links’ is closed to new replies.