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.
I have been trying to find a way for a long while to mass import images in Drupal 4.7. Since my image sites are commercial, I need to find a secure and efficient way of doing so.
What would be the best way to mass import .jpg files and create them as nodes (also creating the appropriate taxonomy terms) with Drupal 4.7, any modules you guys suggest me?
I'm looking for a Drupal module for logging phone calls (e.g. who placed the call, what was the time, what was the outcome etc). Does such a module already exist? I've looked through the drupal website and through the CVS archive and I can't find anything. If nothing exists then I'll create a new module.
I have a very stupid question. The node_access table has a field "realm" that determines what access method to use.
Why does Drupal have difficulties in dealing with different access modules? It should only use the module that belongs to the specified realm. Theoretically, one could have 200 different access systems. But why only theoretically?