i've tried to use it under 3.6.8 but getting this error:
profile.php?do=editoptions
Fatal error: Call to a member function on a non-object in
includes/functions_user.php on line 333
Code:
$profilefields = $DB_site->query("
SELECT profilefieldid,required,title,size,maxlength,type,data,optional, regex
FROM " . TABLE_PREFIX . "profilefield
WHERE editable = 1
AND (form >= $typestart)
AND (form <= $typeend)
");
if anyone can modify this to suite 3.6.8, I think it will work