Why won't Joomla render my PHP/Javascript tags on the front page? -


this first project on website development using joomla. trying make dashboard implementation. problem whenever edit script in article using source tags, changes not reflected on site immediately. have tried restarting wamp server, in vain. tips should follow? thanks.

depending on joomla-version there different options check suppress stripping or filtering of tags <script> frontend. here hints:

first of tags filtered out client-sided depending on editor selected. if use standard tinymce e.g. go extensions - plugins - tinymce find list of prohibited elements may include script. sure though, check should allowed enter script tags in article, major security risk if else administrator has right use them. option set editor administrator/author accout plain text , leave tinymce untouched.

another filtering done server-sided joomla can controlled in "global configuration" -> "text filter". after standard installation groups use default black list filtering includes removing script tags. here define "no filtering" super user group e.g.

again, depends on joomla-version (my examples referring 2.5) , hints around issue without knowing security concept.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -