[Plugin: Front-end Editor] editable_option not editable by a non-Administrator ?
-
hi !
thanx for this great plugin.
I’m currently trying to build a kind of front-end administration using the great Front-end Editor 1.8, and WP 3.0b2.But i’m currently facing a problem : a user with the Editor role can modify the content of a page, but is not able to edit fields created using this kind of code :
<?php editable_option(get_postID().'title_1', 'title_1', 'input'); ?> <?php editable_option(get_postID().'col_1', 'col_1', 'textarea'); ?>
The Editor can modify post content, but not these editable options.
Administrator can modify both.Do you know if there’s a way that Editors are allowed to modify options too ?
Thanx in advance to help me if you know the answer =)
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Front-end Editor] editable_option not editable by a non-Administrator ?’ is closed to new replies.