Viewing 13 replies - 16 through 28 (of 28 total)
  • Plugin Author Andy Dunn

    (@andydunn)

    How many lines do you have in your CSV file ? Would you be able to send me a small sample of it to test ?

    Also what error are you getting ?

    Thanks,

    Andy

    Hi Andy

    Thanks for your quick reply!

    There’s just two lines in the file I’m testing with. You can download it here: http://cooper.co.nz/shared/test3.csv

    I get the “Seems to be imported” message.

    I’ve tested it on a local MAMP server and on our LAMP VPS, both with WordPress 3.0.1, PHP5 etc.

    Cheers
    Mitch

    Plugin Author Andy Dunn

    (@andydunn)

    Hi Mitch,

    Sorry for not getting back to you yesterday.

    Ive tested that and it seems to work fine for me. Can you just confirm that you are using the latest version of the plugin 1.0.1 ?

    Thanks,

    Andy

    Hi Andy

    No problems at all! I’ve tried the latest release from WordPress.org and the development version. Both report 1.0.0 in WordPress (and in csv-user-import.php), but are 1.0.1 in the readme.

    Thanks
    Mitch

    Plugin Author Andy Dunn

    (@andydunn)

    Hi Mitch,

    Did that work out for you or not ?

    Regards,

    Andy

    I may be stepping over people, but not my intent.

    Love the plugin. Super easy and saves me lots of time. Only one difficulty I can see. I also use Subscribe2. And, when I bulk upload users via “CSV User Import” plugin, there is no default setting for subscribers. I still have to go back into each subscriber to select categories they shoudl receive and e-mail format (ie; HTML excerpt, HTML full, Plain, etc). Is there any means of having this update at the point of bulk upload? Or, is there any means of defaulting to a specific category or format?

    A.S.

    Using 1.0.2 of the plugin and 3.0.4 of WP. I upload my CSV, get the message “All users appear to be have been imported successfully.” but no actual users are created. Help!

    Hey, your code has problem when user add the prefix on the db table.
    I just update these 2 lines.

    line 60: $wpdb->insert( $wpdb->users, $arr_user );
    line 81: $wpdb->insert( $wpdb->usermeta, $arr_meta );

    🙂

    Plugin Author Andy Dunn

    (@andydunn)

    Thanks leohung, Ive got that added to the latest version (1.0.3). Hopefully that and the PHP tag change fixes problems for a lot of users.

    Andy

    Hey Andy, I almost have it working right. My only problem is that my users’ passwords don’t work. All fields appear to import properly into the db, but when I try to login using a users’ plain-text password, I am refused.

    The type of password is a simple letter/number combination to get them started. Something like: THIS23567

    Since the wp db is hashing them, I have no way to determine what has happened with the password.

    Any ideas?

    I just installed on WP 3.1 WPMU site – it works great and was very simple! Thank you sooo much for this plugin. I will make sure to rate it.

    Hi Andy

    The plugin worked flawlessly, but I would like to send an email to all of the new members with their new passwords.

    Is there a way to do this as the current WP interface does not allow me to do that?

    Thanks in advance,

    James

    jmcintyre

    (@jmcintyre)

    Nice work, thanks. Easy to read and tweak for me.

    Maybe consider adding a ‘role’ dropdown in the future? That was the part I edited.

    Thanks again,

    Jack

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘[Plugin: CSV User Import] Kudos’ is closed to new replies.