language override question - Joomla! Forum - community, help and support
joomla version: 2.5.7
editor: tiny mce
global config: text filters superusers = no filtering
in language manager -> overrides, entering simple text , simple html seems work (e.g. <strong>tst</strong>) when try add following text:
<a href="_qq_"http://www.joomla.org"_qq_">joomla!</a> free software released under <a href="_qq_"http://www.gnu.org/licenses/gpl-2.0.html"_qq_">gnu general public license.</a><br />simple text
when save it, text replaced zero.
any suggestions appreciated.
editor: tiny mce
global config: text filters superusers = no filtering
in language manager -> overrides, entering simple text , simple html seems work (e.g. <strong>tst</strong>) when try add following text:
<a href="_qq_"http://www.joomla.org"_qq_">joomla!</a> free software released under <a href="_qq_"http://www.gnu.org/licenses/gpl-2.0.html"_qq_">gnu general public license.</a><br />simple text
when save it, text replaced zero.
any suggestions appreciated.
enter text follows:
double quotes automatically converted "_qq_"
code: select all
<a href="http://www.joomla.org">joomla!</a> free software released under <a href="http://www.gnu.org/licenses/gpl-2.0.html">gnu general public license.</a><br />simple textdouble quotes automatically converted "_qq_"
Comments
Post a Comment