Kelm has updated this software with a lot of new features. My question is that we've down so much customization with Version 2.1, that we are hesitant to upgrade to 2.2. My question is that if I upgrade our support site to version 2.2, do we loose the customization that we've did?
or is it a simple processes of just copying the customized files back to the new version. Thanks again K.
Upgrading to Version 2.2
Moderator: mkoch227
Re: Upgrading to Version 2.2
Yes, you loose any customizations you did in the PHP files. What remains intact is your header.txt, footer.txt and tickets/knowledgebase/settings.
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: Upgrading to Version 2.2
Yes, I would also wish if it were easy to just add the code to the files that need the change. I have one of those dark themed forums. So I had to modify some code within some of the php -- html properties in order to emulate the theme of our main site. Could we have a list of pages that the code had been altered in order change the code ourselves -- for the advanced php users?
Re: Upgrading to Version 2.2
Unfortunately I don't keep line-by-line notes on what changed. Besides, so much code has changed in 2.2 you would almost certainly have more work applying all the changes than modifying the look again.
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: Upgrading to Version 2.2
Yes, very true! I've been comparing each file against the one I have now, and yes a lot of modifications have been made. But wish it was easier some how. FYI, I am using a tool named: "Compare It!" to make the comparisons.Klemen wrote:Unfortunately I don't keep line-by-line notes on what changed. Besides, so much code has changed in 2.2 you would almost certainly have more work applying all the changes than modifying the look again.
If there was a way you can add a code in the css file and the php files where the text boxes' colors could be changed, this would really be helpful for those with sites that have dark themed colors. Below is an example.

If you wish to learn the code that I have to add in the php files and css file in order to get a dark boxes, please let me know, I am willing to assist you at anytime.

Re: Upgrading to Version 2.2
I plan to move all the design to templates in the future, that should fix the issue with having to manually change the PHP code.
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: Upgrading to Version 2.2
thanks!