Just looking for some feedback about the best way to approach this problem.
I am using the image.module to keep groups of photos together. In essence (if my understanding of Drupal is correct) this attaches a specific taxonomy (admin defined) to all nodes of type image. Then a specific term from that list is chosen for each photo. In my case, the terms are the names of the "album" that the picture belongs to. What I am trying to tackle is this:
Hello, I'm developing a Drupal 4.6.2 based site for an educational organization, we will have students and teachers from universities in several countries.
I know how to create new node types and for this project I will create a couple of "base" node types (university and country) that should be used by other node types, so the administrator can add new universities and countries as needed.
I'm brand new to Drupal, after about 4 years of PostNuke.
One of the features that is super cool in Drupal, and one I would have written for my PostNuke sites if I were not making the switch is the drop down menus, and just to be sure we're on the same page, I mean the menu options you click on that then roll down more directly underneath.
I'm going through the docs now. I've been through modules developer guide, but maybe I missed how you make one module a 'sub-module' of another.