Administration menu 管理下拉菜单模块安装

下载地址: http://drupal.org/project/admin_menu

Drupal 6.X 安装

Drupal 7.X 安装

Domain Access 模块的安装

Domain Access modules(域名访问控制模块) 首先你要阅读一下快速安装文件(INSTALL_QUICKSTART.txt)

一、把下面的代码放到 settings.php 里面;

/**
* Add the domain module setup routine.
*/
include DRUPAL_ROOT . '/sites/all/modules/domain/settings.inc';

二、在 Admin --> Modules 启用 Domain 模块了;

三、设置子域,将 *.example.com 解析到你的Drupal 站点;

这样就可以实现:

http://ormosia.com

http://www.ormosia.com

http://drupal.ormosia.com

Syntax highlighter 模块安装 高亮显示代码

一、下载模块: http://drupal.org/project/syntaxhighlighter

二、解压上传至 sites/all/modules 文件夹下 (sites/all/modules/syntaxhighlighter);

三、下载 Syntax highlighter Javascript library 下载地址 http://alexgorbatchev.com 将 syntaxhighlighter_3.0.83 解压文件包放到sites/all/libraries/syntaxhighlighter_3.0.83 ;

四、启用 syntaxhighlighter 模块;

五、配置模块 admin/config/content/syntaxhighlighter 在文本过滤中启用此功能;

Ckeditor 模块安装

一、下载 Ckeditor 模块 http://http://drupal.org/project/ckeditor ; 下载CKEditor包 http://ckeditor.com/download

二、解压drupal ckeditor 模块上传到 sites/all/modules/ckeditor;将CKEditor包上传到 sites/all/modules/ckeditor/ckeditor ;

三、启用 CKEditor 模块

Subscribe to www.ormosia.com RSS