<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: I need a CMS that supports multiple-authors-per-post</title>
      <link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost/</link>
      <description>Comments on Ask MetaFilter post I need a CMS that supports multiple-authors-per-post</description>
	  	  <pubDate>Wed, 24 Oct 2007 13:12:41 -0800</pubDate>
      <lastBuildDate>Wed, 24 Oct 2007 13:12:41 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: I need a CMS that supports multiple-authors-per-post</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost</link>	
  	<description>CMSFilter:  I need a CMS that supports multiple authors *per-post* because many of the authors collaborate. A search on any one author should bring up anything they&apos;ve been a part of, as well as their own stuff. I&apos;m getting ready to transition a client of mine from a home-brew CMS that I wrote in 2002 to something more modern. They&apos;ve got 400 stories that need to be moved.  &lt;br&gt;
&lt;br&gt;
I&apos;d prefer to use WordPress, as it has nearly every other feature I need (and I have some experience administering WP), but the problem is that this client publishes academic papers, and those papers often have two, and sometimes three, different authors.&lt;br&gt;
&lt;br&gt;
In my home-brew system, you&apos;d just tick a checkbox next to each author&apos;s name that was to be associated with this paper. Easy-peasy.&lt;br&gt;
&lt;br&gt;
WordPress, because of its roots as a blogging tool, really only wants each post to have one single author per post.&lt;br&gt;
&lt;br&gt;
I&apos;ve found a plugin that adds the ability to add a second author, but when you search on that second author, you&apos;re returned an empty set. The built-in search function only knows how to respond to the &apos;official&apos; author, not any that have been tacked on in the post&apos;s meta-fields.&lt;br&gt;
&lt;br&gt;
---&lt;br&gt;
&lt;br&gt;
Clearly, if I were to stick with WordPress, what I&apos;d need is for there to be a &apos;lookup table&apos; consisting of only two fields per row, a field for the post&apos;s ID number, and a field for an author&apos;s ID number.  If a story had more than one author, you&apos;d just add another row with the same post_ID and a different author_ID.&lt;br&gt;
&lt;br&gt;
But in order to make a nice list of checkbox-able author names in the WordPress admin area, I&apos;d have to (I&apos;m assuming) hack the core files of the system.&lt;br&gt;
&lt;br&gt;
---&lt;br&gt;
&lt;br&gt;
So, before I roll up my sleeves and dig into all of this PHP, are there *ANY* CMSes out there that are setup (either natively or via plugins) for multiple-authors-per-post without a great deal of effort?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.74572</guid>
  	<pubDate>Wed, 24 Oct 2007 13:03:39 -0800</pubDate>
  	<dc:creator>Wild_Eep</dc:creator>
	
	<category>cms</category>
	
	<category>wordpress</category>
	
	<category>multipleauthors</category>
	
</item>
<item>
  	<title>By: GuyZero</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1108936</link>	
  	<description>I have a multi-user blog in Wordpress and we use author tags. Would that be acceptable?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1108936</guid>
  	<pubDate>Wed, 24 Oct 2007 13:12:41 -0800</pubDate>
  	<dc:creator>GuyZero</dc:creator>
</item>
<item>
  	<title>By: Wild_Eep</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1108949</link>	
  	<description>Possibly, as long as searching remains effective.  Have a URL I can check out for the public-facing parts?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1108949</guid>
  	<pubDate>Wed, 24 Oct 2007 13:20:17 -0800</pubDate>
  	<dc:creator>Wild_Eep</dc:creator>
</item>
<item>
  	<title>By: anildash</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1109023</link>	
  	<description>I work with the &lt;a href=&quot;http://www.movabletype.com/&quot;&gt;Movable Type&lt;/a&gt; team, and I know there are plugins to make this sort of many-author mapping possible. (A cursory search yields &lt;a href=&quot;http://plugins.movabletype.org/ghostwriter/&quot;&gt;this plugin&lt;/a&gt;, which isn&apos;t exactly what you want, but gives you an idea.) You also have the advantage of things like multiple authors and blogs being built in to the system, instead of in a separate fork of the app.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1109023</guid>
  	<pubDate>Wed, 24 Oct 2007 14:10:12 -0800</pubDate>
  	<dc:creator>anildash</dc:creator>
</item>
<item>
  	<title>By: 3.2.3</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1109052</link>	
  	<description>Plone has a Contributors multi-line field on each content item indexed for search. Content also has a sharing tab to allow multiple authors to work on a single content item. Content locking per author is supported. Each author has a page showing all content items for that author.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1109052</guid>
  	<pubDate>Wed, 24 Oct 2007 14:32:03 -0800</pubDate>
  	<dc:creator>3.2.3</dc:creator>
</item>
<item>
  	<title>By: BrodieShadeTree</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1109054</link>	
  	<description>Drupal can do this is a few different ways, but none are &amp;quot; out of the box&amp;quot; solutions.  Ostensibly, you would have an initial author and then various &amp;quot;user roles&amp;quot; would be allowed to revise said article.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1109054</guid>
  	<pubDate>Wed, 24 Oct 2007 14:32:26 -0800</pubDate>
  	<dc:creator>BrodieShadeTree</dc:creator>
</item>
<item>
  	<title>By: Jairus</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1109096</link>	
  	<description>Just use tags in WP.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1109096</guid>
  	<pubDate>Wed, 24 Oct 2007 15:02:14 -0800</pubDate>
  	<dc:creator>Jairus</dc:creator>
</item>
<item>
  	<title>By: ReiToei</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1109105</link>	
  	<description>The &lt;a href=&quot;http://everydevel.com/&quot;&gt;Everything&lt;/a&gt; engine does exactly this, and much, much more. It&apos;s no walk in the park to set up though.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1109105</guid>
  	<pubDate>Wed, 24 Oct 2007 15:14:27 -0800</pubDate>
  	<dc:creator>ReiToei</dc:creator>
</item>
<item>
  	<title>By: spitbull</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1109123</link>	
  	<description>Drupal, with CCK and Node Reference, can do this.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1109123</guid>
  	<pubDate>Wed, 24 Oct 2007 15:33:43 -0800</pubDate>
  	<dc:creator>spitbull</dc:creator>
</item>
<item>
  	<title>By: Wild_Eep</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1109814</link>	
  	<description>I didn&apos;t remember to mention that there would be around 40 authors to this system.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1109814</guid>
  	<pubDate>Thu, 25 Oct 2007 08:59:24 -0800</pubDate>
  	<dc:creator>Wild_Eep</dc:creator>
</item>
<item>
  	<title>By: Jairus</title>
  	<link>http://ask.metafilter.com/74572/I-need-a-CMS-that-supports-multipleauthorsperpost#1112567</link>	
  	<description>All the more reason to just use tags.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74572-1112567</guid>
  	<pubDate>Sat, 27 Oct 2007 17:28:56 -0800</pubDate>
  	<dc:creator>Jairus</dc:creator>
</item>

    </channel>
</rss>
