some progress on autotagger.com

Today I found out about the 'node relativity' module that allows you to link nodes in parent/child/sibling relationships.

Views is fairly easily modified to select on a parent/child relationship and I've used that to get rid of the custom php block that I wrote before to make the display of the images that go with a city.

Now I'm still left with a bunch of ugly links from the node relativity module that I'll have to get rid of.

I also noticed that when 'collapsing' a block in the itheme theme the blocks would stay collapsed in firefox. This is really annoying. Upon searching around a bit I found that there was a cookie set with the 'collapsed' state of every block that was set to collapsed, and that a little snippet of javascript is supposed to wipe that cookie whenever you expand the block again. That didn't happen though.

So I modified the javascript a bit to fix the issue and posted it http://drupal.org/node/205560 on drupal.org in case someone else runs in to it.

Theming seems to be drupals weak point, the theme maintainers have issue queues that are several months long, apparently there are absolutely no minimum requirements for being the maintainer of a module.