After reading over http://drupal.org/node/68571 I decided to write a module for use with a client project. So, here's a module that provides a single block with a search form you can filter by a content type.
Modules
This is based off this page http://drupal.org/node/138374 where everyone wanted checkboxes instead of a multi select for exposed filters. I have some custom stuff in there, too.
I'm also putting the spviewfix module on, as it is similar in that id modifies the exposed filters to checkboxes for a specific view. If someone really wants this, we could make an admin interface to tell it what view to do it on.
This module takes information from text files with the format UID-APPID.txt in a specific folder (managed by admin area) and on the cron cycle, pulls that information into a database table, and has a menu item on the user's page that displays that information. There are specific permissions for seeing your own module, and seeing other people's as well.
This module lets you select a field in the admin interface, and when a person is subscribed to a node of that type, and content is created with a node reference to that node, they will get subscription notifications.
I haven't tested this a bunch. Anyone using it?
This module enables you to use Drupal as a front end for creating, tracking, and reporting functional behavior reports.
This is useful in education where as a school psychologist you want to track and report on the behavior of a student.
Example Site: http://www.fbasoftware.com
PREREQUISITES:
Drupal 6.x
Charts Module (http://www.drupal.org/project/charts) (this is for the reports)
Google Charts Module (comes with Charts)
You must create a content type called "student". This will be the content type that when you are viewing it, is loaded with the behavior tracking widget.