jooomla1.5网站,文章编辑后,保存或者应用时会清除html的标签

WBOY
Release: 2016-06-23 14:12:17
Original
810 people have browsed it

已经在统一参数里设置administrator为过滤选项的白名单,也换了几种编辑器,里面都没有设置屏蔽html标签,也换了几种模板,还是不能解决问题。这种情况是突然发生的,以前没有这种情况。


回复讨论(解决方案)

在model中的 save 方法中print_r($_POST);看接收正常吗?

在model中的 save 方法中print_r($_POST);看接收正常吗?
没找到在哪里

默认是可以保存的。 你下个com_ckeditor 组件编辑器装上试试。

组件编辑器啊,没找到,只有ckeditor,没有mod_ckeditor

http://joomlacode.org/gf/project/ckeditor/frs/?action=FrsReleaseBrowse&frs_package_id=5262
http://www.52joomla.com/joomla-extensions/ckeditor.html
找joomla 1.5 的下。

使用这个插件,还是没什么变化,觉得和插件无关,应该是后台的设置,但是不知道哪里有问题

追踪一下流程,不仅可以明白运行流程。也能找到答案。

今天打开了数据库,看到问题的所在,是把该存源码的地方,保存了文字,就是introtext字段,保存的是文字不是源码。我急于维护网站,只好编辑好了源码,直接打开数据库存到这个字段,但这个毕竟不是正经解决方法。诸位高人有教于我否?

你修改过源码对不? 记得默认是可以保存源码的。你可以重新搭建个joomla站试试。

搜索程序文件,看看是否有使用 strip_tags 函数的地方,如果有就反向追踪一下

不幸的是至少有16个文件中使用了 strip_tags 函数,跟踪起来可是要花一些功夫的

http://www.joomme.com/no-filter-of-joomla/%E5%85%A8%E9%83%A8%E9%A1%B5%E9%9D%A2.html

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template