<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Controlling execution order of Drupal modules</title>
	<atom:link href="http://www.houseofding.com/2009/06/controlling-execution-order-of-drupal-modules/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.houseofding.com/2009/06/controlling-execution-order-of-drupal-modules/</link>
	<description>Technology, programming, design, and everything in-between.</description>
	<lastBuildDate>Tue, 15 Jun 2010 20:29:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jordotech</title>
		<link>http://www.houseofding.com/2009/06/controlling-execution-order-of-drupal-modules/comment-page-1/#comment-135</link>
		<dc:creator>jordotech</dc:creator>
		<pubDate>Tue, 15 Jun 2010 20:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.houseofding.com/?p=207#comment-135</guid>
		<description>Hey there, I wanted to give my example from today.  Your post gave me the idea that my problem could be module execution order and it was!  I was having to hide the image_attach form for a particular role and ran into the problem of multiple hook_form_alter()&#039;s in different modules (in particular image_attach.module).  My new hook_form_alter() was in my &#039;article.module&#039; and was being squashed by image_attach.module so I moved the form function to my &#039;item.module&#039; and it worked b/c it was firing after image_attach.  Thanks!
-Jordan</description>
		<content:encoded><![CDATA[<p>Hey there, I wanted to give my example from today.  Your post gave me the idea that my problem could be module execution order and it was!  I was having to hide the image_attach form for a particular role and ran into the problem of multiple hook_form_alter()&#8217;s in different modules (in particular image_attach.module).  My new hook_form_alter() was in my &#8216;article.module&#8217; and was being squashed by image_attach.module so I moved the form function to my &#8216;item.module&#8217; and it worked b/c it was firing after image_attach.  Thanks!&nbsp;-Jordan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SemiAddict</title>
		<link>http://www.houseofding.com/2009/06/controlling-execution-order-of-drupal-modules/comment-page-1/#comment-129</link>
		<dc:creator>SemiAddict</dc:creator>
		<pubDate>Thu, 27 Aug 2009 16:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.houseofding.com/?p=207#comment-129</guid>
		<description>Hi,

I just ran into the &#039;Utility&#039; module (http://drupal.org/project/util) which allows you to modify the weight of modules via an admin interface.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just ran into the &#8216;Utility&#8217; module (<a href="http://drupal.org/project/util" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://drupal.org/project/util');" rel="nofollow">http://drupal.org/project/util</a>) which allows you to modify the weight of modules via an admin&nbsp;interface.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
