as for the access (question #4), I figured out what was wrong, my wrong,
I mapped to user_access instead of access…
this one is resolved now…
but I still can’t get this plugin to work with editor role…
I copied and paste the CSV Import link URL while in admin role, and use the same URL while login as editor role,
I got a access denied message … can’t access this page
1) I have delete the plugin from my website, re-downloaded from your website and re-install it…
Menu still not showing up on editor role… :S :S :S
4) I have tried “guest” but still not working,
can you consider update the code again to make the default value “guest”…
I strongly feel it makes more senses to have a default value to it, smarter too…
Thank you for the swift reply and actions …
hmm..I have tried “guest” but still not working … what should I do?
or …can you please udpate the code to make the default aceess to “guest” if the column is empty ?
Can we improve this plugin
1. It is really annyoing and not very smart to mannually map the fileds every time even the field name mactch 100%
2. Can we have a default access set to “All Visitors”… :S
it seems that I have to set up “All Visitor” to file aceess for each column …
and one question: what’s the proper string to put to CSV for All Visitor ?
“All Visitors”
“all_visitors”
“aa visitors”
???
Two quetions:
1. The CSV Importer menu link disappear when login using Editor role,
how can I make Editor role be able to access to CSV importer?
2. I have put the files to “uploads/download-manager-files” directory, and imported the CSV file. After CSV imported, I noticed that from the backend I can see the file is attached but
the front-end shows file not found
do I have to do the mapping everytime I upload a CSV file ?
it won’t pick from default WPDM files?
– Can you provide a sample file with file path (PDF) file
– How do you make it to support Chinese characters?
and as I have searched entire code of your plugin (I searched ” add_submenu_page” function)
Your plugin only add “CSV Importer” menu, there is no signs of bulk import
==========
function csv_importer() {
add_submenu_page(“edit.php?post_type=wpdmpro”,__(‘CSV Importer’, ‘wpdm-csv-importer’), __(‘CSV Importer’, ‘wpdm-csv-importer’), ‘manage_options’, ‘wpdm-csv-importer’, array($this, ‘eden_csv_import_ui’));
}
==========
See attached file
I am telling you again, I do not see the “Bulk import” option at all, and after I upload a csv file, no mapping screen shows up.
Can you please not ASSUMED my plugin works and provide standard answers.
Have you tested this plugin with lastest WP + your own latest Download manger?
All I see after installed this plugin is a “CSV import” options shows up under the Download plugin menu,
which is a file upload page, nothing more. not working at all.