• Resolved icdesign

    (@icdesign)


    I have a few users at Editor level. I want these to be able to use and handle the sendit plugin but it seems only I as admin can access it.

    Is there anyway to change the level of clearance or allow editors to selected plugins?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter icdesign

    (@icdesign)

    Found it,

    row 325-327 in sendit.php

    add_menu_page(__(‘Send’, ‘sendit’), __(‘Newsletter’, ‘sendit’), 8, __FILE__, ‘invianewsletter’);

    add_submenu_page(__FILE__, __(‘Manage subscribers’, ‘sendit’), __(‘Manage subscribers’, ‘sendit’), 8, ‘lista-iscritti’, ‘Iscritti’);

    By changing the number 8 to 7 Editors can see and use the “Newsletter” and “Manage subscribers” choices.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Sendit] Editor clearance to plugin’ is closed to new replies.