angeorge
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend File Manager Plugin] "Select Files" Button – NOT Visible/MissingHave you upgraded to wp 3.5? This could be a compatability issue because am having the same problem.
Tony
Hi najeeb,
I have found the problem. your add_menu_page() and add_submenu_page() function hooks are not receiving the page name values from variable $nmf_page_name = ‘nm-file-uploader’ in file: file-upload-options.php. I have hard coded it as follows:-
add_menu_page($nmf_name,
“Nmedia File Upload”,
‘edit_plugins’,
‘nm-file-uploader’,
‘nm_file_admin’,
plugin_dir_url(__FILE__ ).’images/option.png’);add_submenu_page( ‘nm-file-uploader’,
‘Files List’,
‘Files List’,
‘manage_options’,
‘nm-user-files’,
array(‘nmFileUploader’, ‘listUserFiles’));This is working fine now but feel free if you wanted to update the plugin yourself.
Thanks
Hi najeeb,
When i install the nmedia file uploader with the Easy Digital Downloads plugin, They are conflicting with each other. When a new version is available for EDD and i go to upgrade it comes up with insuficient permission to perform this task. but if i deactivate nmedia file uploader i can upgrade EDD ok.
The web address for this plugin is https://easydigitaldownloads.com/
Would appreciate your help on this cause your plugin is very useful to my site.
Thanks
Hi nmedia,
The plugin is conflicting with another plugin I’ve installed Easy Digital Downloads Version 1.3.3. Will you be releasing a new version that can fix this problem?