New Podcast

Posted Tuesday, January 31 at 3:28 pm
  Thomas Turnbull (tom_o_t on drupal.org) and Alan Palazzolo (zzolo on drupal.org) join Mike Anello to talk about their new book from O’Reilly Media, Mapping with Drupal. Mike’s usual co-hosts, Andrew and Ryan, were both unable to participate in the podcast, leaving Thomas and Alan subject to Mike’s long-winded (but extremely interesting by some accounts) questions.
Download Podcast 73
DrupalEasy_ep73_20120131.mp3
Syndicate content

NEWSLETTER

Stay informed on our latest news!

Syndicate content

Testimonial

On March 11th I attended the first DrupalEasy Workshop in Orlando, Florida. I'm an experienced web developer who has recently picked up Drupal as a tool for helping to build high quality content-driven websites. Mike and Ryan were excellent teachers - they gave a thorough overview of a complex topic in a short space of time, and provided plenty of resources for us to continue learning. The workshop is essential for anyone who has previously configured a basic Drupal site and wishes to take their skills to an advanced level. I would not hesitate to recommend DrupalEasy.com training and hope to attend more workshops in the future.

Who are we?

DrupalEasy is the collective expertise of Ryan Price and Michael Anello, who joined forces to provide training and consulting services worldwide. Read all about them and what they can do.

What is Drupal?

Drupal is a free, super-powerful content management system for sites that require information posting and collection, including blogs, forums, videos, photos, and databases of information. We think it is the best platform available. Here's why...

Why Drupal?

More and more savvy organizations are going with Drupal for content management, and its no mystery why. It’s free, flexible, and easy to maintain for small or large volume sites. Learn more...

Views

You have all this content, you need to list it, sort it, filter it, form relationships, make it look pretty. We consider Views a must-have! <140

So, you want to build a content management system? They're all the same, aren't they? Admin screens, RSS feeds, Calendar, Contact form, the list goes on...

On the other hand, that makes me think of one area no framework agrees on... Lists! Drupal doesn't even have a built-in way of displaying a list of all nodes of type "X" to users.

There are all kinds of things you could list: nodes, users, comments, files, and the like. Sure, you could write custom SQL queries, but what if you'd like to give your site administrators and users an interface to filter and sort your list?

Doesn't Drupal want to help you list your content, with pretty checkboxes, select lists and text fields? And what about your Permissions? You spent some time deciding who was allowed to see everything, shouldn't there be an easier way to make these lists and hide those things with special needs?

You shouldn't have to write custom code to get a list of your stuff, display it in a block, or even to get an RSS feed of that list. This is why we have the Views module.

How deep does views go? Well, if you're using a nodereference field, you can have the list of possible selections populated by a view! Don't even get me started on Views Arguments; in short, it turns one view into several views, by allowing you to pass in data through the URL. Your list of all blogs by one user has now turned into a list of blogs by user "X", on date "Y", in category "Z".

And you never wrote a lick of code. Once you start writing code for views, it gets even more powerful.

Views is a universal API to let any user or module make a list of just about anything on your Drupal site: views comes with the ability to list all of Drupal's "first class objects":

Nodes
most views list nodes, and nodes have the most power and felxibility in a Drupal site
Aggregator Items
list stories in an RSS feed, sort them, filter them
Comments
maybe list all comments in moderation, or comments from users with the Editor role
Files
think: all files by one user, all MP3 files
Node revisions
Peek into the history of your content
Taxonomy Terms
Create custom navigation fast
Users
Combined with something like Userpoints, a list of folks who are active on your site
Access Log entries
find out where users are hitting your site, how they got there, and when

Stats

Syndicate content