52AV手機A片王|52AV.ONE
標題:
discuz x3.2 標題字符從80改成160的方法
[打印本頁]
作者:
IT_man
時間:
2015-1-21 10:13
標題:
discuz x3.2 標題字符從80改成160的方法
==========================================================
1 I7 j+ k" \# [- G: ]" p
一、database修改,標題字數(英文字1Byte,中文2Bytes)為160字符:執行sql command:
H \* B( }* j" \' v6 Z n7 m
(注意改為你的表前缀)
9 g1 {2 c$ c2 q* N
ALTER TABLE `pre_forum_post` CHANGE `subject` `subject` VARCHAR(120) NOT NULL;
7 V9 _+ W" ?) C3 ?/ J" O
ALTER TABLE `pre_forum_rsscache` CHANGE `subject` `subject` char(120) NOT NULL;
, B: M1 Z& B( K7 r& X3 e
ALTER TABLE `pre_forum_thread` CHANGE `subject` `subject` char(120) NOT NULL;
, O6 e4 G& Y6 o* m: D3 P
7 G* `) {5 }- u" j% }+ C
或用phpdbadmin更改也可以
{* g9 f9 ]4 d( C! A5 d% B* f
==========================================================
( {- U& x" a5 N6 v
二、修改JS驗證字符數:
( A2 X( O: o0 c9 O8 e, Z9 _, y
1、找到 static/js/forum_post.js的74-80行
: \4 p! e. w8 h5 r# F- X" t
if(($('postsubmit').name != 'replysubmit' && !($('postsubmit').name == 'editsubmit' && !isfirstpost) && theform.subject.value == "") || !sortid && !special && trim(message) == "") {
: R& q% L1 f i' z* k
showError('抱歉,您尚未輸入標題或內容);
2 ?: ]+ [7 T% h0 @' L
return false;
8 b' c$ A+ a: x" F4 s
} else if(mb_strlen(theform.subject.value) > 80) {
9 C2 P0 X e3 {8 j2 w9 O
showError('您的標題超過 80 個字符的限制');
. {) f# V$ Y8 V: e
return false;
& r" U- f r: |1 L9 ~$ g- [" W
}
# ?! _5 `4 ~2 A1 Z& J
+ a" d# v8 t, \
數字80改為160
' [2 {6 K* b$ d# d# c& g n- o# n
==========================================================
- D7 z8 A& m7 j, q4 G
2、找到 sitatic/js/forum.js的209到215行:
, E9 L0 T+ ? b/ W3 a. I9 c; u0 {- s( A
if(theform.message.value == '' && theform.subject.value == '') {
6 w8 F9 H3 r% f- i: T2 {- \; N5 E4 c
s = '抱歉,您尚未輸入標題或內容';
3 m; F8 E( q$ i6 Q5 N
theform.message.focus();
5 `3 S1 s1 h, y2 f: D
} else if(mb_strlen(theform.subject.value) > 80) {
3 Q# I. Q! C8 A) K: @7 H
s = '您的標題超過 80 個字符的限制';
& i! t% |% r$ E$ y; m5 E& c
theform.subject.focus();
3 @& u& Z' z* {8 V, w. Z; B" }! J% P
}
1 {" B% K$ G, ~0 Q8 L) f2 t
4 u: I" l9 i- H
! X3 p. S0 {: T/ j( y8 l7 Y6 E
數字80改為160
; Z1 Z# r9 U8 j! H! [
==========================================================
2 W: j' ~( q# ^* ]3 Z( M: l
三、修改模板中寫死的字數限制:
! o8 ~5 w& ?( G. u* i
1、找到 template\default\forum\post_editor_extra.htm第25行開始
3 k' L4 V& ?4 a6 j5 f
修改前
/ h% [8 I& i9 m1 A4 r
<!--{if $_GET[action] != 'reply'}--
% e$ Y( Y! q, R) H2 ^ }5 [" j# w, X
<span><input type="text" name="subject" id="subject" class="px" value="$postinfo[subject]" {if $_GET[action] == 'newthread'}onblur="if($('tags')){relatekw('-1','-1'{if $_G['group']['allowposttag']},function(){extraCheck(4)}{/if});doane();}"{/if}#ff0000">80);" style="width: 25em" tabindex="1" /></span>
! [" m! m, i: m5 {6 T3 t: S, x
<!--{else}--><!--reply-->
7 l7 ^" K: Y9 ]; d. Q4 H
<span id="subjecthide" class="z">RE: $thread[subject] [<a href="javascript:;"#ff0000">80);return false;">{lang modify}</a>]</span>
4 h- a- A9 r$ O, r
<span id="subjectbox" style="display:none"><input type="text" name="subject" id="subject" class="px" value=""#ff0000">80);" style="width: 25em" /></span>
: }" s' }6 _1 p# L5 ~% u. g/ }
<!--{/if}-->
; A* J3 w# h' z" `7 j- O# W
<span id="subjectchk"{if $_GET[action] == 'reply'} style="display:none"{/if}>{lang comment_message1} <strong id="checklen">80</strong> {lang comment_message2}</span>
) U' K% }9 f8 h- Y
<script type="text/javascript">strLenCalc($('subject'), 'checklen',
80
)</script>
5 ~5 Z" H5 X2 k
U, _/ O+ j* ]) n
將紅色數字改為160
: y1 i, N8 b6 |& V! @
==========================================================
, B& R) F( i3 T* @! R0 t
2.找到 template\default\forum\forumdisplay_fastpost.htm 地31行開始
/ M1 S- a. r% W* N
修改前
6 S t* \, T1 @( }6 e8 \
<input type="text" id="subject" name="subject" class="px" value=""#ff0000">80);" tabindex="11" style="width: 25em" />
4 H6 ^0 |2 O4 v
<span>{lang comment_message1} <strong id="checklen">80</strong> {lang comment_message2}</span>
5 M% N% ^& ^6 e' v$ s
% o y6 _5 N9 _9 H
將紅色數字80改為160,第二個80可改可不改
% E# A3 f- ^/ X
==========================================================
: j- C3 X% `" X7 Y. N1 D: O+ S# d
四,修改function驗證提示:
K4 z& \4 \" F. Q
source/function/function_post.php的361-363行:
% ]2 [7 i1 R9 _) D" Z9 ]/ ~1 _
修改前
. d0 A3 t C3 y" L0 g
if(dstrlen($subject) > 80) {
! S. n) C9 a9 V( F. h4 v
return 'post_subject_toolong';
$ ]/ W; o' K& m; t
}
/ H3 O! Y' u* }. T
將數字80改為160
2 w Q" G- Q3 y
==========================================================
. l3 J7 v$ o7 {8 H. E h0 \
五、找到訊息提示文字的php檔,打開 source/language/lang_messege.php 找到998行改為:
k" d1 f, `+ r3 P8 l9 ^) D3 w) k
'post_subject_toolong' => '抱歉,您的標題超過 160 個字符修改標題長度',
- M j) G" d9 h
==========================================================
5 _- e" e X$ T
上面五個步驟完成記得最後最重要的一個步驟是到後台更新緩存才會生效喔
4 U* _! _% |& i B
歡迎光臨 52AV手機A片王|52AV.ONE (https://nhkie.com/)
Powered by Discuz! X3.2