CSV Import for non-admin
3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: October 30, 2013 (RSS)
By Toledoh - October 28, 2013
Hi Guys,
I want to give a non-administrator the ability to import records using the CSV upload plugin. How can I achieve this?
Thanks
Tim (toledoh.com.au)
By Toledoh - October 28, 2013
And... how do I allow the csv import to display the _nlb_subscribers table?
Tim (toledoh.com.au)
By Damon - October 30, 2013
Hi Tim,
I want to give a non-administrator the ability to import records using the CSV upload plugin. How can I achieve this?
The CSV Import add on importing features is only available to CMS admin users. The code could possibly be modified to allow an editor user but it's not a current feature.
And I'm guessing that creating another admin account for a user to use to import CSV data is not an option?
And... how do I allow the csv import to display the _nlb_subscribers table?
You can show the _nlb_subscribers table in the Target Table dropdown by commenting out line 205 of the _csvImport_uploadIframe.php file like this:
//if ($tablename[0] == '_') { continue; }
But be careful as this will also show any table that starts with an underscore.
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/