<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hesk Helpdesk (And Enhancements!)</title>
	<atom:link href="http://cornempire.net/2009/12/06/hesk-helpdesk-and-enhancements/feed/" rel="self" type="application/rss+xml" />
	<link>http://cornempire.net/2009/12/06/hesk-helpdesk-and-enhancements/</link>
	<description>Tidbits about programming, web development, gaming and other random stuff.</description>
	<lastBuildDate>Thu, 22 Jul 2010 14:51:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: cornmaster</title>
		<link>http://cornempire.net/2009/12/06/hesk-helpdesk-and-enhancements/comment-page-1/#comment-300</link>
		<dc:creator>cornmaster</dc:creator>
		<pubDate>Thu, 22 Jul 2010 14:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cornempire.net/?p=160#comment-300</guid>
		<description>I&#039;m not sure how easy it would be to make it into a pluggable module since it is a total hack that is modifying the source of the application.  What I would recommend is hacking a version (ie 2.1/2.2/etc) first, and then use those PHP scripts to deploy to your clients.  Assuming they don&#039;t require any other customizations, it shouldn&#039;t be too much of a hassle.  But you are right, these customizations need to be repeated for each version change.

Now that 2.2 is out, I may make my modifications, and then upload the changed files.  Then, assuming no other customizations, you can just drop those into your installations.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure how easy it would be to make it into a pluggable module since it is a total hack that is modifying the source of the application.  What I would recommend is hacking a version (ie 2.1/2.2/etc) first, and then use those PHP scripts to deploy to your clients.  Assuming they don&#8217;t require any other customizations, it shouldn&#8217;t be too much of a hassle.  But you are right, these customizations need to be repeated for each version change.</p>
<p>Now that 2.2 is out, I may make my modifications, and then upload the changed files.  Then, assuming no other customizations, you can just drop those into your installations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech NO Babble</title>
		<link>http://cornempire.net/2009/12/06/hesk-helpdesk-and-enhancements/comment-page-1/#comment-299</link>
		<dc:creator>Tech NO Babble</dc:creator>
		<pubDate>Thu, 22 Jul 2010 14:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cornempire.net/?p=160#comment-299</guid>
		<description>Nice demo and good instructions. I started using the Hesk desk about 2 months ago and after getting my clients to use it to communicate with me, now they are requesting that I put it on their websites too. 

About your mod, is it possible to wrap it like a module, plug-in so that future updates don&#039;t require duplicating work. 

As much as I love the idea of the mod, and I have installed many when we used to use osCommerce, I won&#039;t do this for a client. I will have to install multiple installations for those who need more custom features.

Thanks again and I look forward to hearing your thoughts.

Alex</description>
		<content:encoded><![CDATA[<p>Nice demo and good instructions. I started using the Hesk desk about 2 months ago and after getting my clients to use it to communicate with me, now they are requesting that I put it on their websites too. </p>
<p>About your mod, is it possible to wrap it like a module, plug-in so that future updates don&#8217;t require duplicating work. </p>
<p>As much as I love the idea of the mod, and I have installed many when we used to use osCommerce, I won&#8217;t do this for a client. I will have to install multiple installations for those who need more custom features.</p>
<p>Thanks again and I look forward to hearing your thoughts.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cornmaster</title>
		<link>http://cornempire.net/2009/12/06/hesk-helpdesk-and-enhancements/comment-page-1/#comment-227</link>
		<dc:creator>cornmaster</dc:creator>
		<pubDate>Sun, 16 May 2010 01:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cornempire.net/?p=160#comment-227</guid>
		<description>Hey to anyone reading.  I&#039;ve taken another quick look at this and modified the admin_ticket.php file to achieve this.  I&#039;ve added the steps as the optional step 5: http://wiki.cornempire.net/hesk/start#optional_5_modify_admin_ticketphp

Only 4 small tweaks needed.  Let me know if there are any issues with it.</description>
		<content:encoded><![CDATA[<p>Hey to anyone reading.  I&#8217;ve taken another quick look at this and modified the admin_ticket.php file to achieve this.  I&#8217;ve added the steps as the optional step 5: <a href="http://wiki.cornempire.net/hesk/start#optional_5_modify_admin_ticketphp" rel="nofollow">http://wiki.cornempire.net/hesk/start#optional_5_modify_admin_ticketphp</a></p>
<p>Only 4 small tweaks needed.  Let me know if there are any issues with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morteza</title>
		<link>http://cornempire.net/2009/12/06/hesk-helpdesk-and-enhancements/comment-page-1/#comment-226</link>
		<dc:creator>Morteza</dc:creator>
		<pubDate>Fri, 14 May 2010 11:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cornempire.net/?p=160#comment-226</guid>
		<description>Hi &amp; tnx for your reply . 
you don&#039;t know how much this hack helped me at my work .
the only little problem is that the ID of categories are shown in admin ticket views before custom fields name. 
as a part of your tutorial for this , you told that we need to modify the printed name of the custom field, otherwise it will print the numbers before the name :

$temp = explode(&#039;_&#039;,$v[&#039;name&#039;]);
$v[&#039;name&#039;] = $temp[1];

i think we need to add this somewhere in admin files (i guess admin_ticket.php ) for disable printing of category IDs before custom field names...

again thank you very much for helping us. 

God blest you.</description>
		<content:encoded><![CDATA[<p>Hi &amp; tnx for your reply .<br />
you don&#8217;t know how much this hack helped me at my work .<br />
the only little problem is that the ID of categories are shown in admin ticket views before custom fields name.<br />
as a part of your tutorial for this , you told that we need to modify the printed name of the custom field, otherwise it will print the numbers before the name :</p>
<p>$temp = explode(&#8216;_&#8217;,$v['name']);<br />
$v['name'] = $temp[1];</p>
<p>i think we need to add this somewhere in admin files (i guess admin_ticket.php ) for disable printing of category IDs before custom field names&#8230;</p>
<p>again thank you very much for helping us. </p>
<p>God blest you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cornmaster</title>
		<link>http://cornempire.net/2009/12/06/hesk-helpdesk-and-enhancements/comment-page-1/#comment-225</link>
		<dc:creator>cornmaster</dc:creator>
		<pubDate>Thu, 13 May 2010 11:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cornempire.net/?p=160#comment-225</guid>
		<description>I haven&#039;t looked at this in a while, but I might get a chance in a few weeks.  I&#039;ll make a followup post when I get around to making the changes.  The projects I had intended to use Hesk for all fell through, so I haven&#039;t actually used it since I implemented these hacks.  Thanks for the comment though, and glad to see that a few people are actually using this work.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t looked at this in a while, but I might get a chance in a few weeks.  I&#8217;ll make a followup post when I get around to making the changes.  The projects I had intended to use Hesk for all fell through, so I haven&#8217;t actually used it since I implemented these hacks.  Thanks for the comment though, and glad to see that a few people are actually using this work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morteza</title>
		<link>http://cornempire.net/2009/12/06/hesk-helpdesk-and-enhancements/comment-page-1/#comment-224</link>
		<dc:creator>Morteza</dc:creator>
		<pubDate>Thu, 13 May 2010 06:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cornempire.net/?p=160#comment-224</guid>
		<description>@ first , THANK YOU ALOT for this enhancement to HESK !!
&amp; PLEASE ...
we need this hack to work in admin views too ...
can you modify the admin view of tickets plz ?</description>
		<content:encoded><![CDATA[<p>@ first , THANK YOU ALOT for this enhancement to HESK !!<br />
&amp; PLEASE &#8230;<br />
we need this hack to work in admin views too &#8230;<br />
can you modify the admin view of tickets plz ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
