Hi i'm a complete noobie when it comes to module development.
I was wondering how do I make the form_checkbox function output the value of the ceckboxes to the body of the node?
thanks :)
Does anyone have any interest in doing a "rate this story" module that would allow a simple 1-10 rating at the bottom of stories and would show the average?
Or does anyone know of an easy way to write up such a module?
I don't know php otherwise I would do it myself. But I'd be happy to get a book and try and hash it out with someone if anyone else is interested.
I would like to write a few custom modules to extend Drupal so that I may use it for a weekly newspaper. If you're familiar with writing modules, I have some questions below and I would appreciate your expertise. I've also listed a few of the resources that I've stumbled upon incase there are others like me trying to figure modules out.
Thanks - Strayhand
Questions:
How many different types of modules are there, and what are the differences?
In the
"Creating Modules Guide" the author walks you through the creation of a block module, however they also mention node modules. What are the differences between node and block modules, and do other types of modules exist?
How do you create a node module?
There is a brief document titled "Writing a node module", however I was unsuccessful in using this tutorial to create a node module. Is there another node tutorial that goes into the same detail as the block tutorial? Has anyone else successfully used this tutorial to create a node module in Drupal 4.4?
How do you create administrative pages for modules?
The block module tutorial (Creating Modules Guide) produces an administrative page, what are the specific hooks/functions responsible for this?
Do I need to create new database tables for my modules?
If so, what's the best process?
Are these the only hooks that I need to concern myself with?