<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Onfire60</title>
<link>http://snipplr.com/users/Onfire60</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 09:28:40 GMT</pubDate>
<item>
<title>(jQuery) Remove Duplicate Items From Multiple Ordered Lists Individually</title>
<link>http://snipplr.com/view/51349/remove-duplicate-items-from-multiple-ordered-lists-individually/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Mar 2011 02:45:52 GMT</pubDate>
<guid>http://snipplr.com/view/51349/remove-duplicate-items-from-multiple-ordered-lists-individually/</guid>
</item>
<item>
<title>(PHP) Drupal 6 - Row Count in Views Header</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) Drupal 6 - Stop views from giving block ids a hash name - Block Preprocess</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</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>(SQL) Drupal 6 - Fix Menu links you can\'t delete by reseting them to delete via SQL</title>
<link>http://snipplr.com/view/45488/drupal-6--fix-menu-links-you-cant-delete-by-reseting-them-to-delete-via-sql/</link>
<description><![CDATA[ <p>Used the first sql statement to find your menu item. (Replace menu-% with the name of your menu eg. "primary-links" .

Then using the menu item id fix the items you want to regain the good old delete button on the menu item.</p> ]]></description>
<pubDate>Thu, 09 Dec 2010 08:05:25 GMT</pubDate>
<guid>http://snipplr.com/view/45488/drupal-6--fix-menu-links-you-cant-delete-by-reseting-them-to-delete-via-sql/</guid>
</item>
<item>
<title>(PHP) Using drupal_get_destination() in a link item "l()"</title>
<link>http://snipplr.com/view/45308/using-drupalgetdestination-in-a-link-item-l/</link>
<description><![CDATA[ <p>When adding a link to a form say for instance a login form you can use drupal_get_destination() to return the user to the page they were on when they finish loging in. This show you how to do this programatically in a link l(); function.</p> ]]></description>
<pubDate>Sun, 05 Dec 2010 18:49:12 GMT</pubDate>
<guid>http://snipplr.com/view/45308/using-drupalgetdestination-in-a-link-item-l/</guid>
</item>
<item>
<title>(CSS) Chrome &amp;amp; Safari Specific CSS Hack</title>
<link>http://snipplr.com/view/41672/chrome--safari-specific-css-hack/</link>
<description><![CDATA[ <p>This snippet will allow you to enter chrome and safari specific css styling.</p> ]]></description>
<pubDate>Thu, 07 Oct 2010 00:27:48 GMT</pubDate>
<guid>http://snipplr.com/view/41672/chrome--safari-specific-css-hack/</guid>
</item>
<item>
<title>(PHP) Drupal Remove  Specific Tabs for a specific Content Type</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>
</channel>
</rss>