<?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 Slurp it up! I&#039;m talking about the web.</title>
	<atom:link href="http://www.slurpitup.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.slurpitup.com</link>
	<description>Just another WordPress weblog about cool open source web stuff.</description>
	<lastBuildDate>Wed, 07 Dec 2011 02:48:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Redirect users using Rules, based on a profile field value by tarik916</title>
		<link>http://www.slurpitup.com/drupal/redirect-user-using-rules-based-on-a-profile-field-value/comment-page-1#comment-2471</link>
		<dc:creator>tarik916</dc:creator>
		<pubDate>Wed, 07 Dec 2011 02:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=289#comment-2471</guid>
		<description>Wonderful! You&#039;re welcome.</description>
		<content:encoded><![CDATA[<p>Wonderful! You&#8217;re welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users using Rules, based on a profile field value by Evelyn</title>
		<link>http://www.slurpitup.com/drupal/redirect-user-using-rules-based-on-a-profile-field-value/comment-page-1#comment-2470</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=289#comment-2470</guid>
		<description>Thank you so much for your help, that worked perfectly!!</description>
		<content:encoded><![CDATA[<p>Thank you so much for your help, that worked perfectly!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users using Rules, based on a profile field value by tarik916</title>
		<link>http://www.slurpitup.com/drupal/redirect-user-using-rules-based-on-a-profile-field-value/comment-page-1#comment-2469</link>
		<dc:creator>tarik916</dc:creator>
		<pubDate>Tue, 06 Dec 2011 05:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=289#comment-2469</guid>
		<description>You should be able to use ($account-&gt;paypal_email == &#039;&#039;). Since it is not a checkbox field, the default value would not be 0, but would be blank.</description>
		<content:encoded><![CDATA[<p>You should be able to use ($account->paypal_email == &#8221;). Since it is not a checkbox field, the default value would not be 0, but would be blank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users using Rules, based on a profile field value by Evelyn</title>
		<link>http://www.slurpitup.com/drupal/redirect-user-using-rules-based-on-a-profile-field-value/comment-page-1#comment-2468</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Tue, 06 Dec 2011 04:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=289#comment-2468</guid>
		<description>Seems the code was cut off.

 return ($account-&gt;paypal_email == 0) ? &#039;1&#039; : &#039; &#039;; ?&gt;</description>
		<content:encoded><![CDATA[<p>Seems the code was cut off.</p>
<p> return ($account-&gt;paypal_email == 0) ? &#8217;1&#8242; : &#8216; &#8216;; ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users using Rules, based on a profile field value by Evelyn</title>
		<link>http://www.slurpitup.com/drupal/redirect-user-using-rules-based-on-a-profile-field-value/comment-page-1#comment-2467</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Tue, 06 Dec 2011 03:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=289#comment-2467</guid>
		<description>Hi,

great tutorial, I was wondering if you could help or perhaps point me in the right direction please. I have a field on my user/*/edit page called paypal_email, I would like to set a page redirect using a truth value. Basically, if the paypal_email field is blank I want to redirect the user.

I&#039;ve tried the code below but it redirects the user regardless of whether the field is blank. Could you provide any guidance?

paypal_email == 0) ? &#039;1&#039; : &#039; &#039;; ?&gt;

Thanks again,

Evelyn</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great tutorial, I was wondering if you could help or perhaps point me in the right direction please. I have a field on my user/*/edit page called paypal_email, I would like to set a page redirect using a truth value. Basically, if the paypal_email field is blank I want to redirect the user.</p>
<p>I&#8217;ve tried the code below but it redirects the user regardless of whether the field is blank. Could you provide any guidance?</p>
<p>paypal_email == 0) ? &#8217;1&#8242; : &#8216; &#8216;; ?&gt;</p>
<p>Thanks again,</p>
<p>Evelyn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users on first login using Rules and User Stats by Evelyn</title>
		<link>http://www.slurpitup.com/joomla/tips-and-tricks/redirect-users-on-first-login-using-rules-and-user-stats/comment-page-1#comment-2465</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Tue, 06 Dec 2011 02:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=297#comment-2465</guid>
		<description>Hi,

I decided to take an alternative approach but thank you very much for your help, it&#039;s been appreciated.

Evelyn</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I decided to take an alternative approach but thank you very much for your help, it&#8217;s been appreciated.</p>
<p>Evelyn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users on first login using Rules and User Stats by tarik916</title>
		<link>http://www.slurpitup.com/joomla/tips-and-tricks/redirect-users-on-first-login-using-rules-and-user-stats/comment-page-1#comment-2464</link>
		<dc:creator>tarik916</dc:creator>
		<pubDate>Mon, 05 Dec 2011 22:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=297#comment-2464</guid>
		<description>Yes, you would need to combine the conditions into an &quot;And&quot; group. Click the arrow next to one of the conditions, to form and or group. Edit the group and change &quot;Or&quot; to &quot;And.&quot; Add the second condition to the group.</description>
		<content:encoded><![CDATA[<p>Yes, you would need to combine the conditions into an &#8220;And&#8221; group. Click the arrow next to one of the conditions, to form and or group. Edit the group and change &#8220;Or&#8221; to &#8220;And.&#8221; Add the second condition to the group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users on first login using Rules and User Stats by Evelyn</title>
		<link>http://www.slurpitup.com/joomla/tips-and-tricks/redirect-users-on-first-login-using-rules-and-user-stats/comment-page-1#comment-2463</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Mon, 05 Dec 2011 22:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=297#comment-2463</guid>
		<description>Hi,

thank you for your quick response. I tried using the condition of role but unfortunately the rule still judges on whether it&#039;s the first time the user has logged in rather than the first time the user has logged in with a specific role.

Any ideas?

Thanks again,

Evelyn</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thank you for your quick response. I tried using the condition of role but unfortunately the rule still judges on whether it&#8217;s the first time the user has logged in rather than the first time the user has logged in with a specific role.</p>
<p>Any ideas?</p>
<p>Thanks again,</p>
<p>Evelyn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users on first login using Rules and User Stats by tarik916</title>
		<link>http://www.slurpitup.com/joomla/tips-and-tricks/redirect-users-on-first-login-using-rules-and-user-stats/comment-page-1#comment-2462</link>
		<dc:creator>tarik916</dc:creator>
		<pubDate>Mon, 05 Dec 2011 21:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=297#comment-2462</guid>
		<description>Yes, this can be done using Rules. In the same area where you added a condition to check the login count, you can add a condition to check the user group.</description>
		<content:encoded><![CDATA[<p>Yes, this can be done using Rules. In the same area where you added a condition to check the login count, you can add a condition to check the user group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect users on first login using Rules and User Stats by Evelyn</title>
		<link>http://www.slurpitup.com/joomla/tips-and-tricks/redirect-users-on-first-login-using-rules-and-user-stats/comment-page-1#comment-2461</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Mon, 05 Dec 2011 21:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.slurpitup.com/?p=297#comment-2461</guid>
		<description>Hi,

great tutorial, I was wondering, is it possible to check if it&#039;s the first time a user has logged in with a particular role?

Thanks again,

Evelyn</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great tutorial, I was wondering, is it possible to check if it&#8217;s the first time a user has logged in with a particular role?</p>
<p>Thanks again,</p>
<p>Evelyn</p>
]]></content:encoded>
	</item>
</channel>
</rss>

