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'm developing a custom xxx_field module which is used in a custom content-type. I started using a renamed version of the field_example and progressed from there.
The problems is that now that I've changed the xxx_field.install and added my own hook_field_schema(), I still have in the DB the old field_example schema.
I've tried deleting all content and reinstalling my xxx_field module, but the DB remains unchanged. I would not like to go by removing all the fields in my custom content-types and adding them after xxx_field reinstall.
I need to add a ?A to the end of the logo on my page. Because it's a gif image and I want to make sure it will start over when you go from page to page. Where in the code would I do this?
I have a project that I have been thinking about. It would go great with the current module Webform. This is the scenario where it would be used.
In a form, an individual has a question for a number. In the webform there is no such things as a number (other than the validation of it) so there is only text fields.