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.
Hi, I've made a custom node type for keeping track of movie reviews and have a Free Tagging taxonomy called "Movie Cast" where the names of actors are placed. The default 'maxlength' is 100 (not 128 as stated in the form api's reference) but it is too short for a list of cast members. I want to change the 'maxlength' to 1024.
This is probably something very easy to do, but I've searched high and low for it, and I can't find it.
I need to be able to display the TEXT (in a non-editable format) of an entire PHP file, and I need to be able to do it with multiple pages (so basically, a dynamic function, based on whatever file I request).
I'm trying to develop a module that will also need to present some data in the user's profile. I think I've figured out that I need to use the _user hook, but I cant find anything explaining the variables to be input.
Can someone point me to the tutorial or explain these to me?
Doing a little search for a module to autosave form contents in Drupal (for preventing the loss of data) I found a while ago somebody was thinking about an implementation of such this module (take a look at http://drupal.org/node/25463).
Is there any project to implement this module or a similar one? Or is already implemented?