- Edited
This mod, formerly known as SimpleStatus, adds a second, update-able status field to the edit ticket page, in the form of a Select (dropdown) with an update button. It also displays the status on the view tickets page. This mod comes in particularly useful on RMA systems, or any secondary system that has lots of steps. It is written on 1.7 RC4, and should carry on into 1.7ST. Files will be updated periodically.
Instead of writing a long tutorial on how to do this and that, I have provided here the files and clearly commented each one with the changes that should be made. All changes/additions are clearly marked with giant spaces and comments as such...
//SS
code
//SS
or
SS
Code
SS
I also signed each comment, so you could just search for "Aki" in each of the files and you'll go straight to the changes.
The only thing you need to do before implementing these changes, is open up your PHPMyAdmin, click the SQL tab, and paste in this code and go...
ALTER TABLE ost_ticket ADD COLUMN work int;
After that you could just replace your files with the ones I have provided, unless you have already started making major changes, in that case, I suggest you do it by hand.
Merry Christmas everyone and don't forget to rate this thread!!
Download for 1.7RC4
(SecondStatus.zip)
Download for 1.7ST
(SecondStatus1_7ST.zip)
This is how it looks on the edit ticket page...
and this is what you'll see on the ticket view...