- เครดิต
- 5479
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 200
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
ยาแก้ไอ
เปิดไฟล์ source\function\function_post.php
หา - if(strlen($subject) > 80) {
- return 'post_subject_toolong';
คัดลอกไปที่คลิปบอร์ด เปลี่ยนเป็น- if(strlen($subject) > 255) {
- return 'post_subject_toolong';
คัดลอกไปที่คลิปบอร์ด เปิดไฟล์ template\default\forum\post.htm
หา- <!--{if $_G[gp_action] != 'reply'}-->
- <span><input type="text" name="subject" id="subject" class="px" value="$postinfo[subject]" onkeyup="strLenCalc(this, 'checklen', 80);" tabindex="1" style="width: 25em" /></span>
- <!--{else}-->
- <span id="subjecthide" class="z">RE: $thread[subject] [<a href="javascript:;" onclick="display('subjecthide');display('subjectbox');$('subject').value='RE: {echo htmlspecialchars(str_replace('\'', '\\\'', $thread[subject]))}';display('subjectchk');strLenCalc($('subject'), 'checklen', 80);">{lang modify}</a>]</span>
- <span id="subjectbox" style="display:none"><input type="text" name="subject" id="subject" class="px" value="" onkeyup="strLenCalc(this, 'checklen', 80);" tabindex="1" style="width: 25em" /></span>
- <!--{/if}-->
- <span id="subjectchk"{if $_G[gp_action] == 'reply'} style="display:none"{/if}>{lang comment_message1} <strong id="checklen">80</strong> {lang comment_message2}</span>
- <!--{/if}-->
- </div>
คัดลอกไปที่คลิปบอร์ด เปลี่ยนเป็น- <!--{if $_G[gp_action] != 'reply'}-->
- <span><input type="text" name="subject" id="subject" class="px" value="$postinfo[subject]" onkeyup="strLenCalc(this, 'checklen', 250);" tabindex="1" style="width: 25em" /></span>
- <!--{else}-->
- <span id="subjecthide" class="z">RE: $thread[subject] [<a href="javascript:;" onclick="display('subjecthide');display('subjectbox');$('subject').value='RE: {echo htmlspecialchars(str_replace('\'', '\\\'', $thread[subject]))}';display('subjectchk');strLenCalc($('subject'), 'checklen', 250);">{lang modify}</a>]</span>
- <span id="subjectbox" style="display:none"><input type="text" name="subject" id="subject" class="px" value="" onkeyup="strLenCalc(this, 'checklen', 250);" tabindex="1" style="width: 25em" /></span>
- <!--{/if}-->
- <span id="subjectchk"{if $_G[gp_action] == 'reply'} style="display:none"{/if}>{lang comment_message1} <strong id="checklen">250</strong> {lang comment_message2}</span>
- <!--{/if}-->
- </div>
คัดลอกไปที่คลิปบอร์ด เปิดไฟล์ template\default\forum\forumdisplay_fastpost.htm
หา- <input type="text" id="subject" name="subject" class="px" value="" onkeyup="strLenCalc(this, 'checklen', 80);" tabindex="11" style="width: 25em" />
- <span>{lang comment_message1} <strong id="checklen">80</strong> {lang comment_message2}</span>
คัดลอกไปที่คลิปบอร์ด เปลี่ยนเป็น- <input type="text" id="subject" name="subject" class="px" value="" onkeyup="strLenCalc(this, 'checklen', 250);" tabindex="11" style="width: 25em" />
- <span>{lang comment_message1} <strong id="checklen">250</strong> {lang comment_message2}</span>
คัดลอกไปที่คลิปบอร์ด อัพเดตไฟล์แคช เสร็จสิ้นการแก้ไอ |
คะแนน
-
ดูบันทึกคะแนน
|