Lullabot

[ni]
Twitter: 
lullabot

Publisher tutorials

total favorited
4
total views
0
1 year 12 weeks ago | 08:54

Continuing the Drupal Commerce Basics series (http://drupalize.me/videos/introduction-drupal-commerce-basics), now that we have created our products Ryan Szrama dives 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.

total favorited
2
total views
0
1 year 22 weeks ago | 1:14:38

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 Lullabot 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.

total favorited
1
total views
0
1 year 23 weeks ago | 10:57

In this video you'll learn how to use api.drupal.org the canonical source for information about Drupal's hooks, APIs, and code documentation in order to find out information about implementing a particular hook, making use of a particular function or library of functions, and even gaining a better understanding of some of the big picture concepts behind Drupal's code and APIs.

total favorited
7
total views
3
1 year 23 weeks ago | 12:25

This Advanced Theming in Drupal 7 series picks up where the Theming Basics with Drupal 7 left off. This video gives a high-level overview of the the template.php file, which is where a lot of the theming preprocess functions, form alters and other PHP logic within each theme is located.

total favorited
6
total views
5
1 year 23 weeks ago | 19:13

Theming Basics for Drupal 7 will provide a solid foundation for translating designs into Drupal themes. You'll learn to work with .info and tpl.php template files, how to add CSS and JavaScript, how to work with the render system new in Drupal 7, how to override templates, create regions, and use the Theme Developer tool.

total favorited
1
total views
0
1 year 23 weeks ago | 15:06

In this video we'll take a tour of the Views user interface, starting with looking at existing views, editing one of them, seeing what we have to work with, and then making som edits. The Views interface has a lot of configuration options so it's good to have a sense of what is available and where things are located. We'll use many of the pieces throughout the series, but this video gets you started by making a few simple edits and then reviewing our changes.

total favorited
2
total views
0
1 year 23 weeks ago | 14:05

Before we dive into advanced theming we are going to review the basic PHP you will need to use. This is a short review of PHP, including topics like data structures (arrays and objects), conditionals and operators, loops, and functions.

total favorited
1
total views
0
1 year 23 weeks ago | 03:43

The Views module is the most downloaded contribution on drupal.org. It is a powerful list-maker that not only provides a GUI for creating a query but also gives you options on how you want to display your data. This video series will continue the Job Board example from the Fields for Site Builders series where we will discover ways to display all of the job postings, allow people to find the one they are looking for and easily apply for it.

total favorited
3
total views
0
1 year 23 weeks ago | 18:49

Goes through the default content types of the Article and Page that are provided in Drupal 7, and shows the similarities and differences between the two. Also goes through some of the configuration options, which define the default settings whenever a new node is created.

total favorited
3
total views
0
1 year 23 weeks ago | 1:11:47

Drupal is an open source project with one of the largest group of contributors (nearly 10,000 developers in all). How does anything get done? How do the big decisions get made? What processes exist to make changes happen? How is the community structured? How do new people get a voice and navigate their way through?

In this Do it with Drupal session, Angie "webchick" Byron will discuss some facts and statistics about the Drupal community, as well as provide answers to these and other burning questions regarding how our "do-ocracy" functions, and why it matters to you.