• Hello,
    when checking “Hide WP Admin” the NextGen Gallery(Version 1.8.3 ) Flash Uploader stops working, gets an Http Error 404.The “non-flash” uploader works fine, as well as the core Flash Uploader

    Is there any workaround / fix in order to get the NextGen Flash uploader work again together with the Lockdown WP Admin.

    Thanks a lot in advance!

    https://www.ads-software.com/extend/plugins/lockdown-wp-admin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter qwynia

    (@qwynia)

    overlooked this in the FAQ:

    function add_my_cool_filter($data)
    	{
    		$data[] = 'upload.php';	//	JUST the file name.
    		return $data;
    	}
    	add_filter('no_check_files', 'add_my_cool_filter');

    now the Flash Uploader of NextGen works again.

    Plugin Author Sean Fisher

    (@sean212)

    The amazing WordPress filter’s never fail me. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Lockdown WP Admin] disables NextGen Gallery Flash uploader’ is closed to new replies.