Html stripping in module editor field in joomla 2.5 - Joomla! Forum - community, help and support
hi all.
i had annoying issue of joomla 2.5.6 stripping html editor field in module upon save.
i tried no editor, tinymce , jce, altered global text filters , plugin options find suggested in other posts still joomla continued remove formatting when saved. after hours of google searching , hair pulling found solution. in xml file module struggling @ field parameters. see like.
<field
name="text"
type="editor"
label="module intro text"
description="text display user before download form" />
looks fine need add
filter="raw" parameters stop joomla removing formatting.
once saved able add html , other tags allowed global permissions.
i hope post helps , other input community welcomed.
regards
chris screen

i had annoying issue of joomla 2.5.6 stripping html editor field in module upon save.
i tried no editor, tinymce , jce, altered global text filters , plugin options find suggested in other posts still joomla continued remove formatting when saved. after hours of google searching , hair pulling found solution. in xml file module struggling @ field parameters. see like.
<field
name="text"
type="editor"
label="module intro text"
description="text display user before download form" />
looks fine need add
filter="raw" parameters stop joomla removing formatting.
once saved able add html , other tags allowed global permissions.
i hope post helps , other input community welcomed.
regards
chris screen
i've never seen before, makes sense. know!
Comments
Post a Comment