Joomla 3 can't add [removed] to article

前端 未结 5 1260
轻奢々
轻奢々 2021-01-05 02:43

Joomla version: Joomla! 3.3.6 Stable [ Ember ] 01-October-2014 02:00 GMT

I want add js script to one my article. I\'m using TinyMCE editor to edit a

相关标签:
5条回答
  • 2021-01-05 03:22

    Actually, i spent 4 hrs to find out this issue and got solution now. just login to administrator then go to System-->Global configuration, under that you will see "Site Settings", in that you will find-out "Default Editor", select as "Editor - CodeMirror" and save it. after that go to articles, then add your script. Enjoy :)

    0 讨论(0)
  • 2021-01-05 03:22

    I just came across this problem today and I confirm the same problem. I could not remove the "script" prohibited elements but I was able to remove everything else. I then tried just putting a period in the Prohibited Elements input box, saved and I now can use script tags. I frames work too. I'm using 3.3.6. Strange.

    1. Global Configurations -> Text Filters for Super Users - set it "No Filtering"
    2. Users -> User Manager - Make sure you have Super User privileges
    3. Extensions -> Plugin Manager -> Filter:Editors -> TnyMCE -In the TinyMCE plugin field, add a period in the "Prohibited Elements" field
    0 讨论(0)
  • 2021-01-05 03:25

    i think you have to use jce editor

    https://www.joomlacontenteditor.net/

    which is allow you to add all tag .

    May be Help

    Thanks

    0 讨论(0)
  • 2021-01-05 03:31

    Got the same issue. I'm using 3.6.2. Here are how I get it works:

    1. Global Configurations -> Text Filters for Super Users - set it "No Filtering"
    2. Users -> User Manager - Make sure you have Super User privileges
    3. Extensions -> Plugin Manager -> Filter:Editors -> TnyMCE -In the TinyMCE plugin field, remove "script" in the "Prohibited Elements" field
    4. In "Extended Valid Elements", add "script"

    And I'm able to add script tags in the article now.

    0 讨论(0)
  • 2021-01-05 03:46

    I've spent quite a while getting to bottom of this - even after installing JCE editor the problem persisted. It turned out that another security component RSFirewall was running inthe background stripping out prohibited elements.

    The solution therefore is to add an exception in the RSFirewall firewall configuration: https://www.rsjoomla.com/support/documentation/view-article/785-scrambled-tags-iframe-becomes-i-frame.html

    0 讨论(0)
提交回复
热议问题