Posted by kmillecam on December 14, 2010 at 8:06pm
2 followers
Jump to:
| Project: | Wordpress Import |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | lavamind |
| Status: | needs review |
Issue Summary
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
#1
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.