Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
A bunch of us are starting development of a new genealogical module, possibly to be called simply family. We're just settling on a name at the moment (and sorting out initial schema design etc.) and would love any feedback on people's opinions about the name.
First of all, I know these [blah blah forums] and drupal integration thread has been posted [a number]*10^10000000000 times, but I've searched high and low and can't find a modification to integrate the Drupal and Invision user database together, anyone got any ideas to such mod?
I have inherited a site built with version 4.4.2 of Drupal. I have found a new module (Simple Access) that I would like to install. I am not sure of the historical architecture of modules on Drupal. Has the “format” for modules changed since version 4.4.2 ?
Unfortunately I cannot find old 4.4.2 install files or I would simply build a test site and install the Simple Access module. The other obvious choice would be to upgrade Drupal. But there has been a ton of customization on this site.
I installed the excerpt.module semi-succesfully because when I try step 3 in the 'INSTALL.txt' file, I do not get to see the 'default workflow'. Can anybody help me with this?
I copied the 'INSTALL.txt':
OK, I've got a table in my DB called 'group_members'. This table has 2 columns, 'gid' and 'uid'. I'm using this command to pull the info:
$members = db_fetch_array(db_query("SELECT uid FROM (group_members) WHERE group_members.gid = '%d'", $node->gid));
I want to take all the UID's that it retrieves and output them as a column in a table. I want another column to the right of that with a link that removes the UID (the whole row actually) from the DB.