Yii-User-Import is a submodule for Yii-User which allows users to import users.
Requirements ¶
Tested on Yii 1.1.8
Usage ¶
Install Yii-User, then drop the extension folder in protected/modules.
in your config/main.php, add the module to the import array:
'import'=>array(
'application.modules.userImport.*',
...
and add the module to the modules array:
'modules'=>array(
'userImport',
...
Access at /userImport/ or /index.php?r=userImport.
See the included sample xls file for formatting. Export the xls as a CSV, copy the text and paste it in the field at the url above.
User Contributed Notes 2
Downvotes?
Hi guys, I see a few downvotes, but no comments as to why. If you downvote, pls leave a comment as to why to help improve the extension. Thanks!
recommended improvements
You should be able to load a file. Like "Upload file" for import.
It is recommended that you haven't to paste the information in the textbox.
It is not very helpful unfortunately.
Regards
Leave a comment
If you have any questions, please ask in the forum instead.
Join the conversation to share a note.