From 72790cc41ffc49b004d8ff6acf315b18d8c865d3 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sun, 20 Feb 2011 08:20:02 -0600 Subject: [PATCH] modified: config.php --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index e2f7863..c09fa30 100755 --- a/config.php +++ b/config.php @@ -136,7 +136,7 @@ define("CAP_ISHTML", 1); // 管理員キャップ啟動後內文是否接受HTML // 功能切換 define("USE_THUMB", 1); // サムネイルを作る する:1 しない:0 // 使用預覽圖機能 (使用:1 不使用:0) define("STYLEBAR", 1); // location of style bar [CSS decoration style for the pages] (top & bottom:1 bottom:0) -define("USE_FLOATFORM", 0); // 新增文章表單使用自動隱藏 (是:1 否:0) +define("USE_FLOATFORM", 1); // 新增文章表單使用自動隱藏 (是:1 否:0) define("USE_SEARCH", 1); // 開放搜尋功能 (是:1 否:0) define("OPTION", 1); // allow options to show up (yes:1 no:0) define("USE_UPSERIES", 1); // 是否啟用連貼機能 [開主題後自動指向到主題下以方便連貼] (是:1 否:0) @@ -155,7 +155,7 @@ define("USE_QUOTESYSTEM", 1); // 是否打開引用瀏覽系統 [自動轉換>>N define("KB", 1); // Kilobytes or Bytes on the image file size display (Kilobytes:1 Bytes:0) define("SHOW_IMGWH", 1); // 是否顯示附加圖檔之原檔長寬尺寸 (是:1 否:0) define("SHOW_FILENAME", 1); // 是否顯示附加圖檔之原檔文件名 (是:1 否:0) -define("USE_CATEGORY", 0); // 是否開啟使用類別標籤分類功能 (是:1 否:0) +define("USE_CATEGORY", 1); // 是否開啟使用類別標籤分類功能 (是:1 否:0) define("USE_RE_CACHE", 1); // 是否使用回應頁面顯示快取功能 (是:1 否:0) if(!defined("USE_XHTML")) define("USE_XHTML", 1); // 是否回傳 XHTML 檔頭讓瀏覽器以更嚴格的方式解析 [僅限瀏覽器支援者] (是:1 否:0) -- 2.39.2