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

How to Create a Non-Fiction/Fiction Book Content Type?

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.

Different Comment sets for a page based on URL variables

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 page that displays content based on php variables given in the url. Something like www.mysite.com/path_to_page?author=a1&book=b2&chapter=c3 .

Module .install Updates

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?

Thanks,
Mike

Fields Grouping in Image Field

hi,

I am using Image Field in CCK.....

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....

Drupal 5.1 Wizard API Module

I have published a module and some documentation for my company. It's here:
http://www.pre-emptive.net/doco/drupal-5-wizard-api-module

Read rss feeds with credentials

Hi all,

I'm searching a way to read rss feeds with authentication trough Drupal.

I can access this feed using this link with aggregator: http://server.com:8080/feed.rss&os_username=myuser&os_password=mypwd
But in this way, Drupal will use only one credential, moreover the password is in clear text !

I have tried to use the httpauth module but doesn't seams to works neither. Did I use it wrong ?

Any idea is welcome.

Pages

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