Drupal is up and running but how do I ...?

delete update.php?

after a update Drupal version has been completed - should I delete update.php from the root?

just went from RC3 to 4.7.2 - tables Altered ok - it ran sweet - thanks Core Team :-)

acidfree installation problem

hi we have installed the latest filemanager.module from CVS on (drupal 4.7.2)
and all went OK.
we carefully read the installation instructions on acidfree and followed them exately

this is the output (as copied) from HTTP://myhostname/?q=acidfree/test

Is it possible to change textarea name to a name without brackets ?

Is it possible to change textarea name to a name without brackets ?

Currently , the textarea name as seen on html output will be
name= "edit[body]"

Wanting to make it something like editbody as well as at the same time it should be received by drupal validation.

This is necessary for inputs like onclick smili or eot font : eg consider the code

image module install configure cron to clean up temporary upload directory

I tried searching to find the answer... but it might just be to obvious!

I am following the install.txt for the image module and it says to "configure cron if you didn't do so already to have your temporary upload directory cleaned up"

I am an old pro at cron syntax (but brand new at drupal), so that is not the issue, but I am wondering if I am supposed to use a menu option somewhere (like settings or something) or if I am just suposed to add a line to crom to "rm" files in that directory? TIA!

Splitting the forum topic

Hi

From time to time some forum threads on my Drupal site become too long and unfocused. I'd like to extract a branch of comments into a separate forum thread. Is it possible and if it is then how? Maybe some specific forum administration module?

Artem.

Front page and authenticated users

I copied page.tpl.php to page-default.tpl.php. Then I edited page.tpl.php like so

<?php

if ($is_front) {
  include 'page-front.tpl.php';
  return;
}


include 'page-default.tpl.php';
return;
?>

Anonymous users:
They are able to see the content of page-front.tpl

Pages

Subscribe with RSS Subscribe to RSS - Post installation