Hi every body, i know how to make a module with a node . However, how can i make a module with many nodes ? For example, i want to make a module company with 7 nodes (buy,sell,news,fake news,..). All nodes will be presented in the same page like tabs. How can i do that ? Thanks for your supporting.
I am having issues with the Thickbox module not correctly opening images that have filenames with spaces such as: my file here.jpg.
Unfortunately users on my site upload files with spaces and I really don't have control over that I think, or is there some type of way I can fix this so that it works?
I'm using drupal for my project and experiencing some problems with hook_form.
Basically, I've written the hook_form, it displays ok, but when I do "preview" custome form fields are not accessible through $node. I've tried to add a new field with CCK, and that field is attached in the $node. Should I do anything to make those custom fields to be accessible through $node?
I am new to Drupal module development, and am creating a new product type for the E-commerce module. My module has a date associated with it, but I do not want to use the form field type 'date' for two reasons. First, I must be able to leave the date blank and the stock date field does not let me do that. I know that Betterdate will do this, which brings me to my next reason. I don't like using dropdowns for date.