龙论坛技术支持
Would you like to react to this message? Create an account in a few clicks or log in to continue.
关键词

最优秀的发帖人
tcw987654321 (2424)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
tiger_tiger (2015)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
梦随峰飘 (542)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
868 (284)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
mmao21 (251)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
x__________________X (222)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
y4341991 (101)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
花生省魔术 (98)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
Tiger&蘋果爸 (80)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 
pyy (74)
建议 Vote_lcap建议 Voting_bar建议 Vote_rcap 

社会化书签

社会化书签 reddit      



在您的社会化书签保存并分享地址龙论坛技术支持


建议

2 posters

向下

建议 Empty 建议

帖子 由 wex 周日 八月 03, 2008 7:18 am

我希望可以在编辑帖子时可以拥有字数检查功能,应为写起文章来可以知道字数,方便简写...这种功能请问可以越快弄到吗?请大家帮忙,谢谢

wex

帖子数 : 51
注册日期 : 08-01-21

http://hiding.forum777.com/

返回页首 向下

建议 Empty 回复: 建议

帖子 由 tiger_tiger 周一 八月 04, 2008 1:26 pm

我看過您的論壇是PHPBB2.0的,您可以通過編輯您的模板來實現!

第一步:管理員控制面板 》顯示 》模板 》廣告&私人留言 》點擊右側的 posting_body

第二步:在模板中找到以下代碼:
代码:
<textarea id="text_editor_textarea" class="post" style="width:100%;height:250px;" onclick="storeCaret(this);" onkeyup="storeCaret(this);" name="message" rows="15" cols="35" tabindex="3" onselect="storeCaret(this);" wrap="virtual">

步驟a:在前面插入以下代碼:
代码:
<script language="javascript">
function changeText(objElement) {
    var oTextCount = document.getElementById("txtCount");
var tmp="";
    tmp=objElement.value.replace(/[^\u0000-\u00ff]/g,"aaa");
    tmp=tmp.replace(/([^a-z0-9]+)/gi,"a");
    tmp=tmp.replace(/\s/g,"");
    oTextCount.innerHTML = "<font color=red>"+ tmp.length+"</font>";   
}
</script>
目前字數總共:<span id="txtCount"><font color="red">0</font></span> 字<br>

步驟b:在找到的代碼中間繼續找到
代码:
onkeyup="storeCaret(this);"
將它變為:
代码:
onkeyup="storeCaret(this);changeText(this);"

完成后點擊右下角的《提交》,隨后再點擊 posting_body 后面出現的建议 Ajouter(發布模板圖標),完成!!!


由tiger_tiger于周一 八月 04, 2008 2:31 pm进行了最后一次编辑,总共编辑了1次
tiger_tiger
tiger_tiger
总舵主
总舵主

帖子数 : 2015
注册日期 : 07-10-23

http://help.longluntan.com

返回页首 向下

建议 Empty 回复: 建议

帖子 由 tiger_tiger 周一 八月 04, 2008 1:28 pm

通過以上設置,您在非所見即所得模式下便可計算文章字數了!
tiger_tiger
tiger_tiger
总舵主
总舵主

帖子数 : 2015
注册日期 : 07-10-23

http://help.longluntan.com

返回页首 向下

建议 Empty 回复: 建议

帖子 由 wex 周二 八月 05, 2008 5:04 am

虎哥你好专业,感谢你的帮助,很棒 Laughing

wex

帖子数 : 51
注册日期 : 08-01-21

http://hiding.forum777.com/

返回页首 向下

建议 Empty 回复: 建议

帖子 由 tiger_tiger 周二 八月 05, 2008 7:14 am

不用客氣! sunny
tiger_tiger
tiger_tiger
总舵主
总舵主

帖子数 : 2015
注册日期 : 07-10-23

http://help.longluntan.com

返回页首 向下

返回页首


 
您在这个论坛的权限:
不能在这个论坛回复主题