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.
Has anybody done this? I'd like to have a single table row with an autocomplete field in it for an "invoice" style node, but of course you need to be able to add more than one row.
I have 2 variables (A & B). Multiple A's relate to a single B, and multiple B's relate to single A. Occasionally, I'm going to have to pull a list of B's when given an A, and sometimes, I'll have to pull a list of A's when given a B. I'm trying to figure out the best way to setup the table. I think this way would be the easiest for future queries, but I'm wonding if it will end up being too big when I have a few hundred B's and maybe 1000 A's (meaning there would be up to 1000 rows. What do you guys think?
Has the Email Page module ever been upgraded for use with Drupal 4.6? I would really like to implement this module but haven't been able to find a 4.6 version. Does it even exist?
I'm brand new to the CMS game. I run a number of sites. Because I'm very busy, I'd like to be able to focus on entire day or two and develop a large body of articles for one site. I'd like for Drupal to add a few articles on a daily basis. The idea is to have a slow and steady site with fresh content added daily. I do not have the time to add one article a day to every site I own. I'd never get anything else done.
Is there a known module/plugin/whatever you call it in Drupal's language that could be easily setup to handle delaying my articles?
I created a Module that connects to a progress DB and queries the DB given values from a form on my module. I have a config.inc file which has my Data Source Name information (since I am connecting to the DB through ODBC) and also have queries to be executed by my module. When I call my module functions which execute my queries I get my results but at the bottom of the footer page I keep seeing this error:
"GetRegValue(): Unable to RegQueryValueEx() The system cannot find the file specified."
Dear Drupallers,
I would like to disable the users from editing their usernames and other specific fields in the profiles module.
Does anyone have any tips for doing this? I would appreciate any help and thanks in advance.