What would you say to Gallery Remote support for Drupal's built-in image.module galleries? I put together a module that implements the Gallery Remote APIs, allowing Drupal to pretend to be the Menalto Gallery application, using Drupal's native storage and management of images.
I've looked hard and the doesn't seem to be one (which surprises me) so I'm going to be working on one as I need one for my site to keep it suitable for all ages. I'm happy using PHP and I'm getting there with Drupal. This will be my first module so and feedback would be greatly appreciated.
Here's my current thinking (it may not be the right option):
1. Administrator enables filter module
2. Administrator adds words to the filter which are removed any time they are met when a person adds a comment or a node to the site.
I installed Drupal and it was all working smoothly until I downloaded and installed the forms module and the survey module. Now I get this when I attempt to connect in the browser
Fatal error: Call to undefined function: forms_load() in /Users/rdecker/Sites/drupal/modules/survey.module on line 146
Hi.
I'm running drupal 4.6 on W2000 and just installed filemanager and attachment modules. I can upload files normally, however can't figure where can I get the path filemanager used to store my files. If I use node_load(...) get an array called 'attachments' (along with the rest of node data) with a 'filename' key but it only contains the actual filename and not the complete path.