View Full Version : profile change
I would like to be mailed when a users makes a change to their profile, this way I can keep an eye on any home pages that are set to make sure they can be viewed by a minor
Thanks for taking time to look
Chet
nexialys
09-28-2004, 03:04 PM
i hope for you that you don't have 50 000 members.. ;)
btw, this can be done with a 2 minutes hack... just give a vbmail() after this line of code in profile.php: // insert custom user fields
if (!empty($userfields))
{
$DB_site->query("UPDATE " . TABLE_PREFIX . "userfield SET userid=$bbuserinfo[userid]$userfields WHERE userid=$bbuserinfo[userid]");
}
thanks for the reply but can you show me how its done
Chet
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.