Hello!
I had created a product that required I build a knowledgebase category with several subcategories.
Now, I'm in the process of creating another product that has many similarities with the previous one.
Several of the existing knowledgebase entries could be used for the new product (with some minor modifications).
Is there a way to clone an entire knowledgebase category?
Same server, same HESK installation.
Thanks!
George
Cloning Hesk knowledgebase category
Moderator: mkoch227
Re: Cloning Hesk knowledgebase category
Unfortunately no, there is no built-in way of cloning a knowledgeabse category (or article). You will need to do it by hand.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Cloning Hesk knowledgebase category
Ok, Klemen - thanks!
Re: Cloning Hesk knowledgebase category
Hello!
I'm bringing back this old thread.
If I hired a developer for this, what instructions could I give them?
For example: "Login to phpMyAdmin, find the helpcent_hesk database and clone this and that, making sure to replace X string with Y string".
Thanks!
George
I'm bringing back this old thread.

If I hired a developer for this, what instructions could I give them?
For example: "Login to phpMyAdmin, find the helpcent_hesk database and clone this and that, making sure to replace X string with Y string".
Thanks!
George
Re: Cloning Hesk knowledgebase category
Hire a developer and tell them to clone a category with all the articles and subcategories.
They should study the hesk_kb_categories and hesk_kb_articles structure; what exactly needs to be changed is up to them to figure out, but mostly each category and article needs to have a unique ID, and a proper "parent" category set.
They should study the hesk_kb_categories and hesk_kb_articles structure; what exactly needs to be changed is up to them to figure out, but mostly each category and article needs to have a unique ID, and a proper "parent" category set.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Cloning Hesk knowledgebase category
Thanks, Klemen!