theming

Working with JavaScript in Drupal 6: Part 2

  Overview:

No votes yet
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
Drupal Version6.x
CategoryJavascript
DifficultyIntermediate
MediumText

Working with JavaScript in Drupal 6: Part 1

  Overview:

No votes yet
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
Drupal Version6.x
CategoryJavascript
DifficultyIntermediate
MediumText

Block Theme Module

  Overview:

Average: 4 (1 vote)
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
Drupal Version6.x
CategoryModule guide
ModuleBlock Theme
DifficultyAdvanced
MediumVideo

Theming Drupal Comments

  Overview:

No votes yet
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
Drupal VersionAll
CategoryTheming
DifficultyIntermediate
MediumText

How to make a fully customised Drupal theme

  Overview:

No votes yet
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
Drupal Version6.x
CategoryTheming
DifficultyIntermediate
MediumText

CustomPage Documentation

  Overview:

No votes yet
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
Drupal Version6.x
CategoryModule guide
ModuleCustomPage
DifficultyAdvanced
MediumText

Drupal 6 - Content Construction Kit (CCK)

  Overview:

Average: 1 (1 vote)
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
Drupal Version6.x
CategoryModule guide
ModuleCCK
DifficultyIntermediate
MediumText

Automatically placing adsense inside content

  Overview:

No votes yet
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
Drupal Version5.x
CategoryAdvertising
ModuleAdSense
DifficultyIntermediate
MediumText

Drupal Adsense Trick #2: adblocks between teasers

  Overview:

No votes yet
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
Drupal Version5.x
CategoryAdvertising
ModuleAdSense
DifficultyIntermediate
MediumText

Theming a CCK node in Drupal

  Overview:

No votes yet
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
Drupal Version5.x
CategoryTheming
ModuleCCK
DifficultyAdvanced
MediumText
Syndicate content