<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/authors</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 16:27:55 GMT</pubDate>
<item>
<title>(MySQL) wordpress - MYSQL - Assign all articles from one author to another - krembo99</title>
<link>http://snipplr.com/view/59938/wordpress--mysql--assign-all-articles-from-one-author-to-another/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Oct 2011 13:12:52 GMT</pubDate>
<guid>http://snipplr.com/view/59938/wordpress--mysql--assign-all-articles-from-one-author-to-another/</guid>
</item>
<item>
<title>(PHP) Wordpress Author Search Suggest - yaysunshine</title>
<link>http://snipplr.com/view/53428/wordpress-author-search-suggest/</link>
<description><![CDATA[ <p>If your site also has registered users that aren't authors, you might have to modify this to cross-reference the usermeta table.  Otherwise, this should work pretty well.</p> ]]></description>
<pubDate>Thu, 12 May 2011 06:36:07 GMT</pubDate>
<guid>http://snipplr.com/view/53428/wordpress-author-search-suggest/</guid>
</item>
<item>
<title>(PHP) Drupal 7 Node with multiple authors - Turek</title>
<link>http://snipplr.com/view/48572/drupal-7-node-with-multiple-authors/</link>
<description><![CDATA[ <p>I have to migrate from my old Drupal 5 site, that had multiple authors assigned to one node, and this is the solution for __Drupal 7__.    
First of all you will need to download [__References__](http://drupal.org/project/references) module  and enable __User Reference__.  
Then go to your module (*sites\all\modules\\references\\*) and edit file *user\_reference\user\_reference.module* at line number __481__ as it has an error.    
Change line: *$query->condition($user\_uid\_alias, $ids, 'IN', $ids);*      
to this: *$query->condition("u.$user\_uid\_alias", $ids, 'IN', $ids);*      
Now go to your theme, and edit __template.php__ file adding this lines.</p> ]]></description>
<pubDate>Tue, 08 Feb 2011 10:03:32 GMT</pubDate>
<guid>http://snipplr.com/view/48572/drupal-7-node-with-multiple-authors/</guid>
</item>
</channel>
</rss>