Skip to main content

Drupal Video

Gpanels: Create a two column section for blocks with Gpanels and Adaptivetheme

Gpanels are easy to use PHP and HTML snippets for creating multi column layouts. The idea is you copy/paste them into page.tpl.php (where ever you want) and place blocks into the regions to create columns of blocks.

Gpanels come with both Adaptivetheme and the Genesis starter theme.

This video walks you through the process of adding a Gpanel, enabling the regions and CSS, and then placing the blocks in the newly available regions.

You can learn more about the themes that use Gpanels for Drupal.org or our website:

http://drupal.org/project/adaptivetheme

Inline and Multicol Menus with Skinr and Adaptivetheme

Adaptivetheme includes two Skinr classes that allow us to style menus in different ways - one is to transform a normal menu into an “inline” menu, the other creates a groovy multi-column menu. This video shows you how to apply the classes to the menu block, and how you can change the CSS for each menu.

Note that you must download and install the Skinr module first and Adaptivetheme will automatically start using the module.

You can learn more about the Skinr module and the Adatptivetheme starter theme for Drupal from the project pages or our website:

http://drupal.org/project/skinr

Block Layouts with the Skinr Module and Adaptivetheme

This video tutorial shows you how to use the Skinr module with Adaptivetheme, an advanced starter theme for Drupal.

First you need to download and install the Skinr module (use the -dev version). Adaptivetheme will automatically start using the Skinr module.

Adaptivetheme Admin User Links Feature Intro

Quick intro video showing the new Admin User Link menu that appear in the admin section pages by default. There is a new theme setting so you can toggle the display on and off and by default it won’t appear if the Admin Menu module is installed.

Agile and Scrum Videos

This is likely to become a pretty big collection of videos about Scrum and other other Agile based managements processes.

Adaptivetheme Theme Settings Setup

The Adaptivetheme starter base theme comes with many default theme setting. In this video we walk through setting up the theme settings for Adaptivetheme, including how to enable the hidden settings for LayoutSP, horizontal login block and color schemes.

Most of the default theme settings are self explanatory and you can adjust them to see what they do, however there are some theme settings that are hidden by default and you must edit some of the themes files to enable them.

The Hidden Settings

Adaptivetheme Installation Guide

This short video walks you through the process of installing Adativetheme in your website.

In the video I have already downloaded theme from the project page:

http://drupal.org/project/adaptivetheme

Then after you have extracted the theme and placed this in your sites/all/themes folder you need to complete the following steps:

  1. Rename the theme folder to your preferred theme name.
  2. Rename the info file to your preferred theme name.
  3. Open the info file and change the theme name and description.

Semantic Views Module for Drupal 6 - Video Tutorial

The Semantic Views module for Drupal 6 allows you to easily insert HTML markup for your Views rows and fields.

This is a new module by bangpound and I think this is really going to change how we think about theming Views because for the first time it puts clean semantic Views output in the hands of site builders and other end users, without having to get their hands dirty in the templates.