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

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

Clicking back take me to top of previous page

Here's the scenario:

I'm browsing the modules page on drupal.org. When I click on the link for more info about the module it takes me to another page. When I click back on my browser it takes me back to the top of modules page. Then I have scroll all the way down and find the module I was looking at.

query: DELETE FROM page_title WHERE nid = 4 ....Error when updating article....

I'm just wondering if anyone has any idea what this means or how to fix it??

query: DELETE FROM page_title WHERE nid = 4
error:

I write a blog entry and see and error or something I want to change, go back in and edit it then hit submit. That error comes up on a new page and I need to either go back and reload a page or go address bar and nav myself back home at which point it says on the newly loaded page:

* The blog entry was updated.

Pages

Subscribe with RSS Subscribe to RSS - Post installation