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 :-(
http://wordpress.org/extend/plugins/more-fields/
Danno040
Member
Posted 1 year ago #
I can't recreate this problem.
Are you using the latest version of WP? More Fields?
Yes. WP 3.3.1 and More Fields 2.1
Danno040
Member
Posted 1 year ago #
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.
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; }
?>