O.K., I'm not real sure where to post this.
Just want to know if there is an 'easy' way to find the modules that are compatible with Drupal 7?
Searching modules, selecting compatibility w/ 7.x turns up too many that one has to select to find out if they are stable or still in development.
I've been looking around the forums, and I am a little confused. I have determined that the functionality that I need is in "multigroups". What I can't yet determine is if "mutligroups" is an option for a Drupal 7 install, or if I should downgrade to Drupal 6?
From my searching it appears that multigroups are available in the "cck 3" module, something referenced commonly in the forums, but can't be found in the "Modules" section.
I am new to both Drupal and webdesign, and I am trying to create a custom navigation/menu-bar on which each button is an image. Something like the one at www.apple.com.
My plan is to try to find some example HTML/CSS for creating a menu bar and modify it to my needs, shouldn't be a problem. The problem is I have no idea of how to integrate it into a Drupal theme. Could somebody provide a little help? Where, in what file(s) do I insert the code?
I try to change in D7 a form value after submit with form_set_value in a custom validation function. This works ok with a text field, but with a radio field I get:
Recoverable fatal error: Argument 2 passed to drupal_array_set_nested_value() must be an array, null given
The code: form_set_value($element['und'][0]['value'], 'my_new_value', $form_state);
Am I doing something wrong or is this a bug in D7?
In my attempt to improve my drupal 7 knowledge, I took a drupal 6 module recommender api and am trying to convert it d7 (again this is just for practice). The reason for choosing this module -- relatively small with complex sql statements. Well one of these statements is a bit too complex for me to get my head around (telling of how weak my sql skills are):