Custom HTML Module has PHP commented out automatically - Joomla! Forum - community, help and support
i'm having issue php in custom html module, @ first php code being stripped out upon save in editor. found following article , helped initial problem, in jce control panel went editor profiles , set allow php , in joomla global config have set text fiter super users "no filtering" per following found here:
http://www.joomlacontenteditor.net/supp ... -on-saving
all i'm trying following:
<p>©<?php echo date("y"); ?></p>
and when inspect live html see php has been commented out:
©
<!--?php echo date("y"); ?-->
http://www.joomlacontenteditor.net/supp ... -on-saving
all i'm trying following:
<p>©<?php echo date("y"); ?></p>
and when inspect live html see php has been commented out:
©
<!--?php echo date("y"); ?-->
i'd give trying php work in core custom html module. can use http://extensions.joomla.org/extensions ... ules/15251 or http://extensions.joomla.org/extensions ... ntent/5051 , you'll have more luck
Comments
Post a Comment