Blogs
Illegal choice error in Views exposed filter of user reference field using a view of Organic Groups group members
Wow, how is that headline for a bunch of Drupal gobbledygook jargon?
To break it down, I have a content type with a cck user reference field.
That field's options are populated by the results of a view.
That view builds a list of users who belong to the same Organic group as the active user. It has a argument that supplies the user's group by default. That works fine because users can only belong to one group on this site.
But anonymous users don't belong to groups, so no results are returned.
Adding a group chat to Drupal
I was recently asked to add a chat module to the community section of the website of a major disease research foundation. I had built the site as a subcontractor for one of my main clients.
We started looking at Drupal native chat modules, and followed this routine:
Make a module use a custom node template
On my list of 2010 New Year's todo's, not necessarily resolutions, is to start a blog here. So let's jump right in.
I wanted to have better search for a new project I'm working on, but I'm not quite sure I need apache solr yet. So I found a Drupal 6 version of the Fuzzy Search module and started playing around.
One nice thing that any search should have is results that show why the item is a result. Fuzzy Search needed this, so I started tinkering.
