PDA

View Full Version : profile change


chet
09-28-2004, 02:50 PM
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]");
}

chet
09-28-2004, 04:18 PM
thanks for the reply but can you show me how its done

Chet