Needs review
Project:
Wordpress Import
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Dec 2010 at 20:06 UTC
Updated:
28 Dec 2010 at 04:20 UTC
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
Comment #1
lavamind commentedImplemented 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.