<?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: New Response Alert for All Department Members in osTicket v1.6 RC5</title>
	<atom:link href="http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/</link>
	<description>... where solutions for script programming are found ...</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:54:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gareth Hennedy</title>
		<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/comment-page-1/#comment-4512</link>
		<dc:creator>Gareth Hennedy</dc:creator>
		<pubDate>Thu, 11 Aug 2011 09:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=853#comment-4512</guid>
		<description>Guys,

As far as I can see this only adds funtionality to the ‘New Internal Note Alert’ function.

What I am looking for is functionality where is any staff member or the customer adds data in the form of ‘New Message Alert’ then an email is sent to all staff, even staff memebers that are not assigned to the cases as well as the customer.

Any ideas?

Thanks

Gareth</description>
		<content:encoded><![CDATA[<p>Guys,</p>
<p>As far as I can see this only adds funtionality to the ‘New Internal Note Alert’ function.</p>
<p>What I am looking for is functionality where is any staff member or the customer adds data in the form of ‘New Message Alert’ then an email is sent to all staff, even staff memebers that are not assigned to the cases as well as the customer.</p>
<p>Any ideas?</p>
<p>Thanks</p>
<p>Gareth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Hennedy</title>
		<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/comment-page-1/#comment-4505</link>
		<dc:creator>Gareth Hennedy</dc:creator>
		<pubDate>Wed, 10 Aug 2011 16:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=853#comment-4505</guid>
		<description>Hi Guys,

I am just new to OSTicket and I have implemented the change above.

However, it is not working.

I think it may be that I cannot find where to enable this in admin panel.

can someone tell me where this is?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I am just new to OSTicket and I have implemented the change above.</p>
<p>However, it is not working.</p>
<p>I think it may be that I cannot find where to enable this in admin panel.</p>
<p>can someone tell me where this is?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads Kikkenborg</title>
		<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/comment-page-1/#comment-1860</link>
		<dc:creator>Mads Kikkenborg</dc:creator>
		<pubDate>Thu, 14 Oct 2010 05:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=853#comment-1860</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-1308&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-1308&quot; rel=&quot;nofollow&quot;&gt;Daniel &lt;/a&gt; :&lt;/strong&gt;Thanks for the code. It works well, but one thing:
When posting an internal note I was getting an error message: “Error(s) occured. Unable to post the note.” But the note was actually posting just fine. The problem was that the variable $id in the postNote function in class.ticket.php (modified in the last code snippet of your post) was getting overwritten by your new code. I replaced $id with another variable name and it seems to be working fine now.&lt;/blockquote&gt;
Hi,

Can you please explain to me, what you did to make this work ?? I can&#039;t find out :(</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-1308"><p>
<strong><a href="#comment-1308" rel="nofollow">Daniel </a> :</strong>Thanks for the code. It works well, but one thing:<br />
When posting an internal note I was getting an error message: “Error(s) occured. Unable to post the note.” But the note was actually posting just fine. The problem was that the variable $id in the postNote function in class.ticket.php (modified in the last code snippet of your post) was getting overwritten by your new code. I replaced $id with another variable name and it seems to be working fine now.</p></blockquote>
<p>Hi,</p>
<p>Can you please explain to me, what you did to make this work ?? I can&#8217;t find out <img src='http://www.openscriptsolution.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/comment-page-1/#comment-1308</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 21 Jun 2010 22:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=853#comment-1308</guid>
		<description>Thanks for the code. It works well, but one thing:

When posting an internal note I was getting an error message: &quot;Error(s) occured. Unable to post the note.&quot; But the note was actually posting just fine. The problem was that the variable $id in the postNote function in class.ticket.php (modified in the last code snippet of your post) was getting overwritten by your new code. I replaced $id with another variable name and it seems to be working fine now.</description>
		<content:encoded><![CDATA[<p>Thanks for the code. It works well, but one thing:</p>
<p>When posting an internal note I was getting an error message: &#8220;Error(s) occured. Unable to post the note.&#8221; But the note was actually posting just fine. The problem was that the variable $id in the postNote function in class.ticket.php (modified in the last code snippet of your post) was getting overwritten by your new code. I replaced $id with another variable name and it seems to be working fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/comment-page-1/#comment-986</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Sat, 09 Jan 2010 05:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=853#comment-986</guid>
		<description>Hi Dleepa,

I am so sorry, I still have not had time to update the modification above.</description>
		<content:encoded><![CDATA[<p>Hi Dleepa,</p>
<p>I am so sorry, I still have not had time to update the modification above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dileepa Navaratne</title>
		<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/comment-page-1/#comment-985</link>
		<dc:creator>Dileepa Navaratne</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=853#comment-985</guid>
		<description>Hi Masino,

Any updates on my request.

Kind Regards,
Dileepa.</description>
		<content:encoded><![CDATA[<p>Hi Masino,</p>
<p>Any updates on my request.</p>
<p>Kind Regards,<br />
Dileepa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/comment-page-1/#comment-799</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Thu, 19 Nov 2009 13:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=853#comment-799</guid>
		<description>Hi Dileepa,

Thanks for your feedback. I will try to implement it. Stay tuned. :-)</description>
		<content:encoded><![CDATA[<p>Hi Dileepa,</p>
<p>Thanks for your feedback. I will try to implement it. Stay tuned. <img src='http://www.openscriptsolution.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dileepa Navaratne</title>
		<link>http://www.openscriptsolution.com/2009/11/14/new-response-alert-for-all-department-members-in-osticket-v1-6-rc5/comment-page-1/#comment-794</link>
		<dc:creator>Dileepa Navaratne</dc:creator>
		<pubDate>Thu, 19 Nov 2009 10:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=853#comment-794</guid>
		<description>Hi Masino,

Is it possible to modify this to alert when different department members replies to the ticket ?, I&#039;ve noticed that when two departments are involved in one ticket , for example if department A and B are involved in a ticket, if member from department A reply to the ticket only members from the department A get the alert, can it be modified so that members from department B also get the alert ?.

Kind Regards,
Dileepa.</description>
		<content:encoded><![CDATA[<p>Hi Masino,</p>
<p>Is it possible to modify this to alert when different department members replies to the ticket ?, I&#8217;ve noticed that when two departments are involved in one ticket , for example if department A and B are involved in a ticket, if member from department A reply to the ticket only members from the department A get the alert, can it be modified so that members from department B also get the alert ?.</p>
<p>Kind Regards,<br />
Dileepa.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
