Hi,
(im brazilian, sorry for any grammar mistake)
Im migrating my site from xoops to drupal, and today ive created a script to migrate the users. This script is at the end of this post. But now id be really gratefull if someone here can help me... im migrating the forum posts (ipb forum, integrated into xoops with koudanshi's plugin) and id love to know how to *programatically* define new terms under the forum vocabulary (the terms would be related to original foruns and forum containers) and use these newly created terms to insert the posts as nodes into drupal. What i need is to know how to create the terms and how to get the ids of these terms, with some sample code if possible... i was looking the taxonomy module but im in a rush and i dont know if i can afford to spend more time to dig the info i need.
Actually, i want to do things this way (programatically creating the terms) to be able to share the script with the community... but im afraid that the time pressure will force me to do this just by hardcoding the terms.
Well, i hope somebody can help me!
That said, here is the script to migrate users from xoops to drupal. you need to export the xoops users table and import it into the drupal database, or just configure the connection where needed to connect with the xoops database (theres only one query to that database anyway).