Drupal

Oct 22 17:22

ModuleInfo

I enabled ModuleInfo. It's very simple and very cool. Now each enabled module on my site has an information link that tells me all about the module and where it's being used.

Oct 22 15:24

Admin Role

I enabled the Admin Role module today. This module is supposed to allow the user to assign all permissions to a specified role.

Unfortunately, the module had some issues with 6.5, such as assigning all permissions to the wrong role, or not assigning them at all. As you can probably imagine, it was pretty frustrating and disturbing.

I have an issue posted on drupal.org, so we'll see what happens. I have disabled the module until the issue is resolved.

UPDATE:

Oct 20 22:48

admin_menu

I enabled the admin_menu module. It was very easy to configure. I removed the Administration menu items off of the Navigation menu so they weren't in two places, which would have defeated the purpose of installing the module in the first place.

One thing I'll need to remember: Re-enable the Administration menu items in the Navigation menu when the time comes to do a Drupal version upgrade. Otherwise, after I disable all contrib modules I'll be left without an admin menu at all. That would suck. Five bucks says I'll forget to do that...

Oct 14 23:42

New Modules

Drupal Chix has a thread going right now about Labor Saving Modules & Tips. MiriamNZ posted a comment about the modules she finds useful. Included were:

Oct 14 23:30

Upgrade to 6.5

Upgrading from 6.4 to 6.5 was pretty easy. Just follow the Upgrade.txt instructions and use SimpleScripts to perform the upgrade and Voila!

Nothing seems to have broken.

Oct 09 23:00

Menu Item Craziness

From what I can tell, I can't make a content type created in CCK a menu item.

For example: I created a content type called Book Reviews that I wanted to link to in the right nav menu. From what I can tell from the Drupal documentation I can't do this (well maybe using Views?).

But if you look to the right you'll see a "Reviews" section there. How did I do this?

  1. Create a vocabulary in taxonomy called Reviews with "Book Reviews" and "Movie Reviews" listed as terms.
  2. Assign these new vocabularies to each book and movie review.
Sep 25 19:59

Taxonomy and CCK

I've just learned something potentially annoying about Taxonomy and CCK. It seems that if you create a new content type using CCK, you need to go into Taxonomy and manually assign the content type to the corresponding vocabularies in order to use Taxonomy in the new content type.

I can see why this would be the case, but if I have new content type that I want all my vocabularies to access, it gets quite tedious. A 'select all' function would be nice.

Maybe the point here is to create specific vocabularies for specific content types. I'll have to continue to think this through.

Sep 13 18:12

Taxonomy in Drupal 6

I'm trying to grasp Taxonomy as it applies to Drupal. I'm using this entry to test faceted tagging.

According to Drupal 6, by David Mercer,

Facted tagging uses a bottom up system of classification, where facets or properties of the content are described by the terms.

Sep 13 18:08

Drupal 6, by David Mercer

Virginia is going through Building powerful and robust websites with Drupal 6, by David Mercer, from cover to cover and is using this website as a test site and me and Alpha as test users.

While this book is a general resource for beginners, so far Virginia is very happy with it because right now she IS a beginner in need of a general resource to get the hang of this.