- 1、本文档共8页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
discuz! x2.5论坛标题字数突破80的限制(Discuz! X2.5 forum title, word break 80 limit)
discuz! x2.5论坛标题字数突破80的限制(Discuz! X2.5 forum title, word break 80 limit)
This post, Discuz, when you wrote upgrade Discuz, X on X, was revised on the basis of that post
When some users post title if more than the rest of the characters were cut especially when some users send some English or other language of the title of the article said that even more than a character encoding and special forum is the UTF format because a word for a byte so long as the title of a Chinese characters many users want to modify the character limit
Want to get rid of this word limit, from the following five parts to modify
I. database modification
Two modify the number of JS verification characters
Three modify the number of dead characters written in the template
Four modify the function validation file
Five modify the language package file
Now, modify the title character restriction to describe the modification method for the example
A database modify, modify the database title, the length of the field for characters, run the following SQL statement
(pay attention to modifying the prefix of your table)
ALTER, TABLE, `pre_forum_post`, CHANGE, `subject`, `subject`, VARCHAR (), NOT, NULL;
ALTER, TABLE, `pre_forum_rsscache`, CHANGE, `subject`, `subject`, char (), NOT, NULL;
ALTER, TABLE, `pre_forum_thread`, CHANGE, `subject`, `subject`, char (), NOT, NULL;
Copy code
Two modify the number of JS verification characters to find the line of file static/js/forum_postjs
If (($(postsubmit) name! = replysubmit ! ($(postsubmit) name = = editsubmit isfirstpost!) = = theformsubjectvalue) ||! Sortid amp special; trim! (message) = = {)
; showError (sorry, you have not entered the title or content);
; return; false;
} else, if (mb_strlen (theformsubjectvalue) ) {
showError; (your title is more than a character limit);
; return; false;
}
Copy code
Modify to
If (($(postsubmit) name! = replysubmit ! ($(postsubmit) name = = editsubmit isfirstpost!) = = theformsubjectva
您可能关注的文档
- 16性格亮点.doc
- 13种工作策略让你效率翻倍(The 13 work strategy doubles your efficiency).doc
- 170号令航空器活动区道路交通安全管理规则(170 order road traffic safety management rules for aircraft active areas).doc
- 150y-75型离心输油泵三维参数化设计(Three dimensional parametric design of 150y-75 centrifugal oil pump).doc
- 1950以后 的川大校友们(1950 after the Sichuan University Alumni).doc
- 18《称赞》(18, praise.).doc
- 19《买猫头鹰》(19, buy owls.).doc
- 1、我们几个朋友一起去大草原上玩(1, several of our friends go to play on the prairie).doc
- 1、皮肤粗黑靠化妆品增白皮肤,(1, skin coarse black rely on cosmetics whitening skin,).doc
- 175839_造价师口诀(175839_ cost division formula).doc
- discuz论坛程序安装方法及门户首页风格安装详解说明(Discuz forum program installation method and portal home style installation detailed explanation).doc
- div css 兼容(DIV CSS兼容).doc
- div css浏览器兼容方法的总结(A summary of DIV CSS browser compatibility methods).doc
- div+css布局兼容(Div+css layout compatible).doc
- div+css相对ie6、ie7和ie8的兼容问题(Div+css compatibility issues with IE6, IE7, and IE8).doc
- div+css设计时浏览器兼容性问题(Browser compatibility issues in div+css design).doc
- diy发带(DIY hair band).doc
- dnf天空套合成经验技巧(DNF sky sleeve synthesis experience skills).doc
- dm修复硬盘零磁道(转)(DM repair hard disk zero tracks (turn)).doc
- dnf隐藏地图(DNF hide maps).doc
最近下载
- 甘肃省金昌市永昌县永昌县汇泽水电开发有限公司西大河北总干渠一、二级水电站工程-两级电站装机7600kw-径流引水式电站报告书全本.docx
- 体能及其训练.ppt
- 2023年全国体育单招数学真题.pdf VIP
- 污泥综合处理项目环境影响报告表.pdf
- 病源微生物实验室生物安全委及其职责.doc
- HIKVISION海康威视异步发送卡DS-D43T01.pdf
- 北京市道路工程试验检测费用定额JLZJ-J_Y-JC-001-2022.pdf VIP
- 2024年内蒙古建筑职业技术学院单招职业技能测试题库(名校卷).docx VIP
- 门卫值班室5S管理.pptx
- [中央]2024年故宫博物院应届毕业生招聘笔试历年典型考题及解题思路分析附带答案详解.docx VIP
文档评论(0)