Viewing 1 replies (of 1 total)
  • Plugin Author Sam Hoe

    (@samhoamt)

    I haven’t added this setting to the plugin. You can modify the code to allow the editors can manage.

    Please replace this code in “sh-slideshow/shslideshow.php” file.

    // Admin Menu
    function shslideshow_menu(){
    $tmp = basename(dirname(__FILE__)); // Plugin folder
    add_menu_page(‘SH Slideshow Options’,’SH Slideshow’,3,$tmp.’/options.php’);
    add_submenu_page($tmp.’/options.php’,’SH Slideshow Options’,’Options’,3,$tmp.’/options.php’);
    add_submenu_page($tmp.’/options.php’,’SH Slideshow Appearance’,’Appearance’,3,$tmp.’/style.php’);
    add_submenu_page($tmp.’/options.php’,’SH Slideshow Mini Slideshow’,’Mini Slideshows’,3,$tmp.’/mini-slideshow.php’);
    add_submenu_page($tmp.’/options.php’,’SH Slideshow User Guide’,’User Guide’,3,$tmp.’/guide.php’);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘access for editors’ is closed to new replies.