免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[教學] 7.2 限制帖子标题不可少于5个字符

修改文件:include/post.func.php

记事本打开找到:

        if(strlen($subject) > 80) {
                return 'post_subject_toolong';
        }
复制代码

--------------------------------------------------------------------

改为:


        
本帖隱藏的內容需要回復才可以瀏覽
1

評分人數

感謝分享

TOP

问题是这东西SCLUB没有FTP是无法修改的
章鱼之家代码站
 
 
 
 
 

TOP

感谢分享啊

TOP

谢谢分享

TOP

原來可以限制
那便來學習一下

TOP

不適用於SCLUB...

TOP

返回列表