A Padded Cell - Drupal http://www.apaddedcell.com/taxonomy/term/61/0 en Drupal theming next steps: Overriding HTML output http://www.apaddedcell.com/change-html-output-drupal-7 <p>Soon after you've started out with Drupal theming, you'll probably find that you need to change some of the HTML code it generates. But how do you do that? This article will break down the process of overriding Drupal's HTML code (or "Overriding themable output"), using template files and theme functions.</p><p><a href="http://www.apaddedcell.com/change-html-output-drupal-7" target="_blank">read more</a></p> HTML Drupal Intermediate Tutorials Wed, 29 Aug 2012 15:00:00 +0000 Megan McDermott 110 at http://www.apaddedcell.com How to create a simple Drupal 7 theme from scratch http://www.apaddedcell.com/how-create-drupal-7-theme-scratch <p>Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What&#39;s a designer to do? Never fear, it is completely possible to create your own theme from scratch. This article will demonstrate a step-by-step process for creating your own Drupal theme, including a .info file, page template, regions, and CSS.</p><p><a href="http://www.apaddedcell.com/how-create-drupal-7-theme-scratch" target="_blank">read more</a></p> Drupal Intermediate Wed, 21 Sep 2011 11:30:50 +0000 Megan McDermott 104 at http://www.apaddedcell.com Creating a custom home page in Drupal 7 using Views (part one) http://www.apaddedcell.com/custom-home-page-drupal-7-views <p>Having installed Drupal, one of the first questions people ask is, &lsquo;How do I change the home page?&rsquo; By default the front page of Drupal has a blog feel, with the latest posts shown in date order, but it does not have to be like this! These two articles will show how a front page can be customized using <em>Views</em>.</p><p><a href="http://www.apaddedcell.com/custom-home-page-drupal-7-views" target="_blank">read more</a></p> Drupal Beginner Tutorials Thu, 23 Jun 2011 02:11:12 +0000 Liam McDermott 105 at http://www.apaddedcell.com Get more sign-ups from Drupal 7: make ‘Create new account’ eye catching http://www.apaddedcell.com/drupal-7-create-new-account-user-login-block <p>According to our <a href="http://piwik.org">analytics software</a> between 60 and 70 percent of visitors going to the new user registration page on <a href="http://www.webmaster-forums.net">the Webmaster Forums</a> do so by clicking the <em>Create new account</em> link in the user login block.<p><a href="http://www.apaddedcell.com/drupal-7-create-new-account-user-login-block" target="_blank">read more</a></p> HTML Drupal Programming Intermediate Tutorials Mon, 16 May 2011 15:12:00 +0000 Liam McDermott 102 at http://www.apaddedcell.com Context Layouts, Panels, and Composite Layouts in Drupal: What's the difference? http://www.apaddedcell.com/panels-context-layouts-and-composite-layouts-drupal-whats-difference <p> If you&#39;re attempting to create a complex page layouts in Drupal, you may be confronted with a choice between several modules: <a href="http://drupal.org/project/context">Context Layouts</a>, <a href="http://drupal.org/project/panels">Panels</a>,&nbsp;and <a href="http://drupal.org/project/composite">Composite Layouts</a>. These modules may seem a bit confusing at first.</p><p><a href="http://www.apaddedcell.com/panels-context-layouts-and-composite-layouts-drupal-whats-difference" target="_blank">read more</a></p> Drupal Intermediate Fri, 29 Apr 2011 18:10:42 +0000 Megan McDermott 101 at http://www.apaddedcell.com Goodbye vBulletin, part two: how we got away http://www.apaddedcell.com/goodbye-vbulletin-part-two-how-we-got-away <p>The <a href="/goodbye-vbulletin-part-1-reasons-switch">previous article in this series</a> showed our reasons for wanting to move The Webmaster Forums from vBulletin to Drupal. This second part shows how we successfully got away, and the difficulties faced.</p><p><a href="http://www.apaddedcell.com/goodbye-vbulletin-part-two-how-we-got-away" target="_blank">read more</a></p> Drupal Programming Intermediate Opinion Tue, 26 Apr 2011 18:15:10 +0000 Liam McDermott 79 at http://www.apaddedcell.com How to create a Drupal 6 theme from scratch http://www.apaddedcell.com/how-create-drupal-6-theme-scratch <p> Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What&#39;s a designer to do? Never fear, there is a simple way to create your own theme from scratch. This article will demonstrate a step-by-step process for creating your own Drupal theme, including a .info file, page template, regions, and CSS.</p><p><a href="http://www.apaddedcell.com/how-create-drupal-6-theme-scratch" target="_blank">read more</a></p> Design HTML Drupal Intermediate Tutorials Tue, 16 Mar 2010 16:38:09 +0000 Megan McDermott 92 at http://www.apaddedcell.com An Introduction to the User Stats Module for Drupal http://www.apaddedcell.com/an-introduction-user-stats-module-drupal <p> The <a href="http://drupal.org/project/user_stats">User Stats module</a> inserts information on a user into their posts on a site. It is aimed at forum administrators who need to see the post counts, date registered and IP addresses of their users. This article provides an introduction to the User Stats module and shows how it may be used in themes.</p><p><a href="http://www.apaddedcell.com/an-introduction-user-stats-module-drupal" target="_blank">read more</a></p> Drupal Programming Tutorials Wed, 30 Apr 2008 17:50:26 +0000 Liam McDermott 72 at http://www.apaddedcell.com Goodbye vBulletin, Part One: Reasons to Switch http://www.apaddedcell.com/goodbye-vbulletin-part-1-reasons-switch <p> The aim of this article is not to poke holes, or say &lsquo;vBulletin sucks&rsquo;, but to provide constructive criticism of a successful product, proving that vBulletin is not always the best choice. </p><p><a href="http://www.apaddedcell.com/goodbye-vbulletin-part-1-reasons-switch" target="_blank">read more</a></p> Drupal Programming Intermediate Opinion Wed, 03 Oct 2007 22:59:02 +0000 Liam McDermott 62 at http://www.apaddedcell.com Creating a Custom Home Page in Drupal Using Views http://www.apaddedcell.com/creating-a-custom-home-page-in-drupal-using-views <p>One of the most popular questions people new to Drupal ask is: &lsquo;How do I change the home page?&rsquo; By default the index page of a Drupal site has a bloggy feel, the latest items shown in date order, but it doesn't have to look like that! That is the aim of this article, to show two ways&mdash;because there is always more than one way to do something in Drupal&mdash;to customize a Drupal home page.</p> <p><a href="http://www.apaddedcell.com/creating-a-custom-home-page-in-drupal-using-views" target="_blank">read more</a></p> Drupal Intermediate Tutorials Fri, 29 Jun 2007 17:35:05 +0000 Liam McDermott 56 at http://www.apaddedcell.com Enabling Clean URLs and the Path Module in Drupal http://www.apaddedcell.com/enabling-clean-urls-and-the-path-module-in-drupal <script type="text/javascript" src="/files/ufo.js"></script> <p>Clean URLs and the Path module are complementary features of Drupal. This mixed text and video article shows how to enable this functionality. Many aPaddedCell articles on Drupal expect that readers will have Clean URLs and the Path module enabled.</p><p><a href="http://www.apaddedcell.com/enabling-clean-urls-and-the-path-module-in-drupal" target="_blank">read more</a></p> Drupal Beginner Tutorials Tue, 19 Jun 2007 20:12:33 +0000 Liam McDermott 55 at http://www.apaddedcell.com Moving the Login Block to a Separate Page in Drupal http://www.apaddedcell.com/moving-the-login-block-to-a-seperate-page-in-drupal <p> This text and video tutorial will show how the login block may be moved to a separate page in Drupal. This can be desirable for site owners who only allow login access to administrators, not all visitors.</p> <p><a href="http://www.apaddedcell.com/moving-the-login-block-to-a-seperate-page-in-drupal" target="_blank">read more</a></p> Drupal Beginner Tutorials Mon, 18 Jun 2007 17:56:20 +0000 Liam McDermott 54 at http://www.apaddedcell.com