I'm trying to develop an application (using Java, XML & XSLT) where I can customize my page. For that I want to use the import module..so how to use that import module
in my application?
There is one thing that I wish the fast upload feature would change... When you upload images with the 'fast upload' tool, it automatically sets the "allow user comments" of each node to "disabled." I would like to set the permission for each node to "read/write." I've searched and looked at the image.module but I'm not familiar enough with the drupal architecture and I was not able to identify where the node sets this permission...
What do I have to change to set the permission to "read/write" by default?
I created menu structure using Taxonomy_Menu , vac.terms using Taxonomy and pages using Static Page option.
When i click on the main menu i get all the pages and when sub menu is hit i get the correct related page.How i can avoid showing all the pages when i click the main menu.When a main menu is clicked only a single page should be selected.