drupal

CAPTCHA (challenge-response test for Drupal)

homepage
http://drupal.org/project/captcha

download
http://ftp.drupal.org/files/projects/captcha-6.x-2.1.tar.gz
extract
upload to /sites/all/modules

enable moulde
/admin/build/modules
# Go to Administer > User Management > CAPTCHA
# Check "Add Add CAPTCHA administration links to forms." option.

GeSHi filter

homepage
http://drupal.org/project/geshifilter

download
http://ftp.drupal.org/files/projects/geshifilter-6.x-1.3.tar.gz
extract
upload to /sites/all/modules

dowload geshi libarary
http://kent.dl.sourceforge.net/project/geshi/geshi/GeSHi%201.0.8.6/geshi...
extract
upload to /sites/all/modules/geshifilter

enable moulde
/admin/build/modules
check: GeSHi filter
check: GeSHi node

Acquia Marina

Node settings > Author and date > Default
Display author's username: uncheck
Display date posted: uncheck

Links
http://drupal.org/project/acquia_marina

Install Drupal AdSense module

# project page
http://drupal.org/project/adsense

# download module
http://ftp.drupal.org/files/projects/adsense-6.x-1.2.tar.gz

# enable module
Administer > Modules
/admin/build/modules
check: AdSense core

Google Analytics

# Google Analytics
http://drupal.org/project/google_analytics

download
http://ftp.drupal.org/files/projects/google_analytics-6.x-2.2.tar.gz
extract
copy to /sites/all/modules/

# enable module
Administer > Site building > Modules
/admin/build/modules
check: Google Analytics

# add tracking for anonymous user only
Administer > Site configuration > Google Analytics
/admin/settings/googleanalytics

General settings
Google Analytics account number: add UA-XXX nubmer

Role specific tracking settings > Add tracking for specific roles
check: anonymous user

Acquia Slate

Acquia Slate
http://drupal.org/project/acquia_slate

download
http://ftp.drupal.org/files/projects/acquia_slate-6.x-1.4.tar.gz

enable new design
Administer > Site building > Themes
admin/build/themes
Acquia Slate
check: Enabled
check: Default

fix blocks
/sites/all/themes/acquia_slate/block.tpl.php (line 7 and 27)
<?php if ($is_front AND $rounded_block): ?>
<?php if ($rounded_block): ?>

# todo
remove: Posted xxx by admin

URL rewrite (Clean URLs)

# enable path module (Allows users to rename URLs)
Administer > Site building > Modules
/admin/build/modules
check "Path"

# This option makes Drupal emit "clean" URLs (i.e. without ?q= in the URL).
Home > Administer > Site configuration > Clean URLs
admin/settings/clean-urls
Clean URLs: Enabled

Enable Cache

/admin/settings/performance
Seitencache
Caching-Modus: Normal
 
Block-Cache
Block-Cache: Aktiviert (empfohlen)
[Save]

Add extra language to Drupal

# download and extract german language pack
http://drupal-de.googlecode.com/files/de.po.zip
 
# enable locale module
Administer > Site building >Modules
admin/build/modules
check: Locale
 
# install german language
Administer > Site building > Translate interface > Import
admin/build/translate/import
Language file: de.po/de.po
Import into: German 
[Import]
 
# set german to default language
Administer > Site configuration > Languages
admin/settings/language
German: Default
 
 
# Links
http://drupal.org/project/de

Shadowbox

Shadowbox (Drupal Module)
http://drupal.org/project/shadowbox
download
http://ftp.drupal.org/files/projects/shadowbox-6.x-4.1.tar.gz
extract
copy to /sites/all/modules

shadowbox.js (JavaScript module)
http://www.shadowbox-js.com/download.html
check: "Images" and "Flash video (flv files)"
download
extract
create directory: /sites/all/plugins
rename shadowbox-build-XXX to shadowbox
copy shadowbox to /sites/all/plugins/

enable module
/admin/build/modules
check: Shadowbox

enable gallery slideshow

Ddblock

# jQuery Update Homepage
http://drupal.org/project/jquery_update

# download
http://ftp.drupal.org/files/projects/jquery_update-6.x-2.x-dev.tar.gz
extract
copy to /sites/all/modules

# enable
/admin/build/modules
check: jQuery Update

# Dynamic display block Homepage
http://drupal.org/project/ddblock

Download
http://ftp.drupal.org/files/projects/ddblock-6.x-1.x-dev.tar.gz
#old# http://ftp.drupal.org/files/projects/ddblock-6.x-1.0-rc6.tar.gz
extract
copy to /sites/all/modules

# enable
/admin/build/modules
enable: Dynamic display block

# set permissions

Translation

Create Webform in Drupal

# project page
http://drupal.org/project/webform
 
# download
# old # http://ftp.drupal.org/files/projects/webform-6.x-2.8.tar.gz
http://ftp.drupal.org/files/projects/webform-6.x-2.9.tar.gz
extract
copy webform to /sites/all/modules
 
# enable module
Administer > Modules
/admin/build/modules
check: Webform
 
# (optional, disable display post information)
Site building > Themes > Configure
/admin/build/themes/settings
checkout: Webform
 
 
# Site configuration > Languages
# admin/settings/language
 
# Translate interface
# /admin/build/translate/search
 
 
# String contains: 

Install Drupal SMTP authentication support module

# install SMTP Authentication Support
http://drupal.org/project/smtp
 
download
# old # http://ftp.drupal.org/files/projects/smtp-6.x-1.x-dev.tar.gz
http://ftp.drupal.org/files/projects/smtp-6.x-1.0-beta4.tar.gz
extract
copy smtp /var/www/sites/all/modules
 
# install PHPMailer
http://phpmailer.worxware.com/
 
download
http://downloads.sourceforge.net/phpmailer/phpMailer_v2.3.tar.gz
extract
rename phpMailer_v2.3 to phpmailer (LOWERCASE!)
copy phpMailer/ /sites/all/modules/smtp/
 
 
# Configure
# Enable the SMTP Authentication Support module 
Administer > Site building > Modules

Drupal

Drupal
API reference - Drupal 6.0 API

e-commerce suite
http://drupal.org/project/ubercart

HowTo update modules
install:
cumulus
download http://ftp.drupal.org/files/projects/cumulus-6.x-1.3.tar.gz
extract
upload to /modules/
download http://pratul.in/files/cumulus.js
upload to /modules/cumulus
configure:
admin/build/block/configure/cumulus/
Highlight color of cumulus: 000000

WP-Cumulus (3D Tag viewer)
http://wordpress.org/extend/plugins/wp-cumulus/

Instal Drupal (CMS)

# create database
mysql -u root -p 
create database drupal;
CREATE USER drupalo IDENTIFIED BY 'drupalp';
grant all on drupal.* to 'drupalo'@'%' identified by "drupalp";
commit;
quit;
 
# create installation file on your webserver
cat <<EOF> /var/www/drupal-install.php
<?php
# dowload
system("wget http://ftp.drupal.org/files/projects/drupal-6.15.tar.gz");
 
# extract
system("tar xzf ./drupal-*.tar.gz");
 
# move drupal files to current dir
system("mv drupal-*/* .");
system("mv drupal-*/.* .");
 
# configure
system("cp ./sites/default/default.settings.php ./sites/default/settin

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!

Syndicate content