• Resolved spankmaster79

    (@spankmaster79)


    Hi,

    I don’t want editors on my blog to be able to edit the settings of a single poll. I set the poll template and view and other options globally.

    So they should not edit the following:

    In general:
    Options
    Templates

    And on a single poll:
    View Result Options
    Other Options
    Archive Options

    http://wordpress.org/plugins/yop-poll/

Viewing 1 replies (of 1 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi spankmaster79,

    You can edit inc/admin.php and starting with line 9907 you can set who has permission to change the poll settings. For example, you have

    ‘manage_polls_options’ => array (
    ‘administrator’ => true,
    ‘editor’ => true,
    ‘author’ => false,
    ‘contributor’ => false,
    ‘subscriber’ => false
    )

    If you don’t want your editor to be able to change the poll options, simply set ‘editor’ => false

    Best wishes,

    YOP Team

Viewing 1 replies (of 1 total)

The topic ‘Hide settings from normal wordpress users’ is closed to new replies.