Gossamer Forum
Home : Products : Gossamer Mail : Development, Plugins and Globals :

vBulletin Plugin Modification

Quote Reply
vBulletin Plugin Modification
I'd like to have the vBulletin plugin send the user's selected e-mail address back to the vBulletin user DB right after it finishes signing the user up.

Taking a look at the plugin, i can more or less tell where the code should go, and the SQL syntax isn't a problem.. but the perl is beyond me. (I'm a PHP and ASP programmer, unfortunately).

Anyone have a moment or three to suggest some code to run this query: (variables names simulated, i've no idea what they are in the plug in.. but hopefully this gets the idea across)

UPDATE `user` SET gmail = $gmailemailaddress WHERE username= $vbulletinusername

Thanks to any who help!
Subject Author Views Date
Thread vBulletin Plugin Modification AMJones 5227 May 23, 2003, 9:05 PM
Post Re: [AMJones] vBulletin Plugin Modification
AMJones 5037 Jun 4, 2003, 1:02 PM
Thread Re: [AMJones] vBulletin Plugin Modification
Alex 4948 Jun 13, 2003, 9:41 AM
Post Re: [Alex] vBulletin Plugin Modification
AMJones 4921 Jun 13, 2003, 9:26 PM