<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.pedroposada.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Pedro Posada&#039;s Blog</title>
 <link>http://www.pedroposada.com/category/blog/drupal-modules</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Path redirect wildcard patch for path_redirect module</title>
 <link>http://www.pedroposada.com/blog/path-redirect-wildcard-patch-path_redirect-module.html</link>
 <description>&lt;p&gt;In order to make the path_redirect module handle redirections with wildcards, I created a patch for it. There wasn&#039;t a simple way to do wildcard redirections through the .htaccess file. Some times is important to make a wildcard drupal redirects.&lt;/p&gt;
&lt;p&gt;The way wildcards work:&lt;br /&gt;
When you want to redirect a path like &quot;/about/&quot; to &quot;/&quot; then any path based in about will be redirected to &quot;/&quot; like &quot;/about/something/&quot; or &quot;about/anything&quot; will be redirected to &quot;/&quot;. &lt;/p&gt;
&lt;p&gt;Patched module is in the attachment. The attachment contains all the module files already patched.&lt;/p&gt;
&lt;p&gt;Files patched:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/path-redirect-wildcard-patch-path_redirect-module.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/path-redirect-wildcard-patch-path_redirect-module.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/drupal-6">drupal 6</category>
 <category domain="http://www.pedroposada.com/category/blog/drupal-modules">drupal modules</category>
 <enclosure url="http://www.pedroposada.com/files/path_redirect_wildcard.zip" length="43463" type="" />
 <pubDate>Wed, 22 Jul 2009 20:24:27 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">382 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Nodetrail module fix</title>
 <link>http://www.pedroposada.com/blog/nodetrail-module-fix.html</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/nodetrail&quot; title=&quot;http://drupal.org/project/nodetrail&quot;&gt;http://drupal.org/project/nodetrail&lt;/a&gt;&lt;br /&gt;
Some handy tips to get the nodetrail module up and running quickly. Nodetrail is a great module that allows you set customs menu trails to any node. &lt;/p&gt;
&lt;p&gt;When you install the node, you will get error messages, in order to fix them modify nodetrail.module file.&lt;/p&gt;
&lt;p&gt;Line 26 missing parameter &lt;code&gt;array(&amp;#039;mlid&amp;#039; =&amp;gt; 0)&lt;/code&gt;:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$options = menu_parent_options(menu_get_menus(),array(&amp;#039;mlid&amp;#039; =&amp;gt; 0));&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Line 98 correct function name &lt;code&gt;_nodetrail_recurse_crumbs&lt;/code&gt;:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;_nodetrail_recurse_crumbs($tree, $item, $crumbs); &lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
</description>
 <comments>http://www.pedroposada.com/blog/nodetrail-module-fix.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/drupal-6">drupal 6</category>
 <category domain="http://www.pedroposada.com/category/blog/drupal-modules">drupal modules</category>
 <pubDate>Fri, 10 Jul 2009 12:54:16 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">381 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Alteration of the Simplenews module</title>
 <link>http://www.pedroposada.com/blog/alteration-simplenews-module.html</link>
 <description>&lt;p&gt;I was trying to build a custom user interface that would allow the user to create an e-mailer. I wanted to create a web-form with a number of options. The purpose of this was to make things as easy as possible to the user to add content and submit the e-mailer to the recipients.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/alteration-simplenews-module.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/alteration-simplenews-module.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/drupal-modules">drupal modules</category>
 <category domain="http://www.pedroposada.com/category/blog/drupal-recipe">drupal recipe</category>
 <pubDate>Thu, 03 Apr 2008 15:45:31 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">23 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Asynchronous content loading in Drupal</title>
 <link>http://www.pedroposada.com/blog/asynchronous-content-loading-drupal.html</link>
 <description>&lt;p&gt;This is a recipe that I used to load the content of my &quot;Portfolio of Websites&quot; page. I took advantage of jQuery and Drupal menu system to generate an asynchronous http request, serve the content and show it inside a div tag. &lt;/p&gt;
&lt;p&gt;This is the module code:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/asynchronous-content-loading-drupal.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/asynchronous-content-loading-drupal.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/drupal-modules">drupal modules</category>
 <category domain="http://www.pedroposada.com/category/blog/drupal-recipe">drupal recipe</category>
 <category domain="http://www.pedroposada.com/category/blog/jquery">jquery</category>
 <pubDate>Mon, 31 Mar 2008 20:51:49 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">22 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Email CCK custom module</title>
 <link>http://www.pedroposada.com/blog/email-cck-custom-module.html</link>
 <description>&lt;p&gt;I created a custom module that turns CCK forms into email feedback forms easily. &lt;/p&gt;
&lt;p&gt;The purpose of this module is to easily create forms with the flexibility that the CCK module gives you and have the content of the forms be emailed to any address you want as well as create nodes and then have the ability to use VIEWS to sort the content and create reports and more.&lt;/p&gt;
&lt;p&gt;Basically you create a content type using CCK module and then, in the content type settings form you will get the following options:&lt;/p&gt;
&lt;p&gt;- turn this content type into feedback form.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/email-cck-custom-module.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/email-cck-custom-module.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/drupal-modules">drupal modules</category>
 <category domain="http://www.pedroposada.com/category/blog/drupal-recipe">drupal recipe</category>
 <pubDate>Mon, 03 Mar 2008 18:59:14 -0500</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">13 at http://www.pedroposada.com</guid>
</item>
</channel>
</rss>
