Home

Lullabot

Lullabot Ideas

We know stuff. We empower you to know stuff too.

Drupal Module Development Deep Dive Week

London, UK
September 20-24, 2010

Drupal Podcast 67: Do It With Drupal '08 (Live)

Listen online: 
  • play
  • pause
  • stop
  • min volume
  • max volume
  • LullabotPodcastNo67.mp3

Nate Haug, John VanDyk, Chris Messina, Karen McGrane, Jeff Eaton, Earl Miles, Angie Byron, Karen Stevenson, James Walker, and Jeff Robbins wrap up the Do It With Drupal Seminar and take questions from the audience.

December 15, 2008 - 1:19pm
Lullabot Podcast
59:21 minutes (14.51 MB)
mono 22kHz 34Kbps (vbr)

Download

Comments

Ryan (not verified) on December 15, 2008 - 2:05pm

Anyone looking for a picture

Anyone looking for a picture of John's favorite bug can find some here and be further creeped out - http://en.wikipedia.org/wiki/Triatominae : )

Pasqualle (not verified) on December 15, 2008 - 5:05pm

D5 bug

the answer on the question "disappearing block settings" at 22 minutes

http://drupal.org/node/115596

Anonymous (not verified) on December 16, 2008 - 4:13am

Anyone know what the amazing

Anyone know what the amazing comment module they talked about in the first few mins? (not nodecomment)

jpetso (not verified) on December 16, 2008 - 4:31am

You'd never guess

The one that ships with Drupal core. It's called "Comment", and you can always find it on the Modules admin page even if you haven't installed a single 3rd party module :P

Anonymous (not verified) on December 16, 2008 - 10:17am

No, no, no. The one that

No, no, no. The one that allows you to control the placement of the comments form/listing inside the node.tpl.php without having to hack core !!!

sun (not verified) on December 21, 2008 - 10:09am

Comment Display

http://drupal.org/project/comment_display

Blake Elshire (not verified) on December 16, 2008 - 3:58pm

I asked Earl after the

I asked Earl after the session what I should be looking for and he wasn't able to point me in the right direction and I wasn't able to find it on drupal.org. I don't know if it exists elsewhere but if anyone finds it let us know. I know I'd appreciate it.

Gordon (not verified) on December 16, 2008 - 9:03pm

Changing Core tables

Hi,

The question about changing the core tables. You do need to be careful but now in D6 you can use the http_schema_alter() http://api.drupal.org/api/function/hook_schema_alter/6 which will allow you to alter the schema, and because drupal using drupal_write_record() and they will generally pass the entire record so this will update the field without need to add additional code to do this.

Gordon.

Gordon (not verified) on December 16, 2008 - 10:03pm

Changing Core tables

Just forgot, Adding is really fine, but removing or renaming columns is a bad thing.

BWPanda (not verified) on December 17, 2008 - 2:43am

Sharing content between sites - Domain Access

As soon as I heard the question about sharing content between sites, I immediately thought Domain Access. I was therefore surprised to hear you recommend not attempting it...

I've been setting up a multi-site site at work using the Domain Access module and find it perfect for my needs. Yes it takes time to learn and understand, and goodness knows I'm still getting my heard around parts of it, but for anyone wanting to setup multiple sites that share content (nodes, content types, views, etc.), it should be your first port-of-call.

I highly recommend it, and recommend you start recommending it to anyone who asks.

Anonymous (not verified) on December 17, 2008 - 12:39pm

WYSIWYG Questions

I must admit, I'm a bit surprised that you guys seemed to down-play the WYSIWYG question regarding creating links to pages already in your site.

This is an important issue (as are many WYSIWYG issues), and I'm surprised you guys haven't run into this more and solved it somehow, considering your expertise.

I was just at a meeting yesterday where a group of online content editors were complaining about using WYSIWYG editors; issues like this come up time & time again.

Also, the thought that my clients would be forced to learn HTML in order to update their site..... well..... I think that is such a geeky perspective. Online editors should absolutely NOT have to learn HTML to edit their site.

I do understand that when clients use a WYSIWYG editor, they ALMOST ALWAYS create horribly looking pages (changing fonts/font colours, etc), but that's why we need a lot of work in this area, and I am very happy to see progress on this with Drupal 7.

I truly believe that proper content editing (perhaps through a decent WYSIWYG editor) is the key to Drupal's success.

I think most geeks just haven't worked with enough non technical people to realize this.

sun (not verified) on December 21, 2008 - 11:31am

WYSIWYG in Drupal

There as been a lot of talk about adding "a decent WYSIWYG editor to Drupal core", and after following plenty of discussions of actual users of the various, contributed editor integration modules for Drupal, I would say that there is no decent editor that would be suitable for everyone.

Each editor has its own features and glitches - and depending on your use-case, you perhaps want a fully-fledged editor as a replacement for your word-processing desktop application. Someone else would just like to allow community users to insert links and have some basic formatting (i.e. bold, italic/emphasized) in their posts -- loading a 150 KB beast only for this purpose would just be silly. Another one would like to use an extended editor based on Flash, Java, or a certain web-browser extension.

Since there are so many options and use-cases, I am highly opposed to adding "one decent" editor to Drupal core. Instead, Wysiwyg API allows you to integrate the editor of your choice - and on top of that, not only one, but multiple editors (even on the same page), so your users are able to use the appropriate editor for every single content on your Drupal site.

Anonymous (not verified) on December 22, 2008 - 4:40pm

Link to Content

In regards to the WYSIWYG there is a module for TinyMCE (Drupal 5.x only) that does a really good job. It filters the nodes by taxonomy and then I think there's a search feature as well. I installed it on a family blog and it appeared to work well, and scratched my itch a little bit. I think it could be a good place to start. Wish there was one for FCK. Maybe one day.

Anonymous (not verified) on December 22, 2008 - 6:50pm

you wish there was a FCK

you wish there was a FCK module? http://drupal.org/project/fckeditor

amariotti (not verified) on December 22, 2008 - 4:45pm

Link to Content Link

http://drupal.org/project/linktocontent

amariotti (not verified) on December 22, 2008 - 5:23pm

Domain Access Module

In regard to the question about sharing content between multiple sites:

The College that I work for is in the process of moving towards the Domain Access for a number of reasons. The reason we're going this route isn't specifically for sharing content, but it is obvious that it does a good job at it. When saving a node it gives you the option of saving that content so that other sites can access it. It's really hard to explain without actually sitting in front of a Drupal install with it installed. I can say that it does work great, and on top of, with the help of another module, allows for Single-Sign On authentication between sites, which is a must have in my situation. The user tables are shared between sites as well, which can be very nice in larger organizations.

Subscribe to Podcasts

  • RSS All Lullabot Podcasts
  • iTunes RSS Lullabot Podcast
  • iTunes RSS Drupal Voices
  • iTunes RSS All Videocasts

Similar

  • Drupal Podcast 64: Do Nodes Still Matter?
  • Podcast 87: Panels vs Context, The Cage Match!
  • Lullabot Podcast 81: Live from Do It With Drupal 2009
  • Podcast 76: Ubercart and Building the Lullabot Store
  • Podcast 72: Looking Foward to Drupal 7
  • Podcast 71: Chris Messina and Open Identity
  • Drupal Podcast 69: Solr with Robert Douglass and Jacob Singh
  • Drupal Podcast 68: Looking Back and Looking Forward
 
  • Home
  • Services
  • Events
  • Ideas
  • Store

Connect the Bots:

Twitter Facebook YouTube blip.tv All Posts Newsletter
  • Ideas
  • Blog
  • Podcasts
  • Videos
  • About
  • Contact
  • Jobs
  • Services
    • Training
  • Events
    • Training Workshops
    • Other Events
    • Conferences
    • Calendar
  • Products
    • Videos
    • Books
    • Swag
  • Ideas
    • Blog
    • Podcast
    • Videos
  • About
    • Philosophy
    • Team
    • Presskit
  • Contact
    • General
    • Work Inquiries
    • Mailing List