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.
Is there any planned support for image module and 4.6? I ask because I find no reference to it, which is perhaps essential for drupal. The present version (4.5 cv) is one of the few to break drupal.
I want to design an output filter that converts external URLs in all nodes to a format like "/exit.php?go=$URL", where exit.php is a PHP script that maintains statistics on what external URLs my visitors go to.
I looked at filter.module and it seems the HTML/PHP filters are all built in. I don't want to patch the filter.module though, if it can be avoided. How would I go about designing such a module? Where do I need to plug in?
Would anyone see a benefit in the creation of a module that automates the process of installing modules?
Every time i need to add a module I go about the the same process, and it seems like there is already a standard "packaging" that each module must adhere to, so why not automate this process with a module?
Almost all modules (that require more than drag-drop) include:
directory: /
db script: .mysql (sometimes a .pgsql --- this could be handled too)
module: .module
---
etc: some other stuff that I don't care about.
I'm running an intranet site on v4.4 which mainly uses Drupal's CMS capability. We've just been assigned a task to extend this site to a near full-blown intranet site. The first thing in order is to create a meeting room booking system. I was thinking of using a calendar's month-view as the main interface where users can see all the booking in a bird's eye view; then zoom in to a day where the actual booking is made.