<?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 for Open Script Solution</title>
	<atom:link href="http://www.openscriptsolution.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscriptsolution.com</link>
	<description>... where solutions for script programming are found ...</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:10:34 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to Set Auto Focus on The Username TextBox in Staff Login Form of osTicket by xrat</title>
		<link>http://www.openscriptsolution.com/2010/03/01/how-to-set-auto-focus-on-the-username-textbox-in-staff-login-form-of-osticket/comment-page-1/#comment-1082</link>
		<dc:creator>xrat</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1151#comment-1082</guid>
		<description>I wanted to add a pointer to your solution in my old thread since I think that yours is more elegant than mine but unfortunately, moderaters locked it :(</description>
		<content:encoded><![CDATA[<p>I wanted to add a pointer to your solution in my old thread since I think that yours is more elegant than mine but unfortunately, moderaters locked it <img src='http://www.openscriptsolution.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add user_registered Column in Authors &amp; Users Page on wp-admin of WordPress by Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2010/01/13/how-to-add-user_registered-column-in-authors-users-page-on-wp-admin-of-wordpress/comment-page-1/#comment-1080</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Thu, 11 Mar 2010 02:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1092#comment-1080</guid>
		<description>I don&#039;t think so. As long as the other plugins does not have the same purpose with this modification, they will not be interferee with this modification. Let me know if you find the plugin related to this modification. 

Please note that if you upgrade your WordPress to the new version, then you have to apply this modification to the related files as WordPress will overwrite the change you made to the core files. Don&#039;t forget to backup your files before doing that. Thanks.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so. As long as the other plugins does not have the same purpose with this modification, they will not be interferee with this modification. Let me know if you find the plugin related to this modification. </p>
<p>Please note that if you upgrade your WordPress to the new version, then you have to apply this modification to the related files as WordPress will overwrite the change you made to the core files. Don&#8217;t forget to backup your files before doing that. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Set Auto Focus on The Username TextBox in Staff Login Form of osTicket by xrat</title>
		<link>http://www.openscriptsolution.com/2010/03/01/how-to-set-auto-focus-on-the-username-textbox-in-staff-login-form-of-osticket/comment-page-1/#comment-1079</link>
		<dc:creator>xrat</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1151#comment-1079</guid>
		<description>Very well done! Just for the archive: I had posted an almost identical &lt;a href=&quot;http://osticket.com/forums/showthread.php?p=12948&quot; rel=&quot;nofollow&quot;&gt;approach in the osTicket forum&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Very well done! Just for the archive: I had posted an almost identical <a href="http://osticket.com/forums/showthread.php?p=12948" rel="nofollow">approach in the osTicket forum</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add Search Form in View Ticket Page in osTicket v1.6 RC5 by Durga</title>
		<link>http://www.openscriptsolution.com/2009/09/17/how-to-add-search-form-in-view-ticket-page-in-osticket-v1-6-rc5/comment-page-1/#comment-1076</link>
		<dc:creator>Durga</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=359#comment-1076</guid>
		<description>So i have changed the Date span block to below and it is working. 

&lt;pre lang=&quot;html&quot; escaped=&quot;true&quot;&gt;
        Date Span:
        &#160;From&#160;&lt;input name=&quot;startDate&quot; onclick=&quot;event.cancelBubble=true;calendar(this);&quot; value=&quot;&quot; 
            autocomplete=OFF &gt;
                &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;
					&lt;/a&gt;
            &#160;&#160; to &#160;&#160;
            &lt;input name=&quot;endDate&quot; onclick=&quot;event.cancelBubble=true;calendar(this);&quot; value=&quot;&quot; autocomplete=OFF &gt;
                 &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
            &#160;&#160;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>So i have changed the Date span block to below and it is working.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">        Date Span:
        &amp;nbsp;From&amp;nbsp;&lt;input name=&quot;startDate&quot; onclick=&quot;event.cancelBubble=true;calendar(this);&quot; value=&quot;&quot; 
            autocomplete=OFF &gt;
                &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;
					&lt;/a&gt;
            &amp;nbsp;&amp;nbsp; to &amp;nbsp;&amp;nbsp;
            &lt;input name=&quot;endDate&quot; onclick=&quot;event.cancelBubble=true;calendar(this);&quot; value=&quot;&quot; autocomplete=OFF &gt;
                 &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
            &amp;nbsp;&amp;nbsp;</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add Search Form in View Ticket Page in osTicket v1.6 RC5 by Durga</title>
		<link>http://www.openscriptsolution.com/2009/09/17/how-to-add-search-form-in-view-ticket-page-in-osticket-v1-6-rc5/comment-page-1/#comment-1075</link>
		<dc:creator>Durga</dc:creator>
		<pubDate>Wed, 10 Mar 2010 02:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=359#comment-1075</guid>
		<description>the calendar in search is not coming.</description>
		<content:encoded><![CDATA[<p>the calendar in search is not coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add user_registered Column in Authors &amp; Users Page on wp-admin of WordPress by Luca</title>
		<link>http://www.openscriptsolution.com/2010/01/13/how-to-add-user_registered-column-in-authors-users-page-on-wp-admin-of-wordpress/comment-page-1/#comment-1069</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Fri, 05 Mar 2010 08:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1092#comment-1069</guid>
		<description>Thanks for the solution.

Do you think this modification of the core will be interferee with other plugins, or with the wordpress core itself?</description>
		<content:encoded><![CDATA[<p>Thanks for the solution.</p>
<p>Do you think this modification of the core will be interferee with other plugins, or with the wordpress core itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Insert Ticket Number into Premade Reply Answer in osTicket v1.6 RC5 by bhoward</title>
		<link>http://www.openscriptsolution.com/2009/11/09/how-to-insert-ticket-number-into-premade-reply-answer-in-osticket-v1-6-rc5/comment-page-1/#comment-1067</link>
		<dc:creator>bhoward</dc:creator>
		<pubDate>Thu, 04 Mar 2010 07:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=814#comment-1067</guid>
		<description>Well, I already did that earlier. I think I added variables in all the necessary places, including:

$search = array(&#039;/%ticket/&#039;,&#039;/%price/&#039;)
$replace = array($this-&gt;getExtId(), $this-&gt;getPrice(),

After that, I just copied/pasted your code TWICE (for &quot;%ticket&quot; and &quot;%price&quot;), like this:

                $body = str_replace(&quot;%price&quot;,$this-&gt;getPrice(),$body);
                $body = str_replace(&quot;%ticket&quot;,$this-&gt;getExtId(),$body);

I did the same thing for the second line of code you gave. But I&#039;m still getting no results. =(</description>
		<content:encoded><![CDATA[<p>Well, I already did that earlier. I think I added variables in all the necessary places, including:</p>
<p>$search = array(&#8216;/%ticket/&#8217;,'/%price/&#8217;)<br />
$replace = array($this-&gt;getExtId(), $this-&gt;getPrice(),</p>
<p>After that, I just copied/pasted your code TWICE (for &#8220;%ticket&#8221; and &#8220;%price&#8221;), like this:</p>
<p>                $body = str_replace(&#8220;%price&#8221;,$this-&gt;getPrice(),$body);<br />
                $body = str_replace(&#8220;%ticket&#8221;,$this-&gt;getExtId(),$body);</p>
<p>I did the same thing for the second line of code you gave. But I&#8217;m still getting no results. =(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Insert Ticket Number into Premade Reply Answer in osTicket v1.6 RC5 by Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2009/11/09/how-to-insert-ticket-number-into-premade-reply-answer-in-osticket-v1-6-rc5/comment-page-1/#comment-1066</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=814#comment-1066</guid>
		<description>You might add your own variables to the replaceTemplateVars function that located in /include/class.ticket.php file. Besides that, you have to learn about the related functions and or files; depending on your own need.</description>
		<content:encoded><![CDATA[<p>You might add your own variables to the replaceTemplateVars function that located in /include/class.ticket.php file. Besides that, you have to learn about the related functions and or files; depending on your own need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Auto Staff Time Sheet Feature into osTicket v1.6 RC5 by Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2009/11/08/add-auto-staff-time-sheet-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-1065</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=798#comment-1065</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-1059&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-1059&quot; rel=&quot;nofollow&quot;&gt;Chris &lt;/a&gt; :&lt;/strong&gt;&lt;p&gt;The problem is with the old modification if I worked 30 minutes on a problem I would simply type 30 into the time spent box. Now my 30 minutes is 30 seconds and this is throwing off reporting somewhat. Any suggestions?&lt;/p&gt;&lt;/blockquote&gt;

Simply convert your old tickets which have time_spent value in &quot;minutes&quot; become &quot;seconds&quot; value. For example (as in your case), an old ticket #321567 which has time_spent value = 30 minutes, then change that value become: 1800 seconds. 

Please note that you have to carefully doing this just in case if you have already the new tickets which generated by using &quot;minutes&quot; value.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-1059"><p>
<strong><a href="#comment-1059" rel="nofollow">Chris </a> :</strong>
<p>The problem is with the old modification if I worked 30 minutes on a problem I would simply type 30 into the time spent box. Now my 30 minutes is 30 seconds and this is throwing off reporting somewhat. Any suggestions?</p>
</blockquote>
<p>Simply convert your old tickets which have time_spent value in &#8220;minutes&#8221; become &#8220;seconds&#8221; value. For example (as in your case), an old ticket #321567 which has time_spent value = 30 minutes, then change that value become: 1800 seconds. </p>
<p>Please note that you have to carefully doing this just in case if you have already the new tickets which generated by using &#8220;minutes&#8221; value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Insert Ticket Number into Premade Reply Answer in osTicket v1.6 RC5 by bhoward</title>
		<link>http://www.openscriptsolution.com/2009/11/09/how-to-insert-ticket-number-into-premade-reply-answer-in-osticket-v1-6-rc5/comment-page-1/#comment-1064</link>
		<dc:creator>bhoward</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=814#comment-1064</guid>
		<description>Thanks for the code! But I was wondering: how can I add more variables to the code?

I&#039;d like to put ticket number (%ticket), customer price (%price), and maybe a few more variables in there. I&#039;ve been trying to figure it out all day, but I don&#039;t know what to do. =\

Please help if you can! (PS: I&#039;m also a member of osTicket Forums; I have the same username there.)</description>
		<content:encoded><![CDATA[<p>Thanks for the code! But I was wondering: how can I add more variables to the code?</p>
<p>I&#8217;d like to put ticket number (%ticket), customer price (%price), and maybe a few more variables in there. I&#8217;ve been trying to figure it out all day, but I don&#8217;t know what to do. =\</p>
<p>Please help if you can! (PS: I&#8217;m also a member of osTicket Forums; I have the same username there.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
