Page 1 of 1

Change the kb category to auto complete when Edit article

Posted: Fri Dec 21, 2012 7:34 am
by deserteagle369
Script URL:
Version of script: 2.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

There are near 200 category of KB in my hesk system, and the category continue increase every month, In tickets I use custom2 to store product category. I create a new table in db and update it manually, then use piece of js code to do the auto complete and return the result by a search.php for new tickets(admin and user), it works well, save many time and make it easy to select category.

How to do the similar thing when edit article in manage_knowledgebase.php, it look like is use category id not the text.

no idea where to start, any hint will be appreciated.

Re: Change the kb category to auto complete when Edit articl

Posted: Fri Dec 21, 2012 2:37 pm
by Klemen
Providing code samples is really out of the scope of this forum. Try searching Google for auto complete examples and scripts then apply that code to your specific needs.