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 written a custom module which tracks my client's customer cases. The case data is stored in a separate database table. I would like to add a comment thread for each case record. What's the approach to implement this? Should the case records be treated as nodes? Is it a matter of adding a corresponding record to the node table for each case?
This morning I’ve been playing around with the weblinks module, I’ve just been trying to find out where the title is defined, the line below appears in 3 different place in the mod. but when I upload the modified version I don’t see the change to the module I’ve flushed the cache and still get this problem…
Are the any other steps that need to be taken when uploading modules
I'm trying to use Gallery2 (G2) with Walkah's gallery.module. I want to install Gallery2 on a subdomain, e.g: http://gallery2.mysite.com, whereas my Drupal installation is in the root directory of the domain, e.g: http://www.mysite.com.
However, when I go to Administer / Settings / Gallery in Drupal. It doesn't seem possible to put a subdomain as the location of my Gallery2 installation.
I'm trying to use the _view hook in module I called "links" (Drupal 4.4.1), but for some reason the function I created(links_view) is not called(I put echo "something" and it doesn't appear). Why it's happening?