Quote:
Originally Posted by ReCom
Enter
Code:
return ($data >= 32 AND $data <= 100);
in that box to check if the admin enters a number between 32 and 100. Just like Dismounted wrote, I don't think you can override invalid settings.
|
That is what I originally tried in validation which displays the default invalid value error,
yet it still allows saving and returning the $data.
Ive also tried hooking the
admin_options_processing to attempt to check the value
and return default if not 32><100 but I must be missing something.
Would using the
admins_options_processing enable me to rewrite the
$data value
before its saved to the database or would I have to write my own query?