This is a UK-based collaborative blog for Drupal developers around the world. There is also an associated Drupal news feed available on this page.
Welcome to Drupaler.co.uk
Recent blog posts
- Piping A File In To MySQL
- A concept for limiting taxonomy terms by common fields
- Dynamically changing Views table joins
- Skype Call Recording In Linux
- Look, Drupal 7!
- Updating From Fedora 12 To Fedora 13
- It's Amazing What You Find: Crusty Bits of the Menu System
- Security Releases Don't Work
- The Oxford Comma
- Using Constants For Permission Names: WHY?
Recent comments
© 2010 Greg Harvey. Drupal theme by Kiwi Themes.

For such cases, an ETL like Talend Open Studio would be nice (I can eventually agree that for 4 lines, you doesn't need it, but for other cases like this, go big, go Talend ;)
The first colum in your panel needs an additional class alpha, and the last column an additional class omega. This removes the 10 pixel margins at the start and the end of the grid so it fits nicely.
I'm doing something like the following in drupal 7
db_query('SELECT value FROM {profile_values} WHERE fid = %d AND uid = %d', $profile_field, $uid);But i get the error:
Recoverable fatal error: Argument 2 passed to db_query() must be an array, string given.
Can someone point me out to what i'm doing wrong.
I've used HS -- AFAIK it can't limit the hierarchy widget it controls by the values in *another field widget* which is what I am suggesting here.
And I would still want to same sport name and team name as two separate fields, because that makes for a clean IA.
I feel that the descibed case can be treated by using the hierarchical select module - that however has as a prerequisite that you would consider putting taxonomy terms in a hierarchy as in
"Sport Name"->"Team Name"