• Resolved deven5

    (@deven5)


    Hello,

    How I can import only 200 or 300 users from Frontend? When I import more than 500 users the page takes too much time, so is there any way I can import few users?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Javier Carazo

    (@carazo)

    The only solution right now is to split the file into several parts. we are working on an asynchronous user import, similar to the way the export is done, but at first, it will only be available on the back end and then we will move it to the front end.

    But that’s what we are working on.

    Thread Starter deven5

    (@deven5)

    Okay. Thank you for your quick response. and I don’t want to import other user roles, I only want to import specific user role. So for that I need to write any custom code?

    Plugin Author Javier Carazo

    (@carazo)

    No, you have to read in the plugin. Read the “Recurring import” tab and the “Documentation” tab and you will get all these questions solved.

    [import-users-from-csv-with-meta role=”editor”]

    Thread Starter deven5

    (@deven5)

    If someone mention a role inside csv sheet so which one will use?

    Plugin Author Javier Carazo

    (@carazo)

    As I said, please read “Documentation” tab:

    Roles (column role)Plugin can import roles from the CSV. This is how it works:

    • If you don’t create a column for roles: roles would be chosen from the ‘Default role’ field in import screen.
    • If you create a column called ‘role’: if cell is empty, roles would be chosen from ‘Default role’ field in import screen; if cell has a value, it will be used as role, if this role doesn’t exist the default one would be used
    • Multiple roles can be imported creating a list of roles using commas to separate values.
    • If you choose no role checkbox or write no_role in the column role, the users created or updated won’t have any role assigned.

    Notice: If the default new role is administrator in WordPress settings, role will not be set during a CSV file import with this plugin. Check it if all users are being imported as administrators and you have set another role in this plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Import users on Frontend’ is closed to new replies.