You need to fix your instructions in your options.txt file
I'll post the section of it here:
FIND:
//if ($user['field#'] != ''){ //Step 1 - If you wish to limit blank fields from appearing, remove the front two slashes and change field# to a field of your choice
REPLACE WITH:
if ($user['field#'] != '')
### NEXT ###
FIND:
//} //Step 2 - Remove the front two slashes
REPLACE WITH:
}
### END ###
|