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

multiple bolgs with seperate adresses

I have installed my drupal and it's running well, but i would like to create multiple blogs with seperate addresses like mysite.ee/user1
musite.ee/user2
and so on
How can i do it?

Pre-login screen modfication.

Hey,



I am starting to get the hang of things now and have found all the previous help very good (response time was great, answer was clear and concise - thanks mathias!)



So my next question is:

Four questions for anyone who can help (esp. experienced drupal admins)

Hello,



I have a couple of questions I have been unable to answer (completely) by searching the documentation, forums and mailing lists.



I am running Drupal 4.3.2 on the Apache web server interfacing to a PostgreSQL database.



My questions are:

static html content with drupal

Hello -

I would like to have just some static HTML content my site that is not rendered or messed with by Drupal. Permissions are not a concern (i.e. I don't mind if everyone can see this content)

I found the following forum links:
http://drupal.org/node/view/5055#7785
http://drupal.org/node/view/5022

But they didn't really answer the question I have, or at least I wasn't able to figure it out.

htmlarea for drupal 4.3

I have drupal 4.3.2
After installing htmlarea 3.0 and following all instructions I get the following message

Fatal error: Call to undefined function: form_button() in /usr/local/www/html/prop/modules/htmlarea.module on line 32

when trying to get to html administration area

Any idea to fix this?

Thanks

How do I make list of users link to blogs in cust. block?

This is a custom block I wrote. How can I make it then when you click on the persons name you are taken to their blog?

$TmpUser = "";
  $result = db_query("SELECT name FROM {users} ORDER BY name");
  for ($i = 0, $max = db_num_rows($result); $i < $max; $i++) {
    $UserName = db_result($result, $i) . '<br>';
    $TmpUser = $TmpUser . $UserName;
  }
  return $TmpUser;

Pages

Subscribe with RSS Subscribe to RSS - Post installation