Drupal

Some problems when install drupal 6 in a subdomain

After install drupal 6 as subdomain at my webserver, I got a message "Internal Server 500 Error"

What I did is to edit .htaccess. Just comment on the following line

Update Drupal core in command line via ssh

I used ssh to update drupal 6.14 to drupal 6.15 this morning. Here is what I did.

1. Remote login to the web server

ssh root@mysite.com

Install Drupal in Ubuntu Server (9.04)

1. Install Ubuntu Server

http://thanhsiang.org/faqing/node/131

2. Install Drupal

3. Configuration of clean URLs

sudo a2enmod rewrite

Work with Ubuntu Commands

Working with Files

• ls: lists files.
• rm: removes files.
• cp: copies files.
• mv: moves files.
• mkdir: make a directory
• rm -r remove directory

Install Ubuntu Server with LXDE

0. Install Ubuntu Server with a light DESKTOP to manage files.

1. download Ubuntu Server Edition 8.10

2. choose LAMP, OpenSSH and Samba to install

3. Install LXDE

Howto Install LAMP on Ubuntu GNOME Desktop to run Drupal

1. Install Apache2

sudo apt-get install apache2

Install Apache Modules

sudo apt-get install libapache2-mod-auth-mysql

Drupal Must Have Modules for a professional website

1. CCK
http://drupal.org/project/cck

cck image
http://drupal.org/project/imagefield
http://www.drupal.org/project/imagecache

cck Media files
http://drupal.org/project/emfield

2. View

css for Chinese and Thai texts: left indentation (first line of each paragraph must have some space)

Add this to style.css

.node p:first-letter {
margin-left: 2em;
}

Play Media files in Drupal 6

The best media file handle is Embedded Media Field module
http://drupal.org/project/emfield

The problem: one needs to modify: zzz_custom_url.inc
to play mp3.

How to display CCK fields in a table in Drupal 5/Drupal 6?

In Drupal 5/Drupal 6 with CCK module installed and activated, you just define your content type, then create a node-content_type.tpl.php file to render the nodes for that content (replace "content_typ

Syndicate content