- CSS (23)
- Design (11)
- Drupal (11)
- Graphics (3)
- HTML (21)
- Marketing (0)
- Programming (9)
- SEO (3)
- Server management (3)
Drupal
How to create a simple Drupal 7 theme from scratch
by Megan McDermott, 21 September 2011 - 11:30am
Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What'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.
Creating a custom home page in Drupal 7 using Views (part one)
by Liam McDermott, 23 June 2011 - 2:11am
Having installed Drupal, one of the first questions people ask is, ‘How do I change the home page?’ 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 Views.
Get more sign-ups from Drupal 7: make ‘Create new account’ eye catching
by Liam McDermott, 16 May 2011 - 3:12pm
According to our analytics software between 60 and 70 percent of visitors going to the new user registration page on the Webmaster Forums do so by clicking the Create new account link in the user login block.
Context Layouts, Panels, and Composite Layouts in Drupal: What's the difference?
by Megan McDermott, 29 April 2011 - 6:10pm
If you're attempting to create a complex page layouts in Drupal, you may be confronted with a choice between several modules: Context Layouts, Panels, and Composite Layouts. These modules may seem a bit confusing at first.
Goodbye vBulletin, part two: how we got away
by Liam McDermott, 26 April 2011 - 6:15pm
The previous article in this series 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.
How to create a Drupal 6 theme from scratch
by Megan McDermott, 16 March 2010 - 4:38pm
Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What'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.
An Introduction to the User Stats Module for Drupal
by Liam McDermott, 30 April 2008 - 5:50pm
The User Stats module 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.
Goodbye vBulletin, Part One: Reasons to Switch
by Liam McDermott, 3 October 2007 - 10:59pm
The aim of this article is not to poke holes, or say ‘vBulletin sucks’, but to provide constructive criticism of a successful product, proving that vBulletin is not always the best choice.
Creating a Custom Home Page in Drupal Using Views
by Liam McDermott, 29 June 2007 - 5:35pm
One of the most popular questions people new to Drupal ask is: ‘How do I change the home page?’ 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—because there is always more than one way to do something in Drupal—to customize a Drupal home page.
Enabling Clean URLs and the Path Module in Drupal
by Liam McDermott, 19 June 2007 - 8:12pm
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.
