參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=41096
使用版本:phpBB 2.0.17
網站位置:(密)
狀況描述:
因為論壇的某些情況下所以我需要這樣的功能 ^^" ,非常感謝 MAC 開發這外掛
現在我就來回報狀況
裝完之後是正常可用的,但是這一段\r
代碼: 選擇全部
#
#-----[ 尋找 ]------------------------------------------
#
$sql = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE
#
#-----[ 在該行內尋找 ]------------------------------------------
#
, topic_vote
#
#-----[ 在該行後, ?#91;上 ]------------------------------------------
#
, enable_auto_lock
#
#-----[ 在該行內尋找 ]------------------------------------------
#
, $topic_vote
#
#-----[ 在該行後, ?#91;上 ]------------------------------------------
#
, $enable_auto_lock
#
#-----[ 在該行內尋找 ]------------------------------------------
#
$topic_vote : "") . "
#
#-----[ 在該行後, ?#91;上 ]------------------------------------------
#
, enable_auto_lock = " . $enable_auto_lock ." " . $topic_status . "還有,我是把最後一行的 " . $topic_status . " 它刪掉之後才正常 (但是 cash mod 的顯示功能則消失)Error in posting
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0 WHERE topic_id = 400' at line 1
UPDATE phpbb_topics SET topic_title = '[求物]尋歌一首', topic_type = 0, topic_status = 0 , enable_auto_lock = 0 0 WHERE topic_id = 400
Line : 265
File : functions_post.php
不知道這樣有沒有什麼影響?是我安裝上的問題嗎? 謝謝
補充:
已裝 cash mod



