This patch adds a feature of exporting all drupal users to vbulletin.

CommentFileSizeAuthor
user_export.patch_0.txt5.25 KBvalcker

Comments

rszrama’s picture

Excellent 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.

rszrama’s picture

Assigned: Unassigned » rszrama
Status: Needs review » Fixed

Ok, 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. ^_^

Anonymous’s picture

Status: Fixed » Closed (fixed)