Hi. I'd like to create a content type that will create a book, and within that book you're able to add new chapters easily. How can I achieve this? Someone answered simply, CCK... I looked in CCK modules and there are over 30. This is the only content type I have yet to create for my new website Writing Community.net.
I've recently begun developing for a site that uses Drupal, but I'm not familiar with it yet. I mostly just want to know if the following is feasible or not.
I Have a question about how module .install updating works.
If I add code to my module in an update function (i.e. mymodule_update_1) that does an update (adding a DB table or whatever), does this update get automatically run when someone installs my module fresh? Or do they have to install the module then run Drupal's update.php?
My approcah is >>>
I created on custome content "Image Gallery" and added "Image" field in it.... and checked multiple and required so users can upload multiple images
then I want a text field for giving "Title" of that Image....
"Enable custom alternate text" and "Enable custom title text" didnt work....
Adding one more Text CCK field in "Image Gallery" custome content also I dont know how to link those two....
Any pointers??? M Really stuck....