Quote:
Originally Posted by AnimeWebby
Flow, the edits for this are already in there, probably in the registration.php file?!? I think, but they are definately there.
Ok found them:
In register.php find:
PHP Code:
// insert custom user fields
$DB_site->query("INSERT INTO " . TABLE_PREFIX . "userfield $userfieldsnames VALUES ($userid$userfields)");
Add below:
PHP Code:
// [START HACK='Awards/Medals/Cards by AnimeWebby' AUTHOR='AnimeWebby' VERSION='2.0' CHANGEID= 15 ]
// insert user awards
$DB_site->query("INSERT INTO " . TABLE_PREFIX . "useraward (userid) VALUES ($userid)");
// [END HACK='Awards/Medals/Cards by AnimeWebby' AUTHOR='AnimeWebby' VERSION='2.0' CHANGEID= 15 ]
|
Thank you so much I can finally sleep.