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

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.

How to ping other sites & a safe_mode/time_limit issue

Hi there,

I've got a Drupal 4.3.2 installation up and running. My provider has a recent PHP-Installation under Apache 1.3.xx with Safemode enabled.

First question: is it possible to patch the ping.module in a way, that it pings other directories (like blogg.de e.g.) than the predefined ones? If so, what do I need to change to make it work? Has perhaps some kind reader a working real life example out there and would be so kind to share it with me?

Disable Author and Time stamp from Administration

I am using Drupal 4.4.x CVS. I like that now in comments you can disable the viewing/rating options. Is there a way to disable displaying the name of the author and time of the post from stories and blog entries from the Administration interface? I can do that from the theme, but I'd really like to have something like that in the admin ui. Two author-time related features I'd like is: 1. ability to disable author/timestamp for original author of a blog/story/book page post and 2. have the author/timestamp in the comments made to the said blog entry and stories.

Pages

Subscribe with RSS Subscribe to RSS - Post installation