<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 21:31:50 +0000</lastBuildDate>
    <item>
      <title>(PHP) Drupal 7 Node with multiple authors - Turek</title>
      <link>https://snipplr.com/view/48572/drupal-7-node-with-multiple-authors</link>
      <description>&lt;p&gt;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__.    &#13;
First of all you will need to download [__References__](http://drupal.org/project/references) module  and enable __User Reference__.  &#13;
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.    &#13;
Change line: *$query-&gt;condition($user\_uid\_alias, $ids, 'IN', $ids);*      &#13;
to this: *$query-&gt;condition("u.$user\_uid\_alias", $ids, 'IN', $ids);*      &#13;
Now go to your theme, and edit __template.php__ file adding this lines.&lt;/p&gt;</description>
      <pubDate>Tue, 08 Feb 2011 10:03:32 UTC</pubDate>
      <guid>https://snipplr.com/view/48572/drupal-7-node-with-multiple-authors</guid>
    </item>
    <item>
      <title>(PHP) Email Validation - Turek</title>
      <link>https://snipplr.com/view/48087/email-validation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 30 Jan 2011 00:12:42 UTC</pubDate>
      <guid>https://snipplr.com/view/48087/email-validation</guid>
    </item>
  </channel>
</rss>
