Hesk wordpress integration

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
dancemelody
Posts: 1
Joined: Sat Sep 15, 2012 6:58 am

Hesk wordpress integration

Post by dancemelody »

HESK integration with Wordpress

1. Install HESK in any dir
2. Install Pageview plugin in your Wordpress (http://wordpress.org/extend/plugins/pageview/)
3. Create a page and use shortcode into: [pageview url="URL-to-your-HESK-dir"]

very simple!
after all you can edit design of Hesk to fit your WP
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Hesk wordpress integration

Post by Klemen »

Thank you very much for sharing, this must be the simplest way of integrating HESK with Wordpress!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
sidv220
Posts: 1
Joined: Thu Oct 18, 2012 2:53 pm

Re: Hesk wordpress integration

Post by sidv220 »

I have modified the code of Hesk.com Help Desk software so it can work within Wordpress installation. Anyone interested can download it from my server at http://www.shaadiconnections.com/download
Short instructions:

1) Download Hesk241.zip from http://www.shaadiconnections.com/download
2) Read the README file inside the hesk241.zip archive. It has installation instructions
3) Upload the heask241 folder to your server root (/) directory
4) Run the installation as in the README file
5) You will need to edit /hesk241/inc/footer.inc.php file and insert your custom footer code between the place marked <!– Start of Custom….. do not remove or edit binary license file code without purchasing license to remove code, otherwise your help desk software will not work. This is to match your theme footer. Technically you can copy and paste the footer.php code from your WP theme directory. The code is copyright protected by Hesk, do not edit or remove any Hesk copyright notices in the php files.

NOTE: You must edit /hesk241/index.php, /hesk241/admin/index.php and /hesk241/knowledgebase.php file and change the path to your theme directory:
Change

Code: Select all

require('../wp-content/themes/ArtSee/header.php'); 
and replace "ArtSee" to the name of your Wordpress theme directory. It is necessary otherwise you will not get your WP Navigaion Menu.

NOTE: If HESK objection to providing modified code for Wordpress, I will remove the downloadable zip archive.
Post Reply