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

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;

How do I create forums like here in Drupal.org?

How do I create forums like here in Drupal.org? I tried creating multiple vocabularies of type forum, but only one of them appears. I'm thinking this is a taxonomy issue ....

Error in every articles node_counter - problem and solution

I was having a problem on my site. Where users would have no errors. But when I logged in as administrator, I would get:

user error: Can't open file: 'node_counter.MYI'. (errno: 145)
query: UPDATE node_counter SET daycount = '0' in /home/tfiske/public_html/includes/database.mysql.inc on line 90.

I used my ISP's MySQL database tools to find out my node_counter table had 'crashed'. Doing a 'repair' fixed everything. And now the site counters work.

Just wanted to share with everyone else, since when I did a search on node_counter I couldn't find anything.

Pages

Subscribe with RSS Subscribe to RSS - Post installation