第 1 頁 (共 1 頁)
[問題] 有沒有 Mod 唔比用戶限制字既多小?
發表於 : 2003-06-15 03:10
由 help
Phpbb 2.04 有沒有 Mod 唔比用戶限制字既多小?
因為有用戶打得太長,入不到看個 topic
發表於 : 2003-06-15 03:34
由 小竹子
有,要搜尋好像是主題長度這類的關鍵字
發表於 : 2003-06-16 18:38
由 help
大大,我找到了那一 Post 但內容有點不明白\r
http://phpbb-tw.net/phpbb/viewtopic.php?p=30256#30256
phpbb_topics 裡的topic_title和phpbb_posts_text 裡的post_subject改為80
是否Date Base 內的內容?
posting_body.tpl 裡的 post_subject maxlength 改成30
本來已經是 25 ....是否要改成 30?
發表於 : 2003-06-16 18:51
由 Mac
1. 對, 改資料庫\r
2. 對
~Mac
發表於 : 2003-06-16 18:53
由 william91
是, 進入phpMyAdmin 內設定
posting_body.tpl 裡的 post_subject maxlength 改成30
本來已經是 25 ....是否要改成 30?
這是你自己喜歡的, 只要你的資料庫數字比這個數大就可以
發表於 : 2003-06-17 02:14
由 help
我在 posting_body.tpl 找不到" post_subject "的字眼\r
是否已下內容?
<input type="text" name="subject" size="45" maxlength="60" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" />