549527 2007-1-16 17:23
如何去掉修改评论后留下的"编辑"
1.7的如何去掉
修改评论时候的 :lol
{由** 于 2007-1-11 23:58:56 最后编辑}
[quote]以后发帖标题要写清楚哦!方便以后新手检索!!谢谢
---------- kuyo[/quote]
[[i] 本帖最后由 kuyo 于 2007-1-16 19:46 编辑 [/i]]
10000 2007-1-16 18:19
SimpChinese.asp中
ZC_MSG273=""
就行了
jin1986 2008-2-14 21:32
解决方法
在FUNCTION/c_system_event.asp中的第809行,
将
objComment.Content=Request.Form("txaArticle") & vbCrlf & Replace(Replace(ZC_MSG273,"%s",BlogUser.Name,1,1),"%s",GetTime(Now()),1,1)
改为
objComment.Content=Request.Form("txaArticle")
就解决了