This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Event module - events that last various days

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.

Thanks!

Need a new explaination of Node building mechanism

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.

Where is that title text hiding?

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?

Some where in the database probably? But where?

numeric values in forms?

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.

If I do this in the hook_form:

$output .= form_textfield(t('Quantity'), 'quantity', $node->quantity, 60, 128, NULL, NULL, TRUE);

I think it expects 'quantity' to be a column of type string.

Filter / Input Format Module

Hi All:

I'm developing a filter module, and I can't get it to apply to all output. It appears to only apply to items as they are entered. If I make a change in the module, it won't show up in existing items but will when I enter new ones. Is this the way the system is supposed to work, or is there a way to filter all output?

Simpsons Quote Module

I just found this cool plugin for wordpress and was hoping someone here could turn it into a drupal module... or point me in the right direction to figure it out for myself.

http://phunky.co.uk/simpsons-wp-plugin/

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions