若是升級到 LifeType 1.2.9,發生無法更新模版的問題
參考
[pLog-svn] r6739 您可以自己修改一下
一般使用者更新個人模版
/plugins/templateeditor/class/action/pluginblogupdatetemplatefileaction.class.php 第43行,加上如下的 true
$this->registerFieldValidator( "fileContent", new StringValidator(
true));
管理員修改全域模版
/plugins/templateeditor/class/action/pluginsiteupdatetemplatefileaction.class.php 第 44行 ,加上如下的 true
$this->registerFieldValidator( "fileContent", new StringValidator(
true));
若是 editcomments 這個外掛,則要修改
/plugins/editcomments/class/action/adminupdatecommentaction.class.php 第43行 ,加上如下的 true
$this->registerFieldValidator("commentText", new StringValidator(
true));