<?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: Require Approval for Every Job Post</title>
	<atom:link href="http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/</link>
	<description>jobberBase custom development and support</description>
	<lastBuildDate>Sat, 10 Dec 2011 23:29:53 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Al</title>
		<link>http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/comment-page-1/#comment-35</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Sat, 01 Aug 2009 21:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=95#comment-35</guid>
		<description>Arh, what I actually did to stop the confirmation email getting sent was to add Zero to this section:

		if (!empty($row[&#039;poster_email&#039;]))
		{
			return 0;
		}
		else
		{
			return 0;
		}</description>
		<content:encoded><![CDATA[<p>Arh, what I actually did to stop the confirmation email getting sent was to add Zero to this section:</p>
<p>		if (!empty($row['poster_email']))<br />
		{<br />
			return 0;<br />
		}<br />
		else<br />
		{<br />
			return 0;<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/comment-page-1/#comment-34</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Fri, 31 Jul 2009 19:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=95#comment-34</guid>
		<description>Hi, firstly - this makes a fantastic addition to Jobberbase. I always need to see any advert before it gets posted so this does just the job. I&#039;ve got a slight problem though - I&#039;m using the Jobberbased theme and for some reason this is now not working as it should.

The good thing is that ads are not instantly posted but if a user has posted an ad previously with their email address then it says that the job has been successfully added and sends them the confirmation email when in actual fact it hasn&#039;t.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, firstly &#8211; this makes a fantastic addition to Jobberbase. I always need to see any advert before it gets posted so this does just the job. I&#8217;ve got a slight problem though &#8211; I&#8217;m using the Jobberbased theme and for some reason this is now not working as it should.</p>
<p>The good thing is that ads are not instantly posted but if a user has posted an ad previously with their email address then it says that the job has been successfully added and sends them the confirmation email when in actual fact it hasn&#8217;t.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/comment-page-1/#comment-33</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 18 Apr 2009 12:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=95#comment-33</guid>
		<description>make sure to check the function on /_includes/class.Job.php called &quot;public function CheckPosterEmail()&quot; and update the return value both to 1</description>
		<content:encoded><![CDATA[<p>make sure to check the function on /_includes/class.Job.php called &#8220;public function CheckPosterEmail()&#8221; and update the return value both to 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc-Oliver Gern</title>
		<link>http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/comment-page-1/#comment-31</link>
		<dc:creator>Marc-Oliver Gern</dc:creator>
		<pubDate>Sat, 18 Apr 2009 07:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=95#comment-31</guid>
		<description>Hello RedJumpSuit,

I tried that, but it doesnt work on the site. on the above &quot;public function Publish()&quot;, I put in &quot;1&quot; two times. I still recieve a eMail where I have to manually verify the new eMail Adress. Are there more spots where I have to replace &quot;0&quot; to &quot;1&quot;? to delete the admins verification process?

Thanks for your help.

Warmest Regards,
Marc-Oliver Gern</description>
		<content:encoded><![CDATA[<p>Hello RedJumpSuit,</p>
<p>I tried that, but it doesnt work on the site. on the above &#8220;public function Publish()&#8221;, I put in &#8220;1&#8243; two times. I still recieve a eMail where I have to manually verify the new eMail Adress. Are there more spots where I have to replace &#8220;0&#8243; to &#8220;1&#8243;? to delete the admins verification process?</p>
<p>Thanks for your help.</p>
<p>Warmest Regards,<br />
Marc-Oliver Gern</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/comment-page-1/#comment-32</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 18 Apr 2009 07:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=95#comment-32</guid>
		<description>hi, it will email u so u only need to disable the email that is sending but the post has already been approved. this works just fine with me.</description>
		<content:encoded><![CDATA[<p>hi, it will email u so u only need to disable the email that is sending but the post has already been approved. this works just fine with me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/comment-page-1/#comment-30</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 13 Apr 2009 15:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=95#comment-30</guid>
		<description>this post is the reverse process, this will require approval on every post. if you want to remove approval at all times, change all the $sql lines with this:

$sql = &#039;UPDATE jobs SET is_temp = 0, is_active = 1 WHERE id = &#039; . $this-&gt;mId;</description>
		<content:encoded><![CDATA[<p>this post is the reverse process, this will require approval on every post. if you want to remove approval at all times, change all the $sql lines with this:</p>
<p>$sql = &#8216;UPDATE jobs SET is_temp = 0, is_active = 1 WHERE id = &#8216; . $this->mId;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jobberbasefan</title>
		<link>http://www.redjumpsuit.net/2009/04/09/require-approval-for-every-job-post/comment-page-1/#comment-29</link>
		<dc:creator>jobberbasefan</dc:creator>
		<pubDate>Mon, 13 Apr 2009 14:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=95#comment-29</guid>
		<description>hey buddy I want to remove activation by admin feature and tried your trick you given in jobberbase forum but somehow it doesn&#039;t work...could you pls give a brief way to implement the trick.</description>
		<content:encoded><![CDATA[<p>hey buddy I want to remove activation by admin feature and tried your trick you given in jobberbase forum but somehow it doesn&#8217;t work&#8230;could you pls give a brief way to implement the trick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

