From ce43d1d8f1f8b8227dc727c123a5c0fa765a28ed Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 2 Mar 2011 11:38:11 -0600 Subject: [PATCH] modified: config.php modified: yotsubanome.php --- config.php | 4 +++- yotsubanome.php | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config.php b/config.php index 06341fb..32a76a7 100755 --- a/config.php +++ b/config.php @@ -149,7 +149,7 @@ define("USE_THUMB", 1); // サムネイルを作る する:1 しない:0 // 使 define("STYLEBAR", 1); // location of style bar [CSS decoration style for the pages] (top & bottom:1 bottom: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("OPTION", 0); // allow options to show up (yes:1 no:0) define("USE_UPSERIES", 1); // 是否啟用連貼機能 [開主題後自動指向到主題下以方便連貼] (是:1 否:0) define("RESIMG", 1); // レスにも画像を添付できるようにする 添付可能:1 添付不可:0 // 回應附加圖檔機能 (開啟:1 關閉:0) //++++define("RES_MARK", '…'); // レスの頭に付ける文字列 @@ -163,7 +163,9 @@ define("ALLOW_NOCOM", 1); // 本文省略時拒絶する する:1 しない:0 define("DISP_ID", 2); // IDを表示する 強制:2 する:1 しない:0 // 顯示ID (強制顯示:2 選擇性顯示:1 永遠不顯示:0) define("CLEAR_SAGE", 0); // 使用不推文模式時清除E-mail中的「sage」關鍵字 (是:1 否:0) define("USE_QUOTESYSTEM", 1); // 是否打開引用瀏覽系統 [自動轉換>>No.xxxx文字成連結並導引] (是:1 否:0) +//++++---- 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) diff --git a/yotsubanome.php b/yotsubanome.php index 0b94d01..b73a161 100755 --- a/yotsubanome.php +++ b/yotsubanome.php @@ -175,6 +175,9 @@ function updatelog($resno=0,$page_num=-1,$single_page=false){ } } + //++++---- Page 0 bug fix + if($tree_count==0 && $page_end==-1) $page_end = 0; + //++++---- // 預測過舊文章和將被刪除檔案 if(PIOSensor::check('predict', $LIMIT_SENSOR)){ // 是否需要預測 $old_sensor = true; // 標記打開 @@ -189,9 +192,6 @@ function updatelog($resno=0,$page_num=-1,$single_page=false){ $PMS->useModuleMethods('ThreadFront', array(&$pte_vals['{$THREADFRONT}'], $resno)); // "ThreadFront" Hook Point $PMS->useModuleMethods('ThreadRear', array(&$pte_vals['{$THREADREAR}'], $resno)); // "ThreadRear" Hook Point - //++++---- Page 0 bug fix - if($tree_count==0 && $page_end==-1) $page_end = 0; - //++++---- // 生成靜態頁面一頁份內容 for($page = $page_start; $page <= $page_end; $page++){ -- 2.39.5