<?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/language/php/tags/6</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 10:43:04 GMT</pubDate>
<item>
<title>(PHP) Drupal 6 get path auto programmatically - focal55</title>
<link>http://snipplr.com/view/58332/drupal-6-get-path-auto-programmatically/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Aug 2011 08:02:31 GMT</pubDate>
<guid>http://snipplr.com/view/58332/drupal-6-get-path-auto-programmatically/</guid>
</item>
<item>
<title>(PHP) Drupal Check if User Has Role - focal55</title>
<link>http://snipplr.com/view/57607/drupal-check-if-user-has-role/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Aug 2011 15:16:37 GMT</pubDate>
<guid>http://snipplr.com/view/57607/drupal-check-if-user-has-role/</guid>
</item>
<item>
<title>(PHP) Drupal 6: Change Menu Link Title Dynamically - focal55</title>
<link>http://snipplr.com/view/52187/drupal-6-change-menu-link-title-dynamically/</link>
<description><![CDATA[ <p>This goes in your template.php file</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 09:45:52 GMT</pubDate>
<guid>http://snipplr.com/view/52187/drupal-6-change-menu-link-title-dynamically/</guid>
</item>
<item>
<title>(PHP) Drupal Views 2 &amp;amp; 3 Programmatically Render View with Arguments - focal55</title>
<link>http://snipplr.com/view/51638/drupal-views-2--3-programmatically-render-view-with-arguments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Apr 2011 10:37:09 GMT</pubDate>
<guid>http://snipplr.com/view/51638/drupal-views-2--3-programmatically-render-view-with-arguments/</guid>
</item>
<item>
<title>(PHP) Drupal 6 - Row Count in Views Header - Onfire60</title>
<link>http://snipplr.com/view/51096/drupal-6--row-count-in-views-header/</link>
<description><![CDATA[ <p>Found This Code to make a stats page view for a client. Make Sure your header input format is PHP.</p> ]]></description>
<pubDate>Fri, 25 Mar 2011 06:54:26 GMT</pubDate>
<guid>http://snipplr.com/view/51096/drupal-6--row-count-in-views-header/</guid>
</item>
<item>
<title>(PHP) Customize Block Search Form in Drupal 6 - fadehelix</title>
<link>http://snipplr.com/view/48148/customize-block-search-form-in-drupal-6/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Jan 2011 19:54:27 GMT</pubDate>
<guid>http://snipplr.com/view/48148/customize-block-search-form-in-drupal-6/</guid>
</item>
<item>
<title>(PHP) Drupal 6 - Stop views from giving block ids a hash name - Block Preprocess - Onfire60</title>
<link>http://snipplr.com/view/47462/drupal-6--stop-views-from-giving-block-ids-a-hash-name--block-preprocess/</link>
<description><![CDATA[ <p>This code goes directly into your template.php file after you remove the open and close PHP tags at the beginning and end.

Then place the call below in your block.tpl.php. Don't forget to flush cache.</p> ]]></description>
<pubDate>Wed, 19 Jan 2011 04:12:11 GMT</pubDate>
<guid>http://snipplr.com/view/47462/drupal-6--stop-views-from-giving-block-ids-a-hash-name--block-preprocess/</guid>
</item>
<item>
<title>(PHP) Drupal 6 - Better Block Ids Function - Onfire60</title>
<link>http://snipplr.com/view/47460/drupal-6--better-block-ids-function/</link>
<description><![CDATA[ <p>Copy the first code snippet to your theme's template.php.

Then call the following section in you block template file.</p> ]]></description>
<pubDate>Wed, 19 Jan 2011 03:26:38 GMT</pubDate>
<guid>http://snipplr.com/view/47460/drupal-6--better-block-ids-function/</guid>
</item>
<item>
<title>(PHP) drupal 6 views preprocess - hamsterbacke82</title>
<link>http://snipplr.com/view/43290/drupal-6-views-preprocess/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Oct 2010 14:39:03 GMT</pubDate>
<guid>http://snipplr.com/view/43290/drupal-6-views-preprocess/</guid>
</item>
<item>
<title>(PHP) Drupal Remove  Specific Tabs for a specific Content Type - Onfire60</title>
<link>http://snipplr.com/view/40994/drupal-remove--specific-tabs-for-a-specific-content-type/</link>
<description><![CDATA[ <p>Was trying to figure out a way to remove tabs for a content type where it was unnecessary. Place this in your theme template.php file and configure to your needs.

Example Usage: Organic Group View is created and page uses a menu tab. Unfortunately the tab gets added to all other content types. This is used to remove that tab for the other content types that aren't part of your group.</p> ]]></description>
<pubDate>Fri, 24 Sep 2010 11:25:10 GMT</pubDate>
<guid>http://snipplr.com/view/40994/drupal-remove--specific-tabs-for-a-specific-content-type/</guid>
</item>
<item>
<title>(PHP) Drupal 6 - Show default "Who's online" block from a template. - daipratt</title>
<link>http://snipplr.com/view/39808/drupal-6--show-default-whos-online-block-from-a-template/</link>
<description><![CDATA[ <p>Embed the "Who's online" block from within a template file.</p> ]]></description>
<pubDate>Wed, 01 Sep 2010 19:01:07 GMT</pubDate>
<guid>http://snipplr.com/view/39808/drupal-6--show-default-whos-online-block-from-a-template/</guid>
</item>
<item>
<title>(PHP) Drupal 6 - Custom \"Who\'s Online\" block with private message links. - daipratt</title>
<link>http://snipplr.com/view/39807/drupal-6--custom-whos-online-block-with-private-message-links/</link>
<description><![CDATA[ <p>Customises the \"who\'s online\" block to show what role type the user has + the links now point to private message instead of profiles.</p> ]]></description>
<pubDate>Wed, 01 Sep 2010 18:58:13 GMT</pubDate>
<guid>http://snipplr.com/view/39807/drupal-6--custom-whos-online-block-with-private-message-links/</guid>
</item>
<item>
<title>(PHP) Remove "username's blog" link from Drupal blog posts - sheena_d</title>
<link>http://snipplr.com/view/30058/remove-usernames-blog-link-from-drupal-blog-posts/</link>
<description><![CDATA[ <p>Annoyed by the "username's blog" links on your single-author Drupal blog?  Don't reach for "display:none;"!  Don't remove the $links variable from your node template! 

 Just paste this code into your theme's template.php file.  Be sure to replace "mytheme" in the function name with the machine-readable name of your theme.

courtesy of http://drupal.org/node/731548#comment-2682062
This works for Drupal 6</p> ]]></description>
<pubDate>Sat, 20 Mar 2010 11:14:26 GMT</pubDate>
<guid>http://snipplr.com/view/30058/remove-usernames-blog-link-from-drupal-blog-posts/</guid>
</item>
<item>
<title>(PHP) incremental classes when grouping multiple cck values in views - canarymason</title>
<link>http://snipplr.com/view/19071/incremental-classes-when-grouping-multiple-cck-values-in-views/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Aug 2009 13:13:21 GMT</pubDate>
<guid>http://snipplr.com/view/19071/incremental-classes-when-grouping-multiple-cck-values-in-views/</guid>
</item>
<item>
<title>(PHP) remove the 'empty day' div in calendar boxes - canarymason</title>
<link>http://snipplr.com/view/19070/remove-the-empty-day-div-in-calendar-boxes/</link>
<description><![CDATA[ <p>calendar module's mini calendar includes a needles 'empty day' div in every date cell. this kills them.</p> ]]></description>
<pubDate>Mon, 31 Aug 2009 13:10:18 GMT</pubDate>
<guid>http://snipplr.com/view/19070/remove-the-empty-day-div-in-calendar-boxes/</guid>
</item>
</channel>
</rss>