1 頁 (共 1 頁)

[問題]怎麼設定再發文後過了某個時間之後就再也不能修改??

發表於 : 2004-05-07 18:20
yanzilme
意思就是比如我想3個鐘頭過後,發文者將無法修改文章~
然後在文章發表後過20分鐘,只要修改就會紀錄什麼時間被修改,還有修改幾次等~

Re: [問題]怎麼設定再發文後過了某個時間之後就再也不能修

發表於 : 2004-05-07 18:30
拭銀布
yanzilme 寫:意思就是比如我想3個鐘頭過後,發文者將無法修改文章~
這需要加裝mod喔!可以參考依夢兒介紹的這隻外掛!
http://phpbb-tw.net/phpbb/viewtopic.php?p=127994#127994

試試看吧!

發表於 : 2004-05-07 18:31
yanzilme
感謝!!
我趕快來研究看看~

發表於 : 2004-05-07 19:31
yanzilme
不好意思..
看不太懂...

代碼: 選擇全部

[ SQL ]

INSERT INTO phpbb_config (config_name, config_value) VALUES 
('edit_time', '0')

#-----[ OPEN ]------------------------------------------ 
#  
language/lang_english/lang_admin.php
上面這段...

代碼: 選擇全部

-----[ FIND ]------------------------------------------ 
# 
// 
// That's all Folks!
上面這段是要找什麼..

還有

代碼: 選擇全部

-----[ BEFORE, ADD ]------------------------------------------ 
# 
//limited post edit time MOD
$lang['edit_time'] = 'Post Edit time'; 
$lang['edit_time_explain'] = 'The time (in minutes) the user has to edit his/her post. Setting this value to 0, the time is unlimited.';
這段的意思是什麼??

不好意思,我剛學PHP,請多多包函..

謝謝

發表於 : 2004-05-07 19:36
吉川拓也
yanzilme 寫:不好意思..
看不太懂...

代碼: 選擇全部

[ SQL ]

INSERT INTO phpbb_config (config_name, config_value) VALUES 
('edit_time', '0')

[color=red]請參考 :[/color] http://phpbb-tw.net/phpbb/viewtopic.php?t=23325

#-----[ OPEN ]------------------------------------------ 
#  
language/lang_english/lang_admin.php
上面這段...

代碼: 選擇全部

-----[ FIND ]------------------------------------------ 
# 
// 
// That's all Folks!
上面這段是要找什麼..

找到語系檔案裡面的 // That's all Folks

還有

代碼: 選擇全部

-----[ BEFORE, ADD ]------------------------------------------ 
# 
//limited post edit time MOD
$lang['edit_time'] = 'Post Edit time'; 
$lang['edit_time_explain'] = 'The time (in minutes) the user has to edit his/her post. Setting this value to 0, the time is unlimited.';
這段的意思是什麼??
在之前加入 !
剛接觸沒關係 . 但是要先學會爬文 !
http://phpbb-tw.net/phpbb/viewforum.php?f=98


不好意思,我剛學PHP,請多多包函..

謝謝