Drupal

I wrote an entry on Konigi about how I'm using Drupal's Taxonomy Module on that site. This is using Drupal version 5.x.

I just discovered you can use prepolate module to select a contact catetgory in a Drupal contact form.

For instance, if you have 3 categories for your contact form and want to pass an url to pre-select category 3, just pass ?edit[cid]=3 in your link, e.g. http://yourdomain.com/contact?edit[cid]=3.

Nice.

Well, it finally happened. I got too lazy to comb through the relationships in the taxonomy I've been using on this site over the years and I've decided to stop creating parent/child relationships. So now I only have the tag clouds. I still separate the facets for subject and people.

I believe taxonomy and thesauri to be useful when describing content for the purposes of browsing, especially to first time users of a system. It makes sense when classifying content in business information systems, reference or documentation content, newspaper and magazine sites, etc. It's useful for CMS with granular levels description. But the level of effort to maintain it over time is significant, and I never really know what the right methods are in Drupal to do things like show links to related tags when browsing taxonomy, or show related links on nodes in this site.

As I see it, I've got 2 problems:

  1. Creation Issue: I want to continue to organically tag as I create nodes. But I also want to create the relationships for each tag I create while I'm creating the tag in Node>Add mode, rather than having to go find it afterward in my non-searchable taxonomy controls.
  2. Relationship Display Issues: I want to better show relationships on both taxonomy pages (see also: synonyms, navigate to: parents) and in nodes (more entries like this, i.e. an algorithmically generated list of nodes weighted to show those containing most of the terms used in this entry).

The relationship creation is painful, though, because by freetagging, I put off the task until some later time--which seems to never come. I don't yet know how I'm going to deal with this growing problem. I've just decided to stop caring for this blog. I'm sure others could care less, but I used to use the hierarchical list of my taxonomies occasionally to survey what I've been writing about. I just haven't found the proper way to what I want in Drupal yet.

For now, all I know is that I have this big-ass tag cloud that becomes more and more difficult to maintain and explore in a meaningful way. I'm not sure how to make better of use of it, without knowing what Drupal modules work best for my needs. It's been a while since I've looked at the contributed taxonomy modules. This might be the kick in the pants I need to go see what good stuff people have come up with for problems like mine.

I screencasted the admin toolbar I use on this site. I've been stripping out as much of the theme areas as possible to make the content more prominent. If I'm logged in, however, I see a mini toolbar at the top of the screen that gives me access to the admin areas I need access to.

To subscribe to the urlgreyhot podcast, head to jibbajabba.blip.tv.

I've talked about Blueprint here in the past because I use it here and on konigi. Fans of Drupal and Blueprint will be happy to hear that Ted Serbinski has released a Drupal theme that utilizes the Blueprint CSS Framework. Keep in mind that this is for fixed-width layouts only.

Among the features announced:

  • normalizes Drupal’s CSS to be consistent
  • properly aggregates all blueprint CSS files into a single file when this setting is enabled
  • put scripts at bottom of page for nice performance gains
  • flexible layout, from 1 to 3 columns, based on where you configure your blocks to show (left, center, right)
  • SEO optimization without the need for heavy modules and additional queries per page
  • better forum icons
  • improved forum display and performance
  • prevents duplicate form submissions with jQuery
  • shows the # of comments below a node since Drupal doesn’t do this by default (usability)
  • highlight any comments by the author of the node
  • adds a “you need to login / register” box below all comments if you can’t add a comment (usability)
  • supports conditional comment subjects, if the setting is off it won’t show a chopped off title of the comment
  • uses CSSEdit comments for grouping of styles

Download the Blueprint Theme here.

Star Rating
33% (9 votes)
View Count
67% (18 votes)
Total votes: 27

This is where the site ended up. I can focus on blogging on that site again, now that I straightened that out.

Konigi

Frankly, I'm tired of working on blog themes and it was refreshing to just strip all the visual artifice out of the skin so that the content came to the fore.

I'm going to be going through a career change in a week, so I expect to be blogging about blogging and interface design with a bit more vigor in the future. I also expect to strip out the design of this site once again so I can concentrate on the content.

Pursuant to that, I also expect that a little case study for how I built the themes for konigi and this site should be warranted. It's been an interesting 2 months living with that original fussy konigi design and ending up where it is now.

Am toying with the idea of stripping all graphic elements from konigi.com to speed up load times, simplify navigation, and make screenshots the focus of the page. If you're a registered user to the site, you may login and use the konigi-1-1 theme to test drive it.

Mollom public beta launches today. This is the web services developed by Dries Buytaert and Benjamin Schrauwen that works to prevent comment and contact form spam. It's been running on this site and konigi for the past several months and works a charm. Check it out.