<?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: Add a User Directory to Your WordPress Site</title>
	<atom:link href="http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html/feed" rel="self" type="application/rss+xml" />
	<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html</link>
	<description>By Jonathan Kemp</description>
	<lastBuildDate>Fri, 05 Nov 2010 04:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mitch</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-3409</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-3409</guid>
		<description>Can you update the wonderful pugin so that a member can be listed by location. I have a regional blog and want members to find other members in the country.

Is this possible?</description>
		<content:encoded><![CDATA[<p>Can you update the wonderful pugin so that a member can be listed by location. I have a regional blog and want members to find other members in the country.</p>
<p>Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Kelley</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-2519</link>
		<dc:creator>Edward Kelley</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-2519</guid>
		<description>Great plug-in, exactly what I was looking for. I want to make some modifications though. If you could point me in the right direction, I would appreciate it.

In the member list I want to display the member&#039;s first name, last name and some other fields. What do I need to modify in the wp-users.php source code to do this?</description>
		<content:encoded><![CDATA[<p>Great plug-in, exactly what I was looking for. I want to make some modifications though. If you could point me in the right direction, I would appreciate it.</p>
<p>In the member list I want to display the member&#8217;s first name, last name and some other fields. What do I need to modify in the wp-users.php source code to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonasGrumby</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-2361</link>
		<dc:creator>JonasGrumby</dc:creator>
		<pubDate>Wed, 21 Oct 2009 22:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-2361</guid>
		<description>@Daniel, the answer is yes. If you read the source code of the page you will see that the plugin calls in two CSS classes that are not assigned in your theme&#039;s stylesheet. Just add them with whatever properties you want to assign to the class (IIRC one is wpu-user).

HTH,
John Nasta</description>
		<content:encoded><![CDATA[<p>@Daniel, the answer is yes. If you read the source code of the page you will see that the plugin calls in two CSS classes that are not assigned in your theme&#8217;s stylesheet. Just add them with whatever properties you want to assign to the class (IIRC one is wpu-user).</p>
<p>HTH,<br />
John Nasta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Archer</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-2360</link>
		<dc:creator>Daniel Archer</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-2360</guid>
		<description>Hi Jon,
First off, great plugin!  I&#039;m really glad you were able to implement this idea so well.  Anyway, I&#039;d like to show the user profiles in a nicer view.  Is it possible to add CSS to accomplish this?  Are you planning on building in support for this soon?

Thanks,
Daniel</description>
		<content:encoded><![CDATA[<p>Hi Jon,<br />
First off, great plugin!  I&#8217;m really glad you were able to implement this idea so well.  Anyway, I&#8217;d like to show the user profiles in a nicer view.  Is it possible to add CSS to accomplish this?  Are you planning on building in support for this soon?</p>
<p>Thanks,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Favio</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-2133</link>
		<dc:creator>Favio</dc:creator>
		<pubDate>Fri, 02 Oct 2009 13:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-2133</guid>
		<description>For those of you using this great plugin AND Cimy User Extra Fields, this is the way for display the Cimy Extra Fields:

1. Go to /plugins/wordpress-users/wp-users.php
2. Add these lines in bold:

	$html .= &quot;&lt;a href=&quot;&quot; rel=&quot;nofollow&quot;&gt;ID) . $concat . &quot;uid=$curauth-&gt;ID\&quot; title=\&quot;$curauth-&gt;display_name\&quot;&gt;$curauth-&gt;display_name&lt;/a&gt;&quot;;

		&lt;b&gt;$value = get_cimyFieldValue($curauth-&gt;ID,&#039;YOUR-CIMY-FIELD&#039;);
		$html .=cimy_uef_sanitize_content($value);
		$html .=&quot;\n&quot;;
&lt;/b&gt;
3. Enjoy it</description>
		<content:encoded><![CDATA[<p>For those of you using this great plugin AND Cimy User Extra Fields, this is the way for display the Cimy Extra Fields:</p>
<p>1. Go to /plugins/wordpress-users/wp-users.php<br />
2. Add these lines in bold:</p>
<p>	$html .= &#8220;<a href="" rel="nofollow">ID) . $concat . &#8220;uid=$curauth-&gt;ID\&#8221; title=\&#8221;$curauth-&gt;display_name\&#8221;&gt;$curauth-&gt;display_name</a>&#8220;;</p>
<p>		<b>$value = get_cimyFieldValue($curauth-&gt;ID,&#8217;YOUR-CIMY-FIELD&#8217;);<br />
		$html .=cimy_uef_sanitize_content($value);<br />
		$html .=&#8221;\n&#8221;;<br />
</b><br />
3. Enjoy it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-1836</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 27 Aug 2009 10:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-1836</guid>
		<description>Hi, I would like to have  the users listed horizontally &amp; then wrap to a new line once the theme width has been reached, how would I go about this?

Tim</description>
		<content:encoded><![CDATA[<p>Hi, I would like to have  the users listed horizontally &amp; then wrap to a new line once the theme width has been reached, how would I go about this?</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kat</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-1096</link>
		<dc:creator>Kat</dc:creator>
		<pubDate>Tue, 12 May 2009 04:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-1096</guid>
		<description>Ah, okay.  It seems google poured me into here while I was searching for my solution since cimy is mentioned.  Sorry.</description>
		<content:encoded><![CDATA[<p>Ah, okay.  It seems google poured me into here while I was searching for my solution since cimy is mentioned.  Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Kemp</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-1093</link>
		<dc:creator>Jonathan Kemp</dc:creator>
		<pubDate>Tue, 12 May 2009 03:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-1093</guid>
		<description>As far as I can tell that tutorial has nothing to do with my plugin.</description>
		<content:encoded><![CDATA[<p>As far as I can tell that tutorial has nothing to do with my plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kat</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-1092</link>
		<dc:creator>Kat</dc:creator>
		<pubDate>Tue, 12 May 2009 01:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-1092</guid>
		<description>Im not sure I follow what you mean by &quot;it does not support&quot;.  I tried to make a new page called &quot;Members&quot; but how do I incorporate the php code that this tutorial suggests 

http://www.likoma.com/setting-up-a-memberuser-directory-in-wordpress/

I am aware the above tutorial is for Wordpress 1.x so that is why Im so confused.  Oh, and I am still unsure where to find usermeta or if i even need it.</description>
		<content:encoded><![CDATA[<p>Im not sure I follow what you mean by &#8220;it does not support&#8221;.  I tried to make a new page called &#8220;Members&#8221; but how do I incorporate the php code that this tutorial suggests </p>
<p><a href="http://www.likoma.com/setting-up-a-memberuser-directory-in-wordpress/" rel="nofollow">http://www.likoma.com/setting-up-a-memberuser-directory-in-wordpress/</a></p>
<p>I am aware the above tutorial is for WordPress 1.x so that is why Im so confused.  Oh, and I am still unsure where to find usermeta or if i even need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Kemp</title>
		<link>http://kempwire.com/wordpress/add-a-user-directory-to-your-wordpress-site.html#comment-1091</link>
		<dc:creator>Jonathan Kemp</dc:creator>
		<pubDate>Tue, 12 May 2009 01:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://kempwire.com/?p=248#comment-1091</guid>
		<description>It does not support the UserExtra plugin. All you do is create a new page in WordPress and enter the ID of the page in the settings for WordPress Users.</description>
		<content:encoded><![CDATA[<p>It does not support the UserExtra plugin. All you do is create a new page in WordPress and enter the ID of the page in the settings for WordPress Users.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

