Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.