Category Archives: Drupal
Configuring Cron Job for Drupal
Some modules require regularly scheduled actions, such as cleaning up log files. You can make these happen automatically by using cron jobs. Schedule a cron job that regularly visits the “cron page”. This regular visit will automatically tell Drupal to … Continue reading
Installing TinyMCE Editor in Drupal
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor. Before you start download the following: TinyMCE module TinyMCE Editor itself maintained by Moxiecode Systems AB Extract the TinyMCE module into the the directory below. This is where the … Continue reading
Configuring Multiple Sites with Drupal
A single Drupal installation can host several Drupal-powered sites, each with its own individual configuration. Configuration Additional sites configurations are represented by creating subdirectories under the ‘sites’ directory of the Drupal installation. For example, the configuration for www.vincentkong.com could be … Continue reading
Drupal Quickstart Guide
Drupal is a free modular content management system written in PHP. Required PHP Extension MySQL $ sudo apt-get install php5-mysql GD Library $ sudo apt-get install php5-gd Installation Download the latest Drupal release from http://drupal.org. $ wget http://drupal.org/files/projects/drupal-6.2.tar.gz Extracting the … Continue reading
My Profile Settings for TinyMCE Editor
These are the settings for my profile: Basic setup Profile name: default Roles allowed to use this profile: authenticated user Default state: enabled Allow users to choose default: true Show disable/enable rich text editor toggle: true Language: en Safari browser … Continue reading