Right now it's set to 255. You can edit the number by running this SQL query:
ALTER TABLE `ost_staff` CHANGE `signature` `signature` VARCHAR( number ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
Change number to the number you want.
Hi, this is an old thread, but it covers the same question I had.
I don't understand how to run an "SQL query" what exactly do I need to do?
I have configured some other parts of osticket to my liking just but editing the PHP pages. But I am not really that technical, I just figure it out as I go.
I need my signature to be longer than it is, because I want it to display a disclaimer and a link to my full disclaimer page.
Can anyone clarify exactly how to make my signature longer. I tried editing one of the php files (can't remember which one) and it changed the length of the box in my control panel, but it still didn't allow me to save a longer signature to the box.
Help... :)