Closed (fixed)
Project:
Drupal vB
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Jan 2007 at 14:41 UTC
Updated:
27 Jan 2007 at 23:15 UTC
This patch adds a feature of exporting all drupal users to vbulletin.
| Comment | File | Size | Author |
|---|---|---|---|
| user_export.patch_0.txt | 5.25 KB | valcker |
Comments
Comment #1
rszrama commentedExcellent valcker! I'll check out the patch this evening or tomorrow and try and get it committed. I hope to do the module upgrade to 5.0 in the not so distant future, too.
Comment #2
rszrama commentedOk, valcker, I put in your patch. It tested fine. : )
I had to do a fix on $password stuff in _drupalvb_create_vb_user(). Drupal just md5's passwords and saves them whereas vB md5's the password and then adds the salt and then md5's the whole string. So... it's just a little messy. I added a simple solution that should do just fine as long as a user doesn't create an account with an actual 32 character password. : P
Also, I changed your menu item to actually pass arg(2) (in your case, export) as the argument to the action handler function explicitly... minor thing, works great! Thanks for your help. ^_^
Comment #3
(not verified) commented