Quote:
Originally posted by Lucky
Ok.
You got me!
Can you please specify exactly what goes where.
I have tried moving the brackets ")" and "}" and am not sure what brackets you are referring to.
Please be specific.
I have been screwing around with this for the last 10 hrs at least and am at a stand still!
I have tried just about every different combination there is.
I need help.
TIA!
|
k say u got the first eval code, it has 2 brackets
it goes like this
eval("dooutput(\"".gettemplate("editsig_error")."\ ");");
}
} <--CUT THIS ONE (delete and copy)
Put it under the 2nd eval one he mentioned
so
eval("dooutput(\"".gettemplate("editsig_done")."\" );");
}
} <---HERE YOU ADD THE 2nd BRACKET
hope that helps