Webcomics is listed in the modules area but when I went to submit an issue for it webcomics was not listed in the projects dropdown list. That might explain why no requests, issues, etc have been submitted for the webcomics module yet :)
Not sure who can fix this but I think there will be others trying to help Eaton with the module soon and it'd be nice to be able to communicate here at drupal.org
hey, I need to design a web site for a commercial activity which wants to publicize their products online.
I'm currently trying to evaluate the ecommerce drupal module, in particular the products submodule.
What I need is to be able to categorize all products so that different products will be available on their category page.
Can I do this with the taxonomy module or do I need to design my own Database structure with product/category tables?
i am trying to use activeselect in my module. i have a activeselect and a target selectbox in my form but when i change the option in the activeselect, it gives me a 404 error. maybe my activeselect_path is wrong. can anyone show me an example how to use activeselect?
How can I create a node without submitting through a form? I have all the field values. I would like to call a method, pass all the values to the method that will create a node.