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.
hello, I'm trying to create a new module for drupal, but I can't find in the handbooks how drupal works.
My project isn't a simple new node type, I need the hability to insert diferents types of information, and, process it in a certain moment.
I can't understand how the functions in the module file are called, or what happens when, for example, the settings form of my module (created by the settings hook) is sent. Who cares about the information? This is applicable to any form... ok, I can create my form.... but... what happens when click the "submit" button?
Hi everybody
I'm pretty new here but I installed drupal 4.7 beta last friday. I think it is a great product and I got a lot of modules working. The image module only doesn't seem to work. I can upload images (they are in my files\temp directory) but the image won't display. Is see a small "broken link image" with a red cross in it.
I've configured Forums. When ever i click Forums link from main menu item, i am seeing Blog item in the posted threads. Please let me know how to seperate these two and make appear individually when user clicks on Blogs & Forums from menu items.
hi
i'm new to drupal. i install drupal 4.6 . now i want to add new node . how to do this pls help me . i want to add new html page . and some block also.
thanks.
Ram.
I looked for quite a while and couldn't really find anything (so sorry if this is irrelavent now, or already been reported).
When a user is deleted, their blog nodes remain. But instead of showing the blog, it has no user to map up to, and then shows n/a. A simple "select * from nodes where uid not in (select uid from users)" will show you which nodes have no user and should thus be deleted, but I would assume something like that should be in the module itself.
Once again, sorry if this is posted in the wrong spot, but I was confused as to where else it should be posted.