<?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>Fri, 04 Jul 2008 17:45:54 GMT</pubDate>
<item>
<title>(PHP) Drupal view to create a list of category terms - shrop</title>
<link>http://snipplr.com/view/7100/drupal-view-to-create-a-list-of-category-terms/</link>
<description><![CDATA[ <p>Creates a category list showing the number of posts in each category similar to some blogging platforms. The view exposes a block and page.</p> ]]></description>
<pubDate>Thu, 03 Jul 2008 08:53:35 GMT</pubDate>
<guid>http://snipplr.com/view/7100/drupal-view-to-create-a-list-of-category-terms/</guid>
</item>
<item>
<title>(PHP) Change Drupal Login Block Prompt strings in Zen Theme - tgbdad</title>
<link>http://snipplr.com/view/6953/change-drupal-login-block-prompt-strings-in-zen-theme/</link>
<description><![CDATA[ <p>Place this code in the template.php file of your custom Zen sub-theme to create a friendly reminder that this site uses their LDAP password. In this example, we use Novell Directory Services as our LDAP provider.</p> ]]></description>
<pubDate>Fri, 27 Jun 2008 14:49:34 GMT</pubDate>
<guid>http://snipplr.com/view/6953/change-drupal-login-block-prompt-strings-in-zen-theme/</guid>
</item>
<item>
<title>(PHP) Get menu item array - wesbaker</title>
<link>http://snipplr.com/view/6881/get-menu-item-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Jun 2008 14:52:39 GMT</pubDate>
<guid>http://snipplr.com/view/6881/get-menu-item-array/</guid>
</item>
<item>
<title>(PHP) CSS IDs for Menu and Slicemenu Items - wesbaker</title>
<link>http://snipplr.com/view/6880/css-ids-for-menu-and-slicemenu-items/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Jun 2008 13:41:55 GMT</pubDate>
<guid>http://snipplr.com/view/6880/css-ids-for-menu-and-slicemenu-items/</guid>
</item>
<item>
<title>(PHP) Drupal: Edit this Block link - EvanL</title>
<link>http://snipplr.com/view/6743/drupal-edit-this-block-link/</link>
<description><![CDATA[ <p>Allow for easier editing of content by users who didn't make the site.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 19:25:17 GMT</pubDate>
<guid>http://snipplr.com/view/6743/drupal-edit-this-block-link/</guid>
</item>
<item>
<title>(CSS) Drupal CSS: Collapsing Fieldsets - cr4zyguy</title>
<link>http://snipplr.com/view/6721/drupal-css-collapsing-fieldsets/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Jun 2008 10:13:53 GMT</pubDate>
<guid>http://snipplr.com/view/6721/drupal-css-collapsing-fieldsets/</guid>
</item>
<item>
<title>(PHP) Override System Table Settings in settings.php for Drupal - shrop</title>
<link>http://snipplr.com/view/6669/override-system-table-settings-in-settingsphp-for-drupal/</link>
<description><![CDATA[ <p>Using this convention, you can override any system table setting.</p> ]]></description>
<pubDate>Thu, 12 Jun 2008 10:02:25 GMT</pubDate>
<guid>http://snipplr.com/view/6669/override-system-table-settings-in-settingsphp-for-drupal/</guid>
</item>
<item>
<title>(PHP) Ugly Template Hack to display contents of a view - tgbdad</title>
<link>http://snipplr.com/view/6652/ugly-template-hack-to-display-contents-of-a-view/</link>
<description><![CDATA[ <p>This is a quick and dirty hack to display the contents of a view at the top of a page. I got some ideas for this from http://drupal.org/node/99721</p> ]]></description>
<pubDate>Wed, 11 Jun 2008 10:56:31 GMT</pubDate>
<guid>http://snipplr.com/view/6652/ugly-template-hack-to-display-contents-of-a-view/</guid>
</item>
<item>
<title>(Other) drupal_add_js - panatlantica</title>
<link>http://snipplr.com/view/6513/drupaladdjs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 31 May 2008 09:41:52 GMT</pubDate>
<guid>http://snipplr.com/view/6513/drupaladdjs/</guid>
</item>
<item>
<title>(PHP) Drupal Check for User Login - shrop</title>
<link>http://snipplr.com/view/6490/drupal-check-for-user-login/</link>
<description><![CDATA[ <p>I use this code to place in blocks or pages to show a link to the user registration page if the user is not currently logged in. An example is a block I have setup on the home page of http://www.lightentheload.net. If the user is logged in, the block goes away.</p> ]]></description>
<pubDate>Thu, 29 May 2008 08:33:48 GMT</pubDate>
<guid>http://snipplr.com/view/6490/drupal-check-for-user-login/</guid>
</item>
<item>
<title>(PHP) Drupal5 - Submit Button - sherakama</title>
<link>http://snipplr.com/view/6483/drupal5--submit-button/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 May 2008 13:41:58 GMT</pubDate>
<guid>http://snipplr.com/view/6483/drupal5--submit-button/</guid>
</item>
<item>
<title>(PHP) Drupal 5.x page.tpl.php template - panatlantica</title>
<link>http://snipplr.com/view/6428/drupal-5x-pagetplphp-template/</link>
<description><![CDATA[ <p>This is a stipped-down version of the original page.tpl.php from Drupal 5.x's Bluemarine theme. Just add your own DIVs.</p> ]]></description>
<pubDate>Fri, 23 May 2008 07:35:36 GMT</pubDate>
<guid>http://snipplr.com/view/6428/drupal-5x-pagetplphp-template/</guid>
</item>
<item>
<title>(Other) Drupal: View for Image Gallery - shrop</title>
<link>http://snipplr.com/view/6331/drupal-view-for-image-gallery/</link>
<description><![CDATA[ <p>View to use with the docs at http://drupal.org/node/144725 for creating image gallery using cck, views and thickbox.</p> ]]></description>
<pubDate>Mon, 19 May 2008 16:20:36 GMT</pubDate>
<guid>http://snipplr.com/view/6331/drupal-view-for-image-gallery/</guid>
</item>
<item>
<title>(PHP) Drupal: New Comments Block - shrop</title>
<link>http://snipplr.com/view/6252/drupal-new-comments-block/</link>
<description><![CDATA[ <p>A Views export for Drupal 5. A block that only site admin and site manager roles can access, showing unpublished comments for blog entry content type.</p> ]]></description>
<pubDate>Thu, 15 May 2008 22:36:00 GMT</pubDate>
<guid>http://snipplr.com/view/6252/drupal-new-comments-block/</guid>
</item>
<item>
<title>(Other) Drupal Theme Override Example - unravelme1</title>
<link>http://snipplr.com/view/6146/drupal-theme-override-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 May 2008 19:22:41 GMT</pubDate>
<guid>http://snipplr.com/view/6146/drupal-theme-override-example/</guid>
</item>
<item>
<title>(PHP) Views Argument Handling Code | drupal.org - unravelme1</title>
<link>http://snipplr.com/view/6070/views-argument-handling-code--drupalorg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Apr 2008 20:50:56 GMT</pubDate>
<guid>http://snipplr.com/view/6070/views-argument-handling-code--drupalorg/</guid>
</item>
<item>
<title>(Other) Visibility by Access Control - unravelme1</title>
<link>http://snipplr.com/view/6035/visibility-by-access-control/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Apr 2008 20:33:44 GMT</pubDate>
<guid>http://snipplr.com/view/6035/visibility-by-access-control/</guid>
</item>
<item>
<title>(PHP) drupal province state select group array - sherakama</title>
<link>http://snipplr.com/view/5944/drupal-province-state-select-group-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Apr 2008 13:56:11 GMT</pubDate>
<guid>http://snipplr.com/view/5944/drupal-province-state-select-group-array/</guid>
</item>
<item>
<title>(Other) drupal country select array - sherakama</title>
<link>http://snipplr.com/view/5941/drupal-country-select-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Apr 2008 13:31:48 GMT</pubDate>
<guid>http://snipplr.com/view/5941/drupal-country-select-array/</guid>
</item>
<item>
<title>(PHP) Drupal5 basic form page functions - sherakama</title>
<link>http://snipplr.com/view/5772/drupal5-basic-form-page-functions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Apr 2008 12:53:47 GMT</pubDate>
<guid>http://snipplr.com/view/5772/drupal5-basic-form-page-functions/</guid>
</item>
</channel>
</rss>