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.
On a site with a lot of content additions/changes and a lot of users the number of tasks to be executed by cron.php can be quite substaintial and can take some time to complete, which in turn can hog way too much CPU time. Just wondering if it would be possible to configure throttle.module so that you are able to control how much CPU time cron.php takes up on the server when executed?
Using Drupal 4.7 RC1 and downloaded Views module. WHen trying to save a new View I get an error about page_footer, page_footer_format, page_empty and page_empty_format not bdeing defined in the view_view table. It was not in the views.mysql script. Is this an oversight or is it b/w versions? I thought that I read the released version will work with RC1, am I mistaken?
How can I change the date in the forum listings under Last reply as: 3 hours and 23 minutes ago by username
Can i change this line in a normal date, like this: 10-04-2006 14:33 by username
Is this possible? Where can I find the line where this is formatted?
And how do I make drupals search function also search in the forums?
Dear friends,
I am using drupal-4-7-0-rc2 and I installed "image_assist" module. My question is if is necessary to install "image" module too??
I mean, this two tools must be work together or "image_assist" module works along in this new version 4-7-0-rc2 ??
I'm new to Drupal and have been learning about it for a few weeks. I have made a test site where I installed Drupal in a subdirectory with a multi-site configuration. My goal is to have an installation which will not interfere with existing site files/applications and is able to host multiple sites. I have a test site up and running, but the problem is that I cannot get clean url's to work.
When I remove the install directory from base_url, all links are OK (e.g. www.example.com/admin), however the theme is no longer applied, since all links to theme files are missing the install directory (e.g. src="/themes/bluemarine/style.css" instead of "/drupal/themes/bluemarine/style.css"). So either my href="" have an extra install directory or my src="" is missing the install directory. Uncommenting 'RewriteBase /drupal' in htaccess only makes things worse.