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 Timezone
Views
& Views UI
Date: Date Content: Datum (field_datum value)
Node: Title
(remove date field)Content: Datum (field_datum value) asc
Node: Title
Content: Datum (field_datum value) Short
Node: Published Yes
Date: Date Content: Datum (field_datum value) >= now
README.TXT
of the Module Administer → Modules
fckeditor access
permissions for user with story/page write access (eg. self-created role authors
) and authenticated users
Administer → 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 HTML
FCKConfig.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/updates
drupal/admin/settings/site-maintenance
drupal/admin/settings/site-maintenance
mysqldump –default-character-set=utf8 –user=<user> –password=<pass> –opt <dbname> > dbbak.sql
drupal/admin/build/themes
drupal/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-x
register_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 exporter
This paragraph is obsolete!
Download tinymce module and follow the instructions in INSTALL.txt and optionally at the Drupal Handbook
Notes: