Dies ist eine alte Version des Dokuments!
Separate this page into Drupal tips, Dokuwiki Tips and Webadmin Tips
Tips and Howtos for installation, update and modifications on web based applications. Targeted mainly for a LAMP system.
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.
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)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
This paragraph is obsolete!
Download tinymce module and follow the instructions in INSTALL.txt and optionally at the Drupal Handbook
Notes:
Views exporterSee Dokuwiki Tips
Webadmin is a simple Web-based file manager (with text edit function).
I tweaked the text editor part to suit better to my requierements. I needed:
The following steps are required:
Serarch for „charset“ and replace all charsets to UTF-8
textarea an replace
from off to on
case: edit and 
Possible untested alternatives to webadmin are ide.php, Ve-EDIT, codepress, ecco
Search („web based“ OR webbased OR „web-based“ OR online) AND 1) editor OR ide)