<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Garage &#187; multi-user</title>
	<atom:link href="http://wpgarage.com/tag/multi-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Challenge: how to display only authors who have written in a specific category?</title>
		<link>http://wpgarage.com/shorties/authors-in-categories/</link>
		<comments>http://wpgarage.com/shorties/authors-in-categories/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 10:09:24 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Shorties]]></category>
		<category><![CDATA[multi-user]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/shorties/authors-in-categories/</guid>
		<description><![CDATA[<p>Hi all &#8211; I was wondering if one of you can help us find a solution to a feature we would like to add to a WordPress site: The site in question has multiple contributors. Most are dedicated to certain categories. We would like to automatically display on a category page only the authors who [...]</p><p>This post was originally published at <a href="http://wpgarage.com/shorties/authors-in-categories/">Challenge: how to display only authors who have written in a specific category?</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/shorties/authors-in-categories/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="Challenge: how to display only authors who have written in a specific category?" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/shorties/authors-in-categories/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/shorties/authors-in-categories/"></g:plusone></div></div><p>Hi all &#8211; I was wondering if one of you can help us find a solution to a feature we would like to add to a WordPress site:</p>
<p>The site in question has multiple contributors. Most are dedicated to certain categories. We would like to automatically display on a category page only the authors who have written articles in that particular category.</p>
<p>For example, let&#8217;s say we have a category called &#8220;Cucumbers&#8221; and a category called &#8220;Tomatoes.&#8221; When someone clicks on the Cucumbers category we would like only the authors who have written posts categorized as Cucumber posts to appear, and on the Tomatoes category page, we would like only the authors who have written Tomato category posts to appear. There may be some overlap between the pages, since some authors may write posts for both the Cucumber and the Tomato categories.</p>
<p>One solution we thought of is to call the category we want and the number of posts from that category and then display the list of authors. The problem is it shows duplicate authors. Here&#8217;s the code:</p>
<p><code>&lt;?php query_posts('showposts=20&amp;cat=3'); ?&gt;<br />
&lt;?php while (have_posts()) : the_post(); ?&gt;</code></p>
<p><code>&lt;?php the_author_posts_link (); ?&gt;</code></p>
<p><code>&lt;div style="clear:both"&gt;&lt;/div&gt;<br />
&lt;?php endwhile;?&gt;</code></p>
<p>Is there a way to prevent duplicate authors from appearing? Or is there a better way?</p>
<p>Thanks in advance for your help.</p>
<p>This post was originally published at <a href="http://wpgarage.com/shorties/authors-in-categories/">Challenge: how to display only authors who have written in a specific category?</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/shorties/authors-in-categories/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Unique and useful WordPress Plugins at Urban Giraffe</title>
		<link>http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/</link>
		<comments>http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 09:15:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[multi-user]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/</guid>
		<description><![CDATA[<p>Urban Giraffe has a list of amazing plugins that the guy behind the site, John Godley, developed. Many of these plugins are really unique, and I haven&#8217;t seen anything like them anywhere else. Here are the ones that I find most interesting, and I hope to try out soon: Filled In &#8211; Places a customized [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/">Unique and useful WordPress Plugins at Urban Giraffe</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="Unique and useful WordPress Plugins at Urban Giraffe" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/"></g:plusone></div></div><p>Urban Giraffe has <a href="http://urbangiraffe.com/plugins/" title="Urban Giraffe Plugins">a list of amazing plugins</a> that the guy behind the site, John Godley, developed. Many of these plugins are really unique, and I haven&#8217;t seen anything like them anywhere else.</p>
<p>Here are the ones that I find most interesting, and I hope to try out soon:</p>
<ul class="review">
<li><a href="http://urbangiraffe.com/plugins/filled-in/">Filled In</a> &#8211; Places a customized form on your site, and stores submitted data in a database. The plugin features email reporting, AJAX support, CAPTCHA support, and file uploads. The data can be exported to CSV or XML.</li>
<li><a href="http://urbangiraffe.com/plugins/advanced-permalinks/">Advanced Permalinks</a> &#8211; If you decide midway to change your permalink structure to something friendlier, this generally means you have to do it sitewide and for all existing posts, which means redirecting everything. This plugin allows you to say &#8220;From now on, all posts will have permalink structure B, while posts until now will retain permalink structure A.&#8221; Can save a lot of headache.</li>
<li><a href="http://urbangiraffe.com/plugins/search-unleashed/">Search Unleashed</a> &#8211; Makes searching WordPress blogs more user-friendly by adding the following features:<br />
<blockquote>
<ul>
<li>Full text search with wildcards and logical operations</li>
<li>Search posts, pages, comments, titles, URLs, tags, and meta-data (all configurable)</li>
<li>Search data after it has been processed by plugins, not before</li>
<li>Search highlighting of all searches, including titles and comments</li>
<li>Search highlighting of incoming searches from <a href="http://www.google.com/">Google</a>, <a href="http://www.yahoo.com/">Yahoo</a>, <a href="http://www.live.com/">MSN</a>, <a href="http://www.altavista.com/">Altavista</a>, <a href="http://www.baidu.com/">Baidu</a>, and <a href="http://www.sogou.com/">Sogou</a></li>
<li>Search results show contextual search information, not just a post excerpt</li>
<li>Record search phrases and display in a log</li>
<li>Exclude specific posts and pages from results</li>
<li>Compatible with <a href="http://mnm.uib.es/gallir/wp-cache-2/">WP-Cache</a></li>
<li>Supports WordPress 2.0.5 through to 2.3</li>
<li>No changes required to your theme</li>
</ul>
</blockquote>
</li>
<li><a href="http://urbangiraffe.com/plugins/user-permissions/">User Permissions</a> &#8211; Allows you to assign permissions to specific posts. This sounds like it could be good if you offer premium content on your site.</li>
<li><a href="http://urbangiraffe.com/plugins/anti-email-spam/">Anti-Email Spam</a> &#8211; Simple plugin to encode email addresses with either JavaScript or HTML entities and protect yourself against email harvesting scripts. I should have done something like this a loooong time ago.</li>
</ul>
<p><a href="http://urbangiraffe.com/plugins/">See &#8216;em all at: Plugins &#8211; Goodies for WordPress | Urban Giraffe»</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/">Unique and useful WordPress Plugins at Urban Giraffe</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin creates web form that allows users to post to WordPress without registering</title>
		<link>http://wpgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/</link>
		<comments>http://wpgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 10:01:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[multi-user]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/</guid>
		<description><![CDATA[<p>If you want to create a multi-user or multi-author WordPress blog, it generally means having others register on the site, and then log in and write new posts. This has a few disadvantages: You may not want to allow unlimited and unrestricted registration on your site, where unknown people gain access to your back end. [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/">Plugin creates web form that allows users to post to WordPress without registering</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="Plugin creates web form that allows users to post to WordPress without registering" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/"></g:plusone></div></div><p>If you want to create a multi-user or multi-author WordPress blog, it generally means having others register on the site, and then log in and write new posts. This has a few disadvantages:</p>
<ol>
<li>You may not want to allow unlimited and unrestricted registration on your site, where unknown people gain access to your back end.</li>
<li>The registration process involves sending a confirmation mail to the user, which can get lost.</li>
<li>You may want to see posts and approve them prior to publication (which can be done with <a href="http://wordpress.org/extend/plugins/gt-post-approval/" title="GT Post Approval">another plugin</a>, but is not built-in to the WordPress core).</li>
</ol>
<p>Thanks to <a href="http://www.talgalili.com/?p=115" title="?????? ????? ????? ?????? (UGC) ????????">Tal Galili</a> and the <a href="http://groups.google.com/group/wpheb" title="Hebrew WordPress Google Group">Hebrew WordPress Google group</a>, I just discovered <a href="http://wordpress.org/extend/plugins/tdo-mini-forms/" title="TDO Mini Forms Plugin">TDO Mini Forms</a>, a plugin that allows you to easily add a form to your WordPress blog where people can submit posts to your blog without registering, that you can then authorize or reject in your admin. See an example on Tal&#8217;s new blog for teachers <a href="http://www.blogmorim.com/?page_id=15" title="Blog Morim">here</a> (in Hebrew), or TDO&#8217;s English sample page for the plugin <a href="http://thedeadone.net/tdomf/?page_id=3" title="TDO Mini Forms Demo Blog">here</a>.</p>
<p><a href="http://wordpress.org/extend/plugins/tdo-mini-forms/" title="TDO Mini Forms Plugin"><img src="http://wpgarage.com/wp-content/uploads/2007/12/tdo-mini-forms-plugin.png" alt="TDO Mini Forms Plugin" /></a></p>
<p>Here are some features of the TDO Mini Forms plugin:</p>
<ul>
<li>Posts wait as drafts until approved by admin</li>
<li>Can ban specific users or IPs from using the form</li>
<li>Can &#8220;trust&#8221; certain users so their posts are published automatically</li>
<li>Users can select categories and tags</li>
<li>Users can upload files</li>
<li>Users can be notified if posts accepted or rejected</li>
</ul>
<p><a href="http://thedeadone.net/software/tdo-mini-forms-wordpress-plugin/" title="TDO Mini Forms Plugin">TDO Mini Forms Plugin on WordPress.org»<br />
TDO Mini Forms Plugin homepage»</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/">Plugin creates web form that allows users to post to WordPress without registering</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/plugin-creates-web-form-that-allows-users-to-post-to-wordpress-without-registering/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

