Categories > TinyButStrong general >

server side error messages avoiding

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: retro
Date: 2005-06-17
Time: 01:52

server side error messages avoiding

is there a way to shut all tinybutstrong error messages off on server side...and to replace all placeholders with empty strings if variables are not set?
By: Skrol29
Date: 2005-06-22
Time: 01:15

Re: server side error messages avoiding

Hello,

You cannot avoid all TBS Error messages. But you can avoid TBS Error messages for a specific field using parameter 'noerr'.
This enables you have an empty string with no error on a Var Field for which the variable is not set.
By: retro
Date: 2005-06-22
Time: 22:16

Re: server side error messages avoiding

I am aware of noerr parameter, but I would like (if it is possible) to set up parameters globaly in php script...like $TBS->noerr = true;