Drupal .htaccess rewrite 規則分析
http://hdwong.com/articles/drupal_rewrite.html
Drupal 默認通過 apache 的 mod_rewrite 來實現 Clean URLs 功能,大家可以打開根目錄下 .htaccess 看到關於 mod_rewrite 的規則,下面我們來分析一下 Drupal 的 rewrite
GE極意資訊所使用的模組:
Administration Menu 6.x-1.1 Renders a menu tree for administrative purposes as dropdown menu at the top of the window.
動態的管理列表,以方便管理。
SMTP Authentication Support 6.x-1.0-beta3 Al
本站Drupal升級步驟(建立另一個drupal網站,測試沒問題才上線):
一、關閉網站及相關模組佈景:
1下載新drupal程式。
2登入後將網站設為離線。
3將所有已選用之非核心模組關閉。
4切換回(預設)核心版型,如Garland 或 Bluemarine。
二、舊網站為drupal65,建立新網站:
1將新drupal程式解壓縮至新目錄drupal66
聊聊水滴Drupal的檔案結構
原文出處:http://hanamitsuki.com/drupal/ch1-1-file-layout/
2008-10-07 下午 12:58, 1,225 views
因為喜歡自己摸,所以一開始很笨地,把下載的module都丟到modules資料夾。因為之前的習慣都是這樣,component丟到components資料夾、module丟到modul
Drupal API的Dreamweaver擴充套件
原文:http://hanamitsuki.com/drupal/drupal-api-extension-for-dreamweaver/
今天發現了一個不錯的東西,如果你是用Dreamweaver來coding的話,又是Drupal的使用者(不知這兩個條件都成立的人多不多),這玩意兒還滿不錯的噢!雖然幫不上大忙,不過,會在你輸入
讓 .module 在Dreamweaver也能有php色彩標示
週二, 2008-09-16 15:24 — hanamizuki Table of Content
原文在這邊:http://hanamitsuki.com/drupal/graphical-preview/
我慣用的軟體是Dreamweaver,主要是因為他可以和指定FTP同步,檔案系統和程式碼畫面也很舒服,所以雖然肥
為什麼頁面計數器無顯示,熱門內容也是空的…
真是豬頭,查了一下,原來是沒有啟動計數功能。
Administer » Reports » Access log settings
管理 » 報告 » 日誌記錄設定
Settings for the statistical information that Drupal will keep about the site. See site
使用模組counter以統計網站
1.下載Counter 6.x-1.2
(This module used for displaying a Site Counter, Unique Vistor and Client IP.)
2.管理 » 網站建置 » 模組 » Counter,啟動模組
3.管理 » 網站設定 » Counter settings ,一般使用預設值即可
一次啟動多項模組後就掛站了。
顯示錯誤訊息:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 98304 bytes) in \drupal64\modules\views\plugins\views_plugin_display.inc on line 867
解決方法:
使用Administration Menu,方便管理員管理。
1.下載模組:Administration Menu 6.x-1.1
(Renders a menu tree for administrative purposes as dropdown menu at the top of the window )
2.啟動模組後,在網站上方即可看到管理的menu tree。