Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author MagicStick

    (@magicstick)

    Ah! This is actually a great idea. We don’t have the functionality at the moment. I’ll definitely add this setting to the next version which will be release in the next few days (along with other new stuff! ?? )

    Thread Starter computermobil

    (@computermobil)

    Thanks a lot Stick!

    Plugin Author MagicStick

    (@magicstick)

    Hey computermobil! I’ve just updated the plugin with the requested functionality (plus loads more!!). I’ll mark this one as resolved now. Hope this is to your liking!

    Thread Starter computermobil

    (@computermobil)

    Hi STick.

    Thanks for your fast reaction.
    Yes, i have seen and happy to see the restrict function, the only issue:
    I do not want to let all users sitewide to edit the restriction, only superadmin should be able to edit the plugin settings.

    Thank you.

    Plugin Author MagicStick

    (@magicstick)

    Hi computermobil. For for the late reply on this. If you update to latest version 0.6.1 and add the following code to your functions.php file the settings page will only be viewable by super admins.

    function mpd_check_for_super_admin(){
    	$is_super_admin = current_user_can('manage_sites');
     	return $is_super_admin;
     }
    add_filter('mpd_show_settings_page', 'mpd_check_for_super_admin');
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Enable duplicate only from one site’ is closed to new replies.