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.
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.
Hey... I'm still very new to Drupal, but I've seen others who have used it. I've seen a web links module that lets users submit their favorite links to a central list the same way they submit stories, and other content. I'm not seeing a module here for that... just different variations of links within stories and content. Anyone know of such a thing?
Hello,
I work for Userplane and we recently completed building a module that allows Drupal sites to add our Webchat app. The trouble is I am having problems finding out how to submit this to the modules section of the site. If someone could point me in the right direction that would be great!
Our association is working in a project to aggregate blog from local bloggers.
In order to generate tags automatically we look at www.tagcloud.com. Mmmh interesting they are using yahoo web service to get keywords. What about adding this feature to our site? In Drupal of course.