Drupalize.Me

Syndicate content
Updated: 57 min 24 sec ago

Introduction to Drupal Commerce Basics

February 22, 2012 at 9:35am

We kick off the Commerce Basics series with a look at the LB Robotics store site that we will be building. Ryan gives a quick tour of the site and discusses the main topics we will be focusing on, like products, taxes, discounts, checkout, and general configuration of our store.

Drupal Commerce relies heavily on the Views and Rules modules for many of its features, which allow you a lot of customization. If you need a refresher on these two modules, you can watch these other Drupalize.Me series:

5m Publication date  February 22, 2012 - 7:00am

read more

Categories: Planet Drupal

Adding Product Displays

February 22, 2012 at 9:33am

Now that we have created our products we'll dive into the Product display content type so that we can display our products to our users. In this instance we'll start out be re-using the nodes created by Commerce Kickstart, then we create two new displays for our remaining items. We finish up by rearranging the fields on the content type using Drupal 7's manage display configuration.

8m Publication date  February 22, 2012 - 7:00am
Categories: Planet Drupal

Installing Commerce Kickstart

February 13, 2012 at 1:34pm

To get started with our new Drupal Commerce store, we are installing Drupal using the Commerce Kickstart installation profile. Commerce Kickstart provides you with Drupal core, along with a number of modules that all Commerce sites will need to get up and running. Using the installation profile makes your life a lot easier since you have everything you need in one package and the Drupal installer will make sure that you don't hit annoying PHP timeouts when trying to enable all those modules at the same time.

12m Publication date  February 15, 2012 - 7:00am

read more

Categories: Planet Drupal

More FREE Page Manager Videos

January 27, 2012 at 11:00am

Today we are releasing the final videos in the Page Manger series! And, yes, these are FREE videos brought to you in conjunction with NodeOne.

We will explore:

January 27, 2012 - 6:00am

read more

Categories: Planet Drupal

Page manager import and export plus additional modules

January 24, 2012 at 3:26pm

This screencast covers the following topics:

  • Manual import/export of Page manager settings.
  • Import/export using Features.
  • Some words about the custom rulesets module.
  • Some words about the custom content panes module.
  • Some words about the stylizer module.
  • Some words (but not enough!) about mini panels.
  • Some words about Panels everywhere.
  • Some words and a quick demonstration of Panels in-place editor.
8m Publication date  January 27, 2012 - 6:00am
Categories: Planet Drupal

Rearrange node edit form

January 24, 2012 at 3:25pm

This screencast covers the following topics:

  • Rearranging the node edit form with Panels.
  • Some words about how the render arrays in Drupal 7 makes this possible.
5m Publication date  January 27, 2012 - 6:00am
Categories: Planet Drupal

The Views context

January 24, 2012 at 3:24pm

This screencast covers the following topics:

  • Creating a Context display type in Views.
  • Placing individual View rows in your custom page.
  • Displaying other View render elements in your custom page (such as the pager or header).
  • Using the View context to load further contextual object.
13m Publication date  January 27, 2012 - 6:00am
Categories: Planet Drupal

More contextual objects

January 24, 2012 at 3:20pm

This screencast covers the following topics:

  • Adding new contextual objects with manual selection.
  • Adding new contextual objects with relationships.
  • Chaining contextual objects, with the example of loading a node term, and then loading the term top level parent (or not).
11m Publication date  January 27, 2012 - 6:00am
Categories: Planet Drupal

Contextual Administration

January 24, 2012 at 3:16pm

This screencast covers the following topics:

  • The Contextual Administration module and variant type.
  • Auto-populating node reference fields for new nodes.
  • A quick glance at other functionality in Contextual Administration: vocabulary administration pages, user administration pages, quick content handling pages, and more.
  • Using the local actions menu type.
10m Publication date  January 27, 2012 - 6:00am
Categories: Planet Drupal

Menu items and access control

January 18, 2012 at 3:52pm

This screencast covers the following topics:

  • Creating custom paths with Page manager
  • Defining required and optional wildcards in a path
  • Loading contextual objects from path arguments
  • Creating access rules for custom pages
  • Creating menu tabs, local actions and other visible menu items
  • Making menu items only show in certain circumstances, such as only on selected node types
11m Publication date  January 20, 2012 - 6:00am
Categories: Planet Drupal

Panel pane settings

January 18, 2012 at 3:44pm

This screencast covers the following topics:

  • Using visibility rules to determine when panes should show
  • Using per-pane or per-page caching
  • Setting caching granularity to per context or per argument
  • Editing basic pane settings
  • Moving panes between different panel regions
  • Some layout settings for panes
6m Publication date  January 20, 2012 - 6:00am
Categories: Planet Drupal

More View Panes

January 18, 2012 at 3:37pm

This screencast covers the following topics:

  • Setting name, description and category for view panes
  • Overriding the title of the view
  • Overriding the number of items to display
  • Some other override options
  • The "context is optional" setting for argument input/contextual filter value input
14m Publication date  January 20, 2012 - 6:00am
Categories: Planet Drupal

Basics of Views Content Panes

January 18, 2012 at 3:19pm

This screencast covers the following topics:

  • Setting up contextual filters with Views Content Panes
  • Getting argument input (contextual filter value) to a Views Content Pane
  • Embedding a Views content pane in a panel
9m Publication date  January 20, 2012 - 6:00am
Categories: Planet Drupal

Introduction to Panels

January 18, 2012 at 3:09pm

This screencast covers the following topics:

  • What is Panels?
  • Selecting Panels layout
  • Disabling block regions on a panel page
  • Adding content to a panel
  • Outputting individual node fields in a panel page
  • Manually setting the title on a panel page
  • Inheriting page title from a panel pane
9m Publication date  January 20, 2012 - 6:00am
Categories: Planet Drupal

Variants and selection rules

January 10, 2012 at 1:59pm

This screencast covers the following topics:

  • How to create additional variants to a custom page
  • How to set selection rules with more than one condition
  • Why the order of variants is important, and how to change their order
5m Publication date  January 11, 2012 - 6:00am
Categories: Planet Drupal

Node page overrides, contexts & page redirects

January 10, 2012 at 1:39pm

This screencast covers the following topics about the Page Manager module, which is a module included within CTools.

  • The basic framework of Page manager – creating custom paths and assigning content/reactions to them
  • Mentioning some modules that can be used with Page manager, such as Panels and Contextual administration
  • Overriding node templates to allow customized content/reaction
11m Publication date  January 11, 2012 - 6:00am

read more

Categories: Planet Drupal

Overview of the Page Manager Series

January 10, 2012 at 1:35pm

This video provides an overview of the Learning Page Manager screencast series, which is a fast-paced, no-nonsense screencast series, targeted at experienced Drupal Site Builders. If you need to brush up on Views, ou can watch our Intro to Views for Drupal 7 series.

Chapters in this series include:

  1. Overview
  2. Introduction, node page overrides, contexts and page redirects
  3. Variants and selection rules
  4. Panels introduction
  5. Views content panes basics
6m Publication date  January 11, 2012 - 6:00am

read more

Categories: Planet Drupal

An Overview of Performance & Scalability

December 9, 2011 at 10:48am

Drupal can power any site from the lowliest blog to the highest-traffic corporate dot-com. Come learn about the high-end of the spectrum with this comparison of techniques for scaling your site to hundreds of thousands or millions of page views an hour. This Do it with Drupal session with Nate Haug will cover software that you need to make Drupal run at its best, as well as software that acts as a front-end cache (a.k.a Reverse-Proxy Cache) that you can put in-front of your site to offload the majority of the processing work.

1h 14m

read more

Categories: Planet Drupal

Rules Bonus Pack: Using Rules for presentation altering

December 6, 2011 at 1:10pm

This screencast shows how you can use Rules to alter the presentation of your Drupal site, such as:

  • Enabling, disabling and moving blocks around
  • Setting HTML title element and also on-page titles
  • Setting body classes
  • Setting the active menu item (using Menu Position)

Some bigger questions about using Rules for altering presentation is also discussed:

14m

read more

Categories: Planet Drupal

Rules Bonus Pack: Views and CTools integration

December 6, 2011 at 1:07pm

This screencast shows some functionality included in Rules Bonus Pack, as an example of how to make Rules integrate with other modules on your site. In particular it shows some Views and CTools/Page manager integration.

  • Condition: Check the number of results from a view.
  • Action: Load the sum of a Views column as a number. (Currently only D6!)
  • Action: Load the first result in a view into Rules.
  • Action: Clone a full node object.
  • Action: Convert a number into a date
11m

read more

Categories: Planet Drupal
nobody click here