Hi guys,

Beautiful module, thank you!

My only problem is when I ran into the page where I mapped wp users to drupal users. My Drupal site has 200,000+ users so populating a select list with 200,000 options sucked the memory right out of my system.

Maybe the input form could be changed use the user/autocomplete widget so all less memory is used to build this form.

Thanks again

Comments

lavamind’s picture

Version: 6.x-2.1 » 6.x-2.x-dev
Assigned: Unassigned » lavamind
Status: Active » Needs review

Implemented this feature in 6.x-2.x-dev.

You will get an autocomplete textfield if your Drupal install contains more than 30 users. Otherwise, a select list is used.

Please review.