• Hello,

    when I try to allow access to a field-group for certain roles only, it does appear at all and is only shown for the administrator but e.g. not for the editor, even if the box under “Advanced” is checked for that role.

    If I go deeper and try to save the role restriction on a field-basis, the settings are not saved at all. If you reload the page none of the fields are checked.

    Any solution for this? It seems to me that this plugin is dead ??

    https://www.ads-software.com/extend/plugins/more-fields/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I can’t recreate this problem.

    Are you using the latest version of WP? More Fields?

    Thread Starter gerobe

    (@gerobe)

    Yes. WP 3.3.1 and More Fields 2.1

    Would you mind posting an export of the field? I’ll try it on my WP install. It could be some setting is different between your setting and mine.

    Thread Starter gerobe

    (@gerobe)

    Here is the Export-Output:

    <?php
    add_filter('more_fields_saved', 'more_fields_saved_vg_wort_zaehlpixel');
    function more_fields_saved_vg_wort_zaehlpixel ($d) {$d['vg-wort-zaehlpixel'] = maybe_unserialize('a:6:{s:5:"label";s:18:"VG-Wort-Z?hlpixel";s:8:"position";s:4:"left";s:5:"index";s:18:"vg-wort-zaehlpixel";s:12:"ancestor_key";s:0:"";s:6:"fields";a:1:{s:26:"vollstaendiger-img-tag-img";a:8:{s:5:"label";s:32:"Vollst?ndiger img-Tag <img ...>";s:3:"key";s:6:"vgwort";s:4:"slug";s:0:"";s:10:"field_type";s:4:"text";s:6:"values";s:0:"";s:7:"caption";s:0:"";s:5:"index";s:26:"vollstaendiger-img-tag-img";s:12:"ancestor_key";s:0:"";}}s:10:"post_types";a:2:{i:0;s:4:"post";i:1;s:4:"page";}}', true); return $d; }
    ?>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: More Fields] Role-Settings on field-basis can't be saved and settings on groups has no’ is closed to new replies.