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.
This maybe a silly question but I understand the archive module has been removed from Drupal 5. So what will happen to the archive module in Drupal 4.7 once we upgrade to Drupal 5? will it still work or there is another replacement?
Hi there.
I've just noticed Image attach module is creating new Image node every time the contant (witch the image is attached to) is being updated. How can I update the same image node whan the content is being updated (and avoid useless nodes and files in my libraries).
Is it possible to use the ini_set() function with upload_max_filesize setting in the settings.php file? or do I have to use an .htaccess file? or chat with my host?
Example: default/settings.php
ini_set(upload_max_filesize,'250MB'); // Is this possible?
This is a follow up to the post I made here: http://drupal.org/node/88292 regarding this issue, in that I'm still seeing this problem.
I'm trying to create a static page on a new Drupal installation (I haven't messed or fiddled with the code at all, or customized it in any way). Whenever I create a static page, I get two headings for this page. I've tried a number of different templates (including out of the box ones) and it occurs on them too but I can't figure out what I'm doing wrong.