User import question

  • Jakub
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 4 months ago - 8 years 4 months ago #91180 by Jakub
User import question was created by Jakub
Hi

Is there any easier way than this to import all existing Joomla users (30k) to a free plan?

Regards,
Last edit: 8 years 4 months ago by Jakub.

Please Log in or Create an account to join the conversation.

More
8 years 4 months ago #91238 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic User import question
Hi Jakub

I just developed the code yesterday which can handle importing Joomla users directly to Membership Pro

However, I am afraid of 30K of users is too large and there might be timeout during import process

You can send an email to services@joomdonation.com on Saturday (I am not available in office on tomorrow), I will send you this updated version and guide you how to import it

(It is not included in download package yet and there is still no documentation written). But at least you can try. In case it works, it would save you huge amount of time

Regards,

Tuan
The following user(s) said Thank You: Jakub

Please Log in or Create an account to join the conversation.

  • Jakub
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 4 months ago #91241 by Jakub
Replied by Jakub on topic User import question
Perfect! Thank you so much!

Regards,

Please Log in or Create an account to join the conversation.

More
8 years 4 months ago #91251 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic User import question
Below are the instructions:

1. Login to backend of your site

2. Access to this URL

domain.com/administrator/index.php?optio...an_id=ID_OF_THE_PLAN

For example, domain.com/administrator/index.php?optio..._joomla&to_plan_id=2

will import all Joomla users to plan wtih ID = 2

3. In case you have too many users like that, you will have to import in multiple steps, each time 2000 users for example

The URL would be:

First time:

domain.com/administrator/index.php?optio..._joomla&to_plan_id=2 &start=0&limit=2000

Second time

domain.com/administrator/index.php?optio..._joomla&to_plan_id=2 &start=2000&limit=2000

Third time:

domain.com/administrator/index.php?optio..._joomla&to_plan_id=2 &start=4000&limit=2000

and so on....
The following user(s) said Thank You: Jakub

Please Log in or Create an account to join the conversation.

  • Jakub
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 4 months ago - 8 years 4 months ago #91267 by Jakub
Replied by Jakub on topic User import question
Thank you again. Works properly.
Last edit: 8 years 4 months ago by Jakub.

Please Log in or Create an account to join the conversation.

More
8 years 4 months ago #91388 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic User import question
Great. Thanks for confirming

Tuan

Please Log in or Create an account to join the conversation.