See project/webform
Check
All is done on Drupal 6.9 / information source (screencast) / General info
Content (and optionally Number, Option widgets & Text for later usage)Calendar, Date, Date API & Date TimezoneViews & Views UIDate: Date Content: Datum (field_datum value)Node: Title (remove date field)Content: Datum (field_datum value) ascNode: TitleContent: Datum (field_datum value) ShortNode: Published YesDate: Date Content: Datum (field_datum value) >= nowREADME.TXT of the Module Administer → Modulesfckeditor access permissions for user with story/page write access (eg. self-created role authors) and authenticated usersAdminister → FCKeditor, allow authors to use the advanced profile and optionally authenticated users to use the default profileAdminister → Input formats Filtered HTML the default format<p> <br /> to the list of allowed HTML tags in Filtered HTML Full HTMLFCKConfig.ProcessHTMLEntities = false; to the file /sites/all/modules/fckeditor/fckeditor.config.js (Source: REAMDE of fckeditor drupal module)The image module is easy to use and allows to add one image per node. See Attaching images to other nodes.
Update: It seems to be better to select the default language at installation (Drupal 6.9) — 2009-01-19
This refers to Drupal 6.2:
Some modules need to be triggered periodically. This is done by calling the script /drupal/cron.php with lynx. Therfore add a hourly conjob. With Slackware this is achieved by simply creating and making runnable /etc/cron.hourly/drupal whith the following content:
#!/bin/bash lynx -source http://localhost/drupal/cron.php
drupal/admin/reports/updatesdrupal/admin/settings/site-maintenancedrupal/admin/settings/site-maintenancemysqldump –default-character-set=utf8 –user=<user> –password=<pass> –opt <dbname> > dbbak.sqldrupal/admin/build/themesdrupal/admin/build/modules and save it into drupal.new/MY_MODULES (to reuse it for later updates)drupal/admin/reports/updates
drwxr-sr-x instead of drwxr-xr-xregister_globals being illegally on. You can check this by creating a file containing „<?php phpinfo(); ?>“ inside the drupal directory on your server. You can switch to PHP5 by adding the line „AddHandler php-fastcgi5 .php .php5“ to the file .htaccess in the drupal directory.Obsolete instructins for drupal 5.2:
@localhost in the SQL statement mysql.user.Host)Views exporterThis paragraph is obsolete!
Download tinymce module and follow the instructions in INSTALL.txt and optionally at the Drupal Handbook
Notes: