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 am trying to implement a tiny module which will run a server-side program through shell when a new node is created and a pdf is attached to it. Suppose that the command line program is a linux one which makes some modifications and produces a new pdf. I want the new pdf to be saved/attached in the node rather than the initial pdf that user uploaded.
I have tried to implement some hooks like file_save() with no luck.
First, let me say that I do not speak English well (I'm french), thank you for your understanding ^^"
I am having a very annoying problem when I make a ajax call (#ahah) : during the call, during the time during which the little blue circle appears to announce that data loading is in progress, all my page is shifted, and it is very ugly.
Hi, I'm using Drupal 6.26, soon to be upgraded. Till then, I'd like to know how to add a gallery to the browse drop down part of image assist. There are a couple of small pictures I often use as links, and this would help. I already created a gallery in Administration>galleries; but don't know how to make it show up where I want. Thanks in advance.
As per my understanding, using deploy and Services 6.x-2.x we can deploy the staging content to the production site. My task is to use Services 6.x-3.x instead of Services 6.x-2.x to deploy content on staging. But deploy module does not support Services 6.x-3.x. Do I need to create any new module?