1 頁 (共 1 頁)

[問題]發表文章數

發表於 : 2003-09-04 14:16
scott511747
●架設主機作業系統:Windows XP Pro
●快速架站程式:Appserv 2.0.0
●網站空間連結: http://scottstudio.adsldns.org
●您的上網方式:Cable Moden
●您的 phpBB2 版本:phpbb 2.0.4
●安裝過的外掛: http://scottstudio.adsldns.org/viewforum.php?f=12

發表文章數由預設的+1變成+2,也就是說若目前文章數是10篇,照理下一次累計是第11篇,但現在就會變成第12篇。

發表於 : 2003-09-29 17:36
scott511747
有沒有人知道要改哪個檔?

發表於 : 2003-11-29 23:20
吉川拓也
scott511747 寫:有沒有人知道要改哪個檔?
functions_post.php
找到下面的字串:

代碼: 選擇全部

// 
// Update post stats and details 
// 
function update_post_stats(&$mode, &$post_data, &$forum_id, &$topic_id, &$post_id, &$user_id) 
{ 
   global $db; 

   $sign = ($mode == 'delete') ? '- 1' : '+ 1'; 

發表於 : 2003-11-29 23:28
scott511747
嗯.....謝啦!不過已經用不到了~ :lol:
我已經重裝並升級版本,所以沒這問題啦~ ;-)