[SOLVED] BUG in J3.0.1: "No filtering" option not working - Joomla! Forum - community, help and support
hi... i'm using "no editor" option create custom html modules in joomla 3. when save, joomla mix content lot of characters. backslashes "/" or spaces " ".
this issue make impossible put codes in modules... went text filter option in general configuration. , option crealy "no filtering"... clear bug in administrator... or i'm missing something...?
i solved change option "default black list", , module saves without strange bahaviour.
but when try save code of google maps form plugin google maps (http://extensions.joomla.org/extensions ... /maps/1147), this:
when save, joomla adds lot of backslashes "/", lot, can't have map working on module, , occurs in of text filters options.
anyone experience same issues? regards!
this issue make impossible put codes in modules... went text filter option in general configuration. , option crealy "no filtering"... clear bug in administrator... or i'm missing something...?
i solved change option "default black list", , module saves without strange bahaviour.
but when try save code of google maps form plugin google maps (http://extensions.joomla.org/extensions ... /maps/1147), this:
code: select all
{mosmap width='500'\|height='400'\|lat='52.052312'\|lon='4.447141'\|
zoom='3'\|zoomtype='large'\|zoomnew='0'\|maptype='satellite'\|showmaptype='1'\|
overview='0'\|text='sv dwo'\|tooltip='dwo'\|marker='1'\|align='center'}when save, joomla adds lot of backslashes "/", lot, can't have map working on module, , occurs in of text filters options.
anyone experience same issues? regards!
ok... search lot... @ self...
but finally, problems pretty simple. php "magic quotes on" problem. hosting recommend me create "php.ini" file inside administrator folder of joomla installation, following lines:
it's not joomla 3 bug
this server php settings issue
hope somebody! regards!
but finally, problems pretty simple. php "magic quotes on" problem. hosting recommend me create "php.ini" file inside administrator folder of joomla installation, following lines:
code: select all
magic_quotes_gpc = off
safe_mode = offit's not joomla 3 bug
this server php settings issue
hope somebody! regards!
Comments
Post a Comment