Hey everyone.
My company wants to start using some sort of helpdesk software to help organize users who have contacted us and whatnot to see what problems have come up with them in the past and whatnot. My manager guy wants to use kayako, I think this is a terrible idea. Why I don't want to use kayako:
-Closed source
--This means I can't just put at the top of the bootstrap file a small include that will keep the rest of my websites sessions running just fine
--I can't have someone who is logged into my website be automatically logged into kayako at the same time so if they want to see the support, they have to relogin
--customizing the templates is a hassle
-It is way too much for what we need. We get like 4 emails a day asking about basic stuff. Yes for bigger problems (once every 2 weeks) this would be nice but it seams like we are going way to overboard with this
So what I want is something smaller that is good and that I can edit! It doesn't have to be free, price does not matter. We use vBulletin and as much as I hate it, at least I can edit files to accommodate certain features that are needed. With kayako, nope. So, does anyone have any suggestions that would be good before I start killing everyone trying to make this junk work?
kayako alternative
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: kayako alternative
While I agree that Kayako sucks...
vBulletin was my next suggestion. To handle support in software you really need something of a:
1) Community forum, possibly restricted to you and the client with an issue -- private topics
2) Knowledgebase so you can quickly reply with canned answers and hopefully avoid repeat questions.
A support system is really just the amalgamation of these systems.
If you are looking more for a simple bug tracker/issue tracker, you might want to look into Arctic issue tracker:
http://www.arctictracker.com/
There are several open source alternatives to each of the above. KBPublisher is one which comes to mind, if your looking for a knowledgebase.
http://www.kbpublisher.com/
http://aphpkb.sourceforge.net/
Then there are several commercial systems -- none of which I would recommend as they are equally buggy and easily exploited as the open source ones, but the commercial ones are hilighted far more than open source on sites like Secunia. I worked for one said commercial company and it was a weekely event to handle ticket requests because their insecure software would le someone f*ck <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> up. Maybe go with a hosted solution, save yourself a lot of trouble.
Cheers
vBulletin was my next suggestion. To handle support in software you really need something of a:
1) Community forum, possibly restricted to you and the client with an issue -- private topics
2) Knowledgebase so you can quickly reply with canned answers and hopefully avoid repeat questions.
A support system is really just the amalgamation of these systems.
If you are looking more for a simple bug tracker/issue tracker, you might want to look into Arctic issue tracker:
http://www.arctictracker.com/
There are several open source alternatives to each of the above. KBPublisher is one which comes to mind, if your looking for a knowledgebase.
http://www.kbpublisher.com/
http://aphpkb.sourceforge.net/
Then there are several commercial systems -- none of which I would recommend as they are equally buggy and easily exploited as the open source ones, but the commercial ones are hilighted far more than open source on sites like Secunia. I worked for one said commercial company and it was a weekely event to handle ticket requests because their insecure software would le someone f*ck <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> up. Maybe go with a hosted solution, save yourself a lot of trouble.
Cheers
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: kayako alternative
I have heard good things about Cerberus and osTicket, but your opinion really depends on what features you need. Kayako is actually pretty good. There is also WHMCS is you want billing. Have you searched and tried out alternatives? I'd be interested to know what you find out.
(#10850)
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: kayako alternative
Thanks for that link osTicket -- looks pretty sweet. Although I still disagree about Kayako. 
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: kayako alternative
Have you looked at something like TRAC, Bugzilla or Bugdar?
- shiznatix
- DevNet Master
- Posts: 2745
- Joined: Tue Dec 28, 2004 5:57 pm
- Location: Tallinn, Estonia
- Contact:
Re: kayako alternative
it has to be skinnable and put into out website nice and neat looking. we use bugzilla for our internal bugs and whatnot but what we need for the client side is more of a email managerEverah wrote:Have you looked at something like TRAC, Bugzilla or Bugdar?
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: kayako alternative
Definetely look into arborint's suggestion of osTicket then -- it's codebase is very simple. I would double check for XSS and SQLi exploits quickly though...it has to be skinnable and put into out website nice and neat looking. we use bugzilla for our internal bugs and whatnot but what we need for the client side is more of a email manager