• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Znote AAC ticket system, need testers! :)

Cornex

Web Developer
Senator
Joined
Jun 15, 2008
Messages
3,443
Solutions
6
Reaction score
1,170
Location
Sweden
Hello, I'm just dropping in because i want a few testers for my support ticket plugin for Znote AAC. It is very very very basic at the moment, but looking to expand it if someone wants it. I know there is an feature at the forum feedback, but this is a standalone plugin.

If you're interested, let me know, via PM here or add skype jonas.hagstrom12 ..

1mGxFv.png
 
This looks interesting and I would like to test it, unfortunately I dont have a working OT to use it now.

Are you developing this over 1.5 or 1.4?
 
The config at the moment looks like:

PHP:
$config['STS_ENABLE'] = true;
$config['SUPPORT_TICKET_VERSION'] = "STS_1.0";
$config['ADMIN_SUPPORT_TICKET_NAME'] = "Cornex"; // What name to show when you send comments as admin.
$config['TICKET_SYSTEM_CONTENT_LENGTH'] = 140; // Max length of description in a new ticket, should NOT be set higher then 1000.
$config['TICKET_SYSTEM_COMMENT_LENGTH'] = 140; // Max length of a comment content, should NOT be set higher then 500.
 
Bump, doing some major updates today and in week. I don't know yet if i officially will release it, depends on the interest i guess.
 
Back
Top