百度编辑器整合到织梦栏目内容保存不显示

解决方法,前排那些方法都没用!重点是那个content 没有在那个表单里面,所以获取不到内容

解决方法打开dede\templets\ 目录下 的 catalog_edit.htm 及 catalog_add.htm2个文件找到

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr><td height="10"></td></tr>
  <tr>
  <form name="form1" action="catalog_add.php" method="post" onSubmit="return checkSubmit();">


<form name="form1" action="catalog_add.php" method="post" onSubmit="return checkSubmit();">

移动到

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

这个的上面

  <form name="form1" action="catalog_add.php" method="post" onSubmit="return checkSubmit();">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr><td height="10"></td></tr>
  <tr>
  <input type="hidden" name="dopost" value="save" />

后面尾巴那里

     </form>
  </tr>
</table>

这个也要改成

  </tr>
</table>
      </form>

这样!记得2个文件都这样改就行了!其他不用动!

相关内容

发表评论

验证码:
点击我更换图片

最新评论