找回密码
 注-册

QQ登录

只需一步,快速开始

查看: 1545|回复: 0

[美化] 超简单三步修改DZ6.0标题长度+无需改动数据库

[复制链接]
Leya 发表于 2008-3-31 17:36:49 | 显示全部楼层 |阅读模式
超简单三步修改DZ6.0标题长度+无需改动数据库【07年10月13日发布】1、修改语言包
templates.lang.php
  1. 'post_subject_toolong' => '您的标题超过 80 个字符的限制。',
复制代码
2、修改include/post.func.php
  1. function checkpost() {
  2.     global $subject, $message, $disablepostctrl, $minpostsize, $maxpostsize;
  3.     if(strlen($subject) > 80) {
  4.         return 'post_subject_toolong';
复制代码
3、修改模板 viewthread.htm
  1. } else if (theform.subject.value.length > 80) {
  2.                         alert("{lang post_subject_toolong}");
  3.                         theform.subject.focus();
  4.                         return false;
复制代码
把80改为你想要的数目
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注-册

本版积分规则

Archiver|手机版|小黑屋|DoDVip ( 桂ICP备14000730号 )

GMT+8, 2024-5-18 16:03 , Processed in 0.054422 second(s), 20 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024 Tencent Cloud.

快速回复 返回顶部 返回列表