<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech4Him - Technology with Integrity &#187; drupal 6</title>
	<atom:link href="http://blog.tech4him.com/tags/drupal-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tech4him.com</link>
	<description>A Christian technology chaos wrangler and his thoughts</description>
	<lastBuildDate>Fri, 27 Jan 2012 02:08:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix Your Hosed Admin Menu</title>
		<link>http://blog.tech4him.com/2009/12/fix-your-hosed-admin-menu/</link>
		<comments>http://blog.tech4him.com/2009/12/fix-your-hosed-admin-menu/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 04:48:09 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal 6]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[module]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=863</guid>
		<description><![CDATA[Here&#8217;s a quick fix. We have a site that has been through a number of migrations, moves and upgrades. We use the Admin module that provide a nice UI for...]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick fix. We have a site that has been through a number of migrations, moves and upgrades. We use the <a href="http://drupal.org/project/admin" target="_blank">Admin module</a> that provide a nice UI for site administration. Somewhere along the way, the admin menu items got completely hosed.</p>
<p><span id="more-863"></span></p>
<div id="attachment_864" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.tech4him.com/wp-content/uploads/Admin-Menu-Hosed.png"><img class="size-medium wp-image-864" title="Admin Menu Hosed" src="http://blog.tech4him.com/wp-content/uploads/Admin-Menu-Hosed-300x171.png" alt="Admin Menu Hosed" width="300" height="171" /></a><p class="wp-caption-text">Admin menu completely hosed.</p></div>
<p style="text-align: center;">
<p>Note that we have no &#8220;Content&#8221; menu in administration. Also, notice that in the screenshot, we are in the Configuration menu but only have a single configuration item. That certainly doesn&#8217;t look right. <img src='http://blog.tech4him.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So after a bit of Googling  we first tried truncating the cache_menu table without success. Finally we decided to try a simple thought. We disabled the Admin menu. Then we re-enabled the Admin menu and Voila, our admin menus have been fixed. Go Figure.</p>
<div id="attachment_865" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.tech4him.com/wp-content/uploads/Admin-Menu-Fixed.png"><img class="size-medium wp-image-865" title="Admin Menu Fixed" src="http://blog.tech4him.com/wp-content/uploads/Admin-Menu-Fixed-300x203.png" alt="Admin menu all fixed." width="300" height="203" /></a><p class="wp-caption-text">Admin menu all fixed.</p></div>
<p>Just goes to show that sometimes the basic troubleshooting steps can fix something that looks worse than it really is.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=863&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2009/12/fix-your-hosed-admin-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taming Drupal Permissions and Unpublished Nodes</title>
		<link>http://blog.tech4him.com/2008/10/taming-drupal-permissions-and-unpublished-nodes/</link>
		<comments>http://blog.tech4him.com/2008/10/taming-drupal-permissions-and-unpublished-nodes/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 01:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal 5]]></category>
		<category><![CDATA[drupal 6]]></category>
		<category><![CDATA[nodes]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Back in May, I wrote about the great work of Brad (<a href="http://drupal.org/user/120651">beeradb</a>) from the <a href="http://www.atendesigngroup.com">Aten Design Group</a>. Brad helped figure out how to allow users with appropriate roles to view unpublished nodes without using the overkill of "administer nodes" permission which includes all content types. 

Brad blogs about this solution on the <a href="http://atendesigngroup.com/blog/allowing-content-editors-view-unpublished-content-drupal-5">Aten Design Group blog</a>.
]]></description>
			<content:encoded><![CDATA[<p>Back in May, I wrote about the great work of Brad (<a href="http://drupal.org/user/120651">beeradb</a>) from the <a href="http://www.atendesigngroup.com">Aten Design Group</a>. Brad helped figure out how to allow users with appropriate roles to view unpublished nodes without using the overkill of &#8220;administer nodes&#8221; permission which includes all content types. </p>
<p>Brad blogs about this solution on the <a href="http://atendesigngroup.com/blog/allowing-content-editors-view-unpublished-content-drupal-5">Aten Design Group blog</a>.</p>
<p>The next logical step was a few other admin override options to nodes. Brad once again shares this information with the Drupal community on <a href="http://atendesigngroup.com/blog/taming-drupal-5-permissions-system">their blog</a>.</p>
<p>All of this to say that Drupal really needs to break out these permissions more such that distributed management of content types by various backend staff/business units independently. This should all be done without grating staff rights to do things we don&#8217;t want them to do (i.e. &#8220;administer nodes&#8221; permission). </p>
<p>Thanks to Brad and Aten Design Group for the help.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=30&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2008/10/taming-drupal-permissions-and-unpublished-nodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Session: SimpleTest &#8211; Because clicking on forms is for suckers</title>
		<link>http://blog.tech4him.com/2008/03/session-simpletest-because-clicking-on-forms-is-for-suckers/</link>
		<comments>http://blog.tech4him.com/2008/03/session-simpletest-because-clicking-on-forms-is-for-suckers/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 21:36:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal 5]]></category>
		<category><![CDATA[drupal 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[another from Drupalcon Boston...

<strong>SimpleTest: Because clicking on forms is for suckers</strong>
<a href="957http://www.lullabot.com/blog/drupalcon-simpletest-and-future-test-driven-development">Session Discussion (Courtesy of Lullabot)</a>]]></description>
			<content:encoded><![CDATA[<p>another from Drupalcon Boston&#8230;</p>
<p><strong>SimpleTest: Because clicking on forms is for suckers</strong><br />
<a href="957http://www.lullabot.com/blog/drupalcon-simpletest-and-future-test-driven-development">Session Discussion (Courtesy of Lullabot)</a></p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=25&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2008/03/session-simpletest-because-clicking-on-forms-is-for-suckers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMField Gets Tuduo Support as Drupalcon Boston</title>
		<link>http://blog.tech4him.com/2008/03/emfield-gets-tuduo-support-as-drupalcon-boston/</link>
		<comments>http://blog.tech4him.com/2008/03/emfield-gets-tuduo-support-as-drupalcon-boston/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 12:54:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal 5]]></category>
		<category><![CDATA[drupal 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.youtube.com/watch?v=VvMJCYGZJV0&#38;amp;eurl=http://technorati.com/videos/youtube.com%2Fwatch%3Fv%3DVvMJCYGZJV0">Video on YouTube</a> of Aaron Winborn adding Tuduo support to <a href="http://drupal.org/project/emfield">EMField</a> in Drupal while sitting in the Drupal in China Session.<br />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=VvMJCYGZJV0&amp;amp;eurl=http://technorati.com/videos/youtube.com%2Fwatch%3Fv%3DVvMJCYGZJV0">Video on YouTube</a> of Aaron Winborn adding Tuduo support to <a href="http://drupal.org/project/emfield">EMField</a> in Drupal while sitting in the Drupal in China Session.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=24&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2008/03/emfield-gets-tuduo-support-as-drupalcon-boston/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 6 Released. Quick Links</title>
		<link>http://blog.tech4him.com/2008/02/drupal-6-released-quick-links/</link>
		<comments>http://blog.tech4him.com/2008/02/drupal-6-released-quick-links/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 19:23:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[First, a big round of thanks and applause for the scores of folks who played a part in making Drupal 6 a reality and such an improvement to the design, architecture and usability.
]]></description>
			<content:encoded><![CDATA[<p>First, a big round of thanks and applause for the scores of folks who played a part in making Drupal 6 a reality and such an improvement to the design, architecture and usability.<br />
<!--break--><br />
<strong>Quick Reference Links</strong></p>
<p><a href="http://drupal.org/drupal-6.0">Drupal 6 Official Release Announcement</a><br />
<a href="http://cvs.drupal.org/viewvc.py/drupal/drupal/UPGRADE.txt?view=markup&#038;pathrev=DRUPAL-6">Drupal 6 Upgrade Instructions</a><br />
<a href="http://drupal.org/videocasts/upgrading-to-6"> Drupal 6 Upgrade Video Tutorial</a><br />
<a href="http://cvs.drupal.org/viewvc.py/drupal/drupal/INSTALL.txt?view=markup&#038;pathrev=DRUPAL-6">Drupal 6 New Installation Instructions</a><br />
<a href="http://drupal.org/videocasts/installing-6">Drupal 6 New Installation Video Tutorial</a></p>
<p><strong>Converting Modules</strong></p>
<p>One of the best additions is the Coder module. This little guy addresses primarily three areas of interest. </p>
<ul>
<li>Drupal Coding Standards</li>
<li>Module conversion recommendation</li>
<li>Security/Performance</li>
</ul>
<p>I have got to say it sure is nice to have a too that quickly can point a maintainer or contributor at key areas to look at for migrating a module to the next release. Really, the lack of 5.x modules available for 6.x is what will keep folks from upgrading existing sites straight away. </p>
<p>I am of the opinion that with this <a href="http://drupal.org/project/coder">Coder</a> module and a little elbow grease we can help users of Drupal to more quickly adopt 6.x once we get more modules ready for the upgrade.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=15&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2008/02/drupal-6-released-quick-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

