<?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/drupal</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 12:37:03 GMT</pubDate>
<item>
<title>(PHP) Render drupal regions in node - apmartins</title>
<link>http://snipplr.com/view/70564/render-drupal-regions-in-node/</link>
<description><![CDATA[ <p>Enables the usage off regions in node.tpl</p> ]]></description>
<pubDate>Wed, 27 Mar 2013 05:33:17 GMT</pubDate>
<guid>http://snipplr.com/view/70564/render-drupal-regions-in-node/</guid>
</item>
<item>
<title>(jQuery) Drupal views ajax complete - apmartins</title>
<link>http://snipplr.com/view/70502/drupal-views-ajax-complete/</link>
<description><![CDATA[ <p>Get the ajax complete event after filtering a view content in drupal</p> ]]></description>
<pubDate>Fri, 22 Mar 2013 02:39:44 GMT</pubDate>
<guid>http://snipplr.com/view/70502/drupal-views-ajax-complete/</guid>
</item>
<item>
<title>(PHP) Drupal Views Custom download file link - mktimes5</title>
<link>http://snipplr.com/view/70277/drupal-views-custom-download-file-link/</link>
<description><![CDATA[ <p>To make a custom link to a downloadable File in Views</p> ]]></description>
<pubDate>Wed, 06 Mar 2013 05:44:31 GMT</pubDate>
<guid>http://snipplr.com/view/70277/drupal-views-custom-download-file-link/</guid>
</item>
<item>
<title>(PHP) Drupal Auto Blocks - brownrl</title>
<link>http://snipplr.com/view/69905/drupal-auto-blocks/</link>
<description><![CDATA[ <p>This is a hook_block_info and hook_block_view template that will allow you to quickly create blocks in a Drupal module. When you use this all you have to do is create a directory "blocks" in the module and then create block.block_name.php in the directory. Inside the php you need to define a function block_block_name_content().</p> ]]></description>
<pubDate>Tue, 12 Feb 2013 20:33:39 GMT</pubDate>
<guid>http://snipplr.com/view/69905/drupal-auto-blocks/</guid>
</item>
<item>
<title>(PHP) Drupal &amp;amp; field-tpl for mulitple field rendering in a list - mktimes5</title>
<link>http://snipplr.com/view/68782/drupal--fieldtpl-for-mulitple-field-rendering-in-a-list/</link>
<description><![CDATA[ <p>out put a field with multiple values as a list fro styling purposes useing child selectors</p> ]]></description>
<pubDate>Tue, 27 Nov 2012 14:45:54 GMT</pubDate>
<guid>http://snipplr.com/view/68782/drupal--fieldtpl-for-mulitple-field-rendering-in-a-list/</guid>
</item>
<item>
<title>(Bash) Drush site install  / localized - klickreflex</title>
<link>http://snipplr.com/view/67812/drush-site-install---localized/</link>
<description><![CDATA[ <p>Installs drupal using the provided database credentials with the provided localization, creates admin account with the given name and password</p> ]]></description>
<pubDate>Fri, 19 Oct 2012 18:26:46 GMT</pubDate>
<guid>http://snipplr.com/view/67812/drush-site-install---localized/</guid>
</item>
<item>
<title>(PHP) Plain field text for field.tpl - mktimes5</title>
<link>http://snipplr.com/view/67632/plain-field-text-for-fieldtpl/</link>
<description><![CDATA[ <p>for true plain text output of a field in drupal 7</p> ]]></description>
<pubDate>Sat, 06 Oct 2012 05:44:29 GMT</pubDate>
<guid>http://snipplr.com/view/67632/plain-field-text-for-fieldtpl/</guid>
</item>
<item>
<title>(PHP) hook_help: Provide online user help. - LarryTex</title>
<link>http://snipplr.com/view/67317/hookhelp-provide-online-user-help/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Sep 2012 11:14:36 GMT</pubDate>
<guid>http://snipplr.com/view/67317/hookhelp-provide-online-user-help/</guid>
</item>
<item>
<title>(Other) Drupal Contextual filter by url - mktimes5</title>
<link>http://snipplr.com/view/66967/drupal-contextual-filter-by-url/</link>
<description><![CDATA[ <p>To filter a view only to pull content from the node it is on</p> ]]></description>
<pubDate>Fri, 31 Aug 2012 11:20:59 GMT</pubDate>
<guid>http://snipplr.com/view/66967/drupal-contextual-filter-by-url/</guid>
</item>
<item>
<title>(PHP) Drupal Metatags add in - mktimes5</title>
<link>http://snipplr.com/view/66951/drupal-metatags-add-in/</link>
<description><![CDATA[ <p>Insert this into a custom node template to display the metatags inserted in my the metatag module.
nid; ?>" class="</p> ]]></description>
<pubDate>Thu, 30 Aug 2012 02:44:51 GMT</pubDate>
<guid>http://snipplr.com/view/66951/drupal-metatags-add-in/</guid>
</item>
<item>
<title>(PHP) Drupal Block Callback Example - chasecrawford</title>
<link>http://snipplr.com/view/66310/drupal-block-callback-example/</link>
<description><![CDATA[ <p>This is a callback example that can be used to conditionally display blocks on specific pages. In this example, I load all nodes with a specific field and return false if the value of that field is equal to the user id of the logged in user.  The snippet in it's entirety probably won't be helpful, but it contains functions that have many applications.</p> ]]></description>
<pubDate>Tue, 24 Jul 2012 23:46:04 GMT</pubDate>
<guid>http://snipplr.com/view/66310/drupal-block-callback-example/</guid>
</item>
<item>
<title>(Other) Add Styles to the drop-down menu in Umbraco - thesmu</title>
<link>http://snipplr.com/view/66292/add-styles-to-the-dropdown-menu-in-umbraco/</link>
<description><![CDATA[ <p>Add Styles to the drop-down menu for editors to use</p> ]]></description>
<pubDate>Tue, 24 Jul 2012 01:37:11 GMT</pubDate>
<guid>http://snipplr.com/view/66292/add-styles-to-the-dropdown-menu-in-umbraco/</guid>
</item>
<item>
<title>(JavaScript) Drupal 7 Theming: Initialize JQuery Script - chasecrawford</title>
<link>http://snipplr.com/view/65565/drupal-7-theming-initialize-jquery-script/</link>
<description><![CDATA[ <p>Use this no-conflict wrapper instead of the default ready function in JQuery to initialize scripts in your Drupal 7 theme</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 01:28:33 GMT</pubDate>
<guid>http://snipplr.com/view/65565/drupal-7-theming-initialize-jquery-script/</guid>
</item>
<item>
<title>(HTML) Drupal webform select time zones - usrbingeek</title>
<link>http://snipplr.com/view/63571/drupal-webform-select-time-zones/</link>
<description><![CDATA[ <p>Safe Key-value pairs for time zones for use with Drupal Webform module.</p> ]]></description>
<pubDate>Sat, 25 Feb 2012 12:56:10 GMT</pubDate>
<guid>http://snipplr.com/view/63571/drupal-webform-select-time-zones/</guid>
</item>
<item>
<title>(PHP) Drupal Format time ago - jonathanpglick</title>
<link>http://snipplr.com/view/63570/drupal-format-time-ago/</link>
<description><![CDATA[ <p>Foromat {timestamp} as a "x x ago" date/time.</p> ]]></description>
<pubDate>Sat, 25 Feb 2012 05:18:52 GMT</pubDate>
<guid>http://snipplr.com/view/63570/drupal-format-time-ago/</guid>
</item>
<item>
<title>(PHP) imagecache preset function - hoogvlieger</title>
<link>http://snipplr.com/view/63552/imagecache-preset-function/</link>
<description><![CDATA[ <p>imagecache preset depending on height and width of the image</p> ]]></description>
<pubDate>Fri, 24 Feb 2012 05:56:24 GMT</pubDate>
<guid>http://snipplr.com/view/63552/imagecache-preset-function/</guid>
</item>
<item>
<title>(PHP) Node Type Page TPLs - mktimes5</title>
<link>http://snipplr.com/view/63493/node-type-page-tpls/</link>
<description><![CDATA[ <p>Add this snippet to template.php</p> ]]></description>
<pubDate>Wed, 22 Feb 2012 08:07:21 GMT</pubDate>
<guid>http://snipplr.com/view/63493/node-type-page-tpls/</guid>
</item>
<item>
<title>(PHP) Drupal - Add canonical tag in - nicoknaepen</title>
<link>http://snipplr.com/view/63378/drupal--add-canonical-tag-in/</link>
<description><![CDATA[ <p>For our project, this code had been implemented in the theme template.php</p> ]]></description>
<pubDate>Fri, 17 Feb 2012 00:33:27 GMT</pubDate>
<guid>http://snipplr.com/view/63378/drupal--add-canonical-tag-in/</guid>
</item>
<item>
<title>(PHP) Drupal Batch API for hook_update_N() - wizonesolutions</title>
<link>http://snipplr.com/view/62213/drupal-batch-api-for-hookupdaten/</link>
<description><![CDATA[ <p>This is the Batch API example shown on http://api.drupal.org/api/drupal/developer--hooks--install.php/function/hook_update_N/6.</p> ]]></description>
<pubDate>Sun, 01 Jan 2012 15:44:56 GMT</pubDate>
<guid>http://snipplr.com/view/62213/drupal-batch-api-for-hookupdaten/</guid>
</item>
<item>
<title>(jQuery) some jQuery samples -- back to top / fadein fadeout menu / drupal menu open new window - nickyangau</title>
<link>http://snipplr.com/view/60961/some-jquery-samples--back-to-top--fadein-fadeout-menu--drupal-menu-open-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Nov 2011 13:05:42 GMT</pubDate>
<guid>http://snipplr.com/view/60961/some-jquery-samples--back-to-top--fadein-fadeout-menu--drupal-menu-open-new-window/</guid>
</item>
</channel>
</rss>