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.
I am building my first Drupal site and have a question. I have added the contact form and it functions correctly, but where is data stored? I operate typically in a SharePoint list environment so accustomed to viewing the list to query or view any needed information. In this case with Drupal, I cannot locate how to access any of the form information. Any help would be apprecaited.
Hello,
I've a custom module with a custom content type, with the field defined below. It has a allowed_values_function, so I can specify the option for this selectbox. But this function is not called when I add new content. Even worse, I don't see the category field.
I have some sites in multisite, same code for all of the sites. I want to create a page programmatically with a script php. It worked when i use 1 core per site, but in multisite its not working, databases problems.
i installed 2 websites (multisite), and i want to programmatically synchronize some content from the first website to the other. For example, i'm creating a basic page on the first one, i want that the other website create this basic page if he has not it. I did this code :
I have a feature on a site I'm working on where it would be easiest to add an extra field attribute (along with alt and title) to the image field. Ideally a select list with a few different options (think categories for the uploaded image). Doing this goes beyond the scope of what I'm *used* to doing within Drupal.
Can you point me in the right direction on where to look in order to accomplish this, or if you're familiar with a pre-existing module that might already accomplish this, that would be awesome as well!