<?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 Sudo Bash</title>
	<atom:link href="http://sudobash.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sudobash.net</link>
	<description>By Geeks - For Geeks</description>
	<lastBuildDate>Sat, 19 May 2012 15:28:15 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on osTicket &gt; Assigned To column by kavlito</title>
		<link>http://sudobash.net/osticket-assigned-to-column/#comment-2565</link>
		<dc:creator>kavlito</dc:creator>
		<pubDate>Sat, 19 May 2012 15:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/sudobash/?p=158#comment-2565</guid>
		<description>Regarding the second part of this mod - not removing the assignee after the ticket is closed;

Will this allow any other Staff or Manager to Re-Open the ticket besides the assignee?

I like the idea of keeping the assignee after a ticket is closed.  Especially for the Reports mod because the Tickets Per Staff is skewed because it always shows over 90% are unassigned instead of the Staff member that worked the ticket.

And when I do a data dump for my own reporting, showing all those tickets unassigned is a nightmare.

(for further clarification, we auto assign the staff member who creates New Tickets, and I&#039;ve implemented the mod to auto assign the staff member who responds to a ticket.  So for us, the only non-assigned tickets we should have is New Tickets from customers.)

Thanks.</description>
		<content:encoded><![CDATA[<p>Regarding the second part of this mod &#8211; not removing the assignee after the ticket is closed;</p>
<p>Will this allow any other Staff or Manager to Re-Open the ticket besides the assignee?</p>
<p>I like the idea of keeping the assignee after a ticket is closed.  Especially for the Reports mod because the Tickets Per Staff is skewed because it always shows over 90% are unassigned instead of the Staff member that worked the ticket.</p>
<p>And when I do a data dump for my own reporting, showing all those tickets unassigned is a nightmare.</p>
<p>(for further clarification, we auto assign the staff member who creates New Tickets, and I&#8217;ve implemented the mod to auto assign the staff member who responds to a ticket.  So for us, the only non-assigned tickets we should have is New Tickets from customers.)</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTicket &gt; Assigned To column by kavlito</title>
		<link>http://sudobash.net/osticket-assigned-to-column/#comment-2564</link>
		<dc:creator>kavlito</dc:creator>
		<pubDate>Sat, 19 May 2012 14:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/sudobash/?p=158#comment-2564</guid>
		<description>1 question before I decide to implement this mod.

Does the Assigned To column only show under Admin?

The reason for the question is since a Staff or Manger does not see anybody elses assigned tickets, I doesn&#039;t make sense to me for them to see that the tickets are assigned to themselves.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>1 question before I decide to implement this mod.</p>
<p>Does the Assigned To column only show under Admin?</p>
<p>The reason for the question is since a Staff or Manger does not see anybody elses assigned tickets, I doesn&#8217;t make sense to me for them to see that the tickets are assigned to themselves.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTicket &gt; Assigned To column by Randy</title>
		<link>http://sudobash.net/osticket-assigned-to-column/#comment-2563</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Sat, 19 May 2012 14:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/sudobash/?p=158#comment-2563</guid>
		<description>Would appreciate it if someone could simplify how to implement this mod.  I&#039;ve implemented over 20 mods with very simple &quot;find this code&quot;, &quot;replace with&quot;, &quot;enter code below&quot;.

As much as I appreciate the work on this, I can&#039;t for the life of me decipher the implementation above.

Thanks.</description>
		<content:encoded><![CDATA[<p>Would appreciate it if someone could simplify how to implement this mod.  I&#8217;ve implemented over 20 mods with very simple &#8220;find this code&#8221;, &#8220;replace with&#8221;, &#8220;enter code below&#8221;.</p>
<p>As much as I appreciate the work on this, I can&#8217;t for the life of me decipher the implementation above.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.2 by Thomas D.</title>
		<link>http://sudobash.net/ostickets-reports/#comment-2548</link>
		<dc:creator>Thomas D.</dc:creator>
		<pubDate>Sat, 12 May 2012 04:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-2548</guid>
		<description>Hi,
it would be better to change the following lines in
  include/staff/header.inc.php
from
        $OptionsQuery = &quot;SELECT viewable from ost_reports LIMIT 1&quot;;
to
        $OptionsQuery = &quot;SELECT viewable from &quot;.REPORTS_TABLE.&quot; LIMIT 1&quot;;

Thomas</description>
		<content:encoded><![CDATA[<p>Hi,<br />
it would be better to change the following lines in<br />
  include/staff/header.inc.php<br />
from<br />
        $OptionsQuery = &#8220;SELECT viewable from ost_reports LIMIT 1&#8243;;<br />
to<br />
        $OptionsQuery = &#8220;SELECT viewable from &#8220;.REPORTS_TABLE.&#8221; LIMIT 1&#8243;;</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.2 by Scott Rowley</title>
		<link>http://sudobash.net/ostickets-reports/#comment-2497</link>
		<dc:creator>Scott Rowley</dc:creator>
		<pubDate>Fri, 04 May 2012 13:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-2497</guid>
		<description>Tony,

Any time you get an Internal Server Error the first thing you should do is check your apache error log.  It should say exactly what the issue is and give you a better idea about fixing it.  Since your site is hosted elsewhere you may or may not have access to the error log.  You may need to contact your host.</description>
		<content:encoded><![CDATA[<p>Tony,</p>
<p>Any time you get an Internal Server Error the first thing you should do is check your apache error log.  It should say exactly what the issue is and give you a better idea about fixing it.  Since your site is hosted elsewhere you may or may not have access to the error log.  You may need to contact your host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.2 by Tony Ruggiero</title>
		<link>http://sudobash.net/ostickets-reports/#comment-2494</link>
		<dc:creator>Tony Ruggiero</dc:creator>
		<pubDate>Fri, 04 May 2012 09:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-2494</guid>
		<description>Hi,

wonderfull mod , i just install it on my test instal of osticket 1.6

all works ok except this:

when i click on report settings it show me this error:
(my test site is hosted on cloudweb.com)
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@spazicreativi.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

thanks a lot for any help or hint!

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>wonderfull mod , i just install it on my test instal of osticket 1.6</p>
<p>all works ok except this:</p>
<p>when i click on report settings it show me this error:<br />
(my test site is hosted on cloudweb.com)<br />
Internal Server Error</p>
<p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
<p>Please contact the server administrator, <a href="mailto:webmaster@spazicreativi.org">webmaster@spazicreativi.org</a> and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>
<p>More information about this error may be available in the server error log.</p>
<p>thanks a lot for any help or hint!</p>
<p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.2 by jawed ahmed</title>
		<link>http://sudobash.net/ostickets-reports/#comment-2463</link>
		<dc:creator>jawed ahmed</dc:creator>
		<pubDate>Tue, 01 May 2012 07:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-2463</guid>
		<description>Thank you for a wonderful software add-on.  Look forward to the update that gives us auto-emailed reports. - with Gratitude-Jawed</description>
		<content:encoded><![CDATA[<p>Thank you for a wonderful software add-on.  Look forward to the update that gives us auto-emailed reports. &#8211; with Gratitude-Jawed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTicket &gt; Age of Tickets by Scott Rowley</title>
		<link>http://sudobash.net/osticket-age-of-tickets/#comment-2457</link>
		<dc:creator>Scott Rowley</dc:creator>
		<pubDate>Fri, 27 Apr 2012 12:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/sudobash/?p=165#comment-2457</guid>
		<description>Do you have access to your Apache error log?</description>
		<content:encoded><![CDATA[<p>Do you have access to your Apache error log?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTicket &gt; Age of Tickets by marw</title>
		<link>http://sudobash.net/osticket-age-of-tickets/#comment-2455</link>
		<dc:creator>marw</dc:creator>
		<pubDate>Fri, 27 Apr 2012 09:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/sudobash/?p=165#comment-2455</guid>
		<description>Hi Scott,

I got &quot;500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.&quot; every time I have tried to add your age MOD or age + assigned to MOD. Can you help me with both?

Best Regards
Marw</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>I got &#8220;500 &#8211; Internal server error.<br />
There is a problem with the resource you are looking for, and it cannot be displayed.&#8221; every time I have tried to add your age MOD or age + assigned to MOD. Can you help me with both?</p>
<p>Best Regards<br />
Marw</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Dev &gt; Populate PHP/HTML table from MySQL database by Scott Rowley</title>
		<link>http://sudobash.net/web-dev-populate-phphtml-table-from-mysql-database/#comment-2451</link>
		<dc:creator>Scott Rowley</dc:creator>
		<pubDate>Wed, 25 Apr 2012 15:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=997#comment-2451</guid>
		<description>:) Thanks</description>
		<content:encoded><![CDATA[<p> <img src='http://sudobash.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

