Ramon Fincken wrote: search for import users
there is a function available that allows you to use a CSV file username,password,<another_thing_here>
http://www.phpbb.com/phpBB/viewtopic.php?t=285945
EY wrote: But do the members already have to be created or soemthing or can you create them on the spot?
MOD Database Manager wrote: Classification: 52 Admin Tools
MOD Name: Import Tools
Author: Graham
MOD Description: This MOD will import a list of members held in a CSV* file and create user accounts for each of those members on the forum.
* Comma Separated Variable
egMOD Version: 1.0.1Code: Select all
username,email,password
Installation Level: Easy
Installation Time: ~ 3 Minutes
Download File: Import_Tools_1.0.1.zip
File Size: 8635 Bytes
Security Score: 0
spankme wrote:Ramon Fincken wrote:search for import users
there is a function available that allows you to use a CSV file username,password,<another_thing_here>
http://www.phpbb.com/phpBB/viewtopic.php?t=285945
I did find this.. But i believe aa CSV file is a copy of users you already have so you can transfer them when you change forums.....
I need to add a large list of users who have never been listed...
Am I wrong? Thanks
spankme wrote: ok thank you very much.. I did read into it and it looks like that is the ticket... now all I need to do is figure out how to make a CSV file..
do I need that excel program?
Code: Select all
some_name,some_id
Alkmaar,89
Almelo,90
Almere,91
Alphen a/d Rijn,92
bradymills wrote: Hi,
I have uploaded the mod -- for importing multiple users using CSV file. Everything seems to work fine, until I try to import the file from the directory. I receive the confirmation that users have been added; however, when i check the userlist, only the user on the first row of the CSV file was added. Any idea why I'm having this problem.
Thanks!