theming
Working with JavaScript in Drupal 6: Part 2
This is the second section to Matt Butcher's article which describes the basics of using javascript in Drupal 6. In this article you will learn how to create a simple theme and add JavaScript to the theme.
tags: javascript,jQuery,theming
tags: javascript,jQuery,theming
| Drupal Version | 6.x |
| Category | Javascript |
| Difficulty | Intermediate |
| Medium | Text |
Working with JavaScript in Drupal 6: Part 1
In this article by Matt Butcher, we will be working with JavaScript inside of a Drupal environment. We will begin by exploring how JavaScript is included in Drupal pages, and then create our first script for Drupal.
tags: javascript,jQuery,theming
tags: javascript,jQuery,theming
| Drupal Version | 6.x |
| Category | Javascript |
| Difficulty | Intermediate |
| Medium | Text |
Block Theme Module
As seen on Mustard Seed Media. See how the module works and how it makes it so very easy to make all your blocks look differently by throwing one convenient switch in the Drupal UI
tags: block theme,theming
tags: block theme,theming
| Drupal Version | 6.x |
| Category | Module guide |
| Module | Block Theme |
| Difficulty | Advanced |
| Medium | Video |
Theming Drupal Comments
Few people make the effort the theme the comments, which is strange because comments are
not only a very popular feature, but also exceedingly easy to theme!. For this
comment theming tutorial we're going to spice up the comment template of the
default Garland theme with some additional styling and a date widget
tags: comments,theming
tags: comments,theming
| Drupal Version | All |
| Category | Theming |
| Difficulty | Intermediate |
| Medium | Text |
How to make a fully customised Drupal theme
This guide describes the process of creating a theme for Drupal 6.x. It describes the purpose of each file in the theme and the PHP variable which can be called to create various page elements.
tags: customise,theme variables,theming
tags: customise,theme variables,theming
| Drupal Version | 6.x |
| Category | Theming |
| Difficulty | Intermediate |
| Medium | Text |
CustomPage Documentation
Documation for the CustomPage module. Custom Page is an advanced theming tool, allowing developers to easily create pages with custom templates and maintain full control over the output. The documentation covers: installation and page creation.
tags: custom page,templates,theming
tags: custom page,templates,theming
| Drupal Version | 6.x |
| Category | Module guide |
| Module | CustomPage |
| Difficulty | Advanced |
| Medium | Text |
Drupal 6 - Content Construction Kit (CCK)
This guide covers the basics of the Content Construction Kit (CCK) for Drupal 6. This guide covers everything you would ever need to know about the module including: installing the module, creating a custom content type, user rights management, data input, theming using template files, theming using Contemplate and more!
tags: CCK,Contemplate,template files,theming
tags: CCK,Contemplate,template files,theming
| Drupal Version | 6.x |
| Category | Module guide |
| Module | CCK |
| Difficulty | Intermediate |
| Medium | Text |
Automatically placing adsense inside content
This guide explains how to add Adsense adverts to your articles. It will allow your to create an in-content block to hold Adsense or any other kind of advertising.
tags: advertising,theming
tags: advertising,theming
| Drupal Version | 5.x |
| Category | Advertising |
| Module | AdSense |
| Difficulty | Intermediate |
| Medium | Text |
Drupal Adsense Trick #2: adblocks between teasers
This guide explains how to place Adsense adverts into blocks between teasers. This technique will work with any phptemplate based theme and will work with any type of ad code, not just Adsense.
tags: advertising,theming
tags: advertising,theming
| Drupal Version | 5.x |
| Category | Advertising |
| Module | AdSense |
| Difficulty | Intermediate |
| Medium | Text |
Theming a CCK node in Drupal
This guide explains how to theme a CCK node using the node.tpl.php template rather than the Contemplate module. This involves accessing the node variables directly through PHP. The same principle can be used to theme any node type and this is especially useful for customising a Views or Views2 display.
tags: .tpl.php,node,node.tpl.php,theming
tags: .tpl.php,node,node.tpl.php,theming



