in the separate page for to edit timeslip data instructions, there is an error
PHP Code:
###### Replace with:
$profilefields=$DB_site->query("SELECT profilefieldid,required,title,size,maxlength
FROM profilefield
WHERE editable = 1
AND profilefieldid NOT IN (50,51,52,53,54,55,56,57");
should be
PHP Code:
###### Replace with:
$profilefields=$DB_site->query("SELECT profilefieldid,required,title,size,maxlength
FROM profilefield
WHERE editable = 1
AND profilefieldid NOT IN (50,51,52,53,54,55,56,57)");
also, in this section
PHP Code:
$templatesused = 'redirect_updatethanks,error_fieldmissing,error_emailmismatch,error_emailtaken,error_fieldmissing,error_requiredfieldmissing,error_birthdayfield';
I don't think half these templates are actually used?
Still installing all the updates and fixes. Let you know the outcome soon.
One thing I will be adding for admins and possibly mods is a delete button to delete fake crap. It's already starting. :disappointed: