Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
Just a friendly warning, do not use updates (and I am told manager) as a module names.
These are special names in Apache and the module will not work if you have clean url's turned on (you get a Page forbiden message).
I found this out after developing a module called updates on a win server and then installing on the real site.
Three cheers for search and replace :).
For example, a 3-day conference. Can this be done with the Events module? I would like my calendar to display a block of a "weekend event" in a certain color, and that color be associated with a particular node.
I keep going over and over the Handbooks Module Guide's explaination of the node building mechanism. Nothing seems to match anything in the present Drupal system.
I want to modify the "Browse files to dowload" text in Filestore2. There are three occurances of the text in the code. I have marked each one. But when an anonymous user surfs to the page there is another unmarked text title at the top. Where is this text hiding?
I've got my first module working now.
I want the user to enter a number in a form field. The only field I see to use is form_textfield. But I don't want to save the value as a string, I want to save it as an int.