MT3.xx -> MT3.35へのアップグレード
今回のアップデートでは、ファイルの上書きだけでは完了しません。
コメント・プレビューテンプレートを手動で編集する必要があります。
ブログのメニューで「テンプレート」をクリック、更に 「システム」タブをクリックします。
「コメント・プレビュー」テンプレートをクリックして表示させ、以下の3行(連続ではありません)を探します。
<input id="comment-author" name="author" size="30" value="<$MTCommentPreviewAuthor$>" />
<input id="comment-email" name="email" size="30" value="<$MTCommentPreviewEmail$>" />
<input id= comment-url" name="url" size="30 value="<$MTCommentPreviewURL$> />
そして以下のように書き換えます。
<input id="comment-author" name="author" size="30" value="<$MTCommentPreviewAuthor encode_html="1"$>" />
<input id="comment-email" name="email" size="30" value="<$MTCommentPreviewEmail encode_html="1"$>" />
<input id="comment-url" name="url" size="30" value="<$MTCommentPreviewURL encode_html="1"$>" />
詳しい修正方法は、Six Apartの当該記事をご覧ください。
今回のアップデートでは、ファイルの上書きだけでは完了しません。
コメント・プレビューテンプレートを手動で編集する必要があります。
ブログのメニューで「テンプレート」をクリック、更に 「システム」タブをクリックします。
「コメント・プレビュー」テンプレートをクリックして表示させ、以下の3行(連続ではありません)を探します。
<input id="comment-author" name="author" size="30" value="<$MTCommentPreviewAuthor$>" />
<input id="comment-email" name="email" size="30" value="<$MTCommentPreviewEmail$>" />
<input id= comment-url" name="url" size="30 value="<$MTCommentPreviewURL$> />
<input id="comment-email" name="email" size="30" value="<$MTCommentPreviewEmail$>" />
<input id= comment-url" name="url" size="30 value="<$MTCommentPreviewURL$> />
そして以下のように書き換えます。
<input id="comment-author" name="author" size="30" value="<$MTCommentPreviewAuthor encode_html="1"$>" />
<input id="comment-email" name="email" size="30" value="<$MTCommentPreviewEmail encode_html="1"$>" />
<input id="comment-url" name="url" size="30" value="<$MTCommentPreviewURL encode_html="1"$>" />
<input id="comment-email" name="email" size="30" value="<$MTCommentPreviewEmail encode_html="1"$>" />
<input id="comment-url" name="url" size="30" value="<$MTCommentPreviewURL encode_html="1"$>" />
詳しい修正方法は、Six Apartの当該記事をご覧ください。
