熊族大雜燴
彌6:8 世人哪、耶和華已指示你何為善。他向你所要的是甚麼呢。只要你行公義、好憐憫、存謙卑的心、與你的神同行。

部落格中關鍵字管理修正

rated by 0 users
This post has 0 回覆群 | 1 關注

Top 10 Contributor
男
發表文章總數 6,770
黑熊 Posted: 星期三, 三月 05 2008 8:34

在部落格中,關鍵字管理限制了只能英文輸入,找到了更改文件為 TokenForm.aspx

檔案位於\Web\ControlPanel\Blogs 中

將檔案打開編輯第11行的語法

<asp:RegularExpressionValidator id="TextPartRegexValidator" runat="server" ControlToValidate="TextPartBox" Display="Dynamic" ValidationExpression="^[0-9a-zA-Z]{2,50}$" />

改為

<asp:RegularExpressionValidator id="TextPartRegexValidator" runat="server" ControlToValidate="TextPartBox" Display="Dynamic" ValidationExpression="[\s\S]{2,50}$" />

既可輸入中文,至於是否能使用,還需要觀察,只是這樣改了以後變成可以輸入任意字元 2-50個字

不要問我為你做了什麼,只要問你為我做了什麼,問這麼多有什麼用呢?好好的給我做就對了
我的部落格 http://bbs.jbear.net/blogs/black

頁 1 / 1 (1 項) | RSS
Power by JbearNet
Powered by Community Server (Non-Commercial Edition), by Telligent Systems