xiuno用户发帖限制标题最少字数

hook这个插入点 post_update_post_start.php
xn_strlen($subject) > 128 AND message('subject', lang('subject_length_over_limit', array('maxlength'=>128)));​

这样编辑的时候就会检测标题长度了,128是指标题的字符长度,可根据需要修改

— THE END —