Joomla 3 can't add [removed] to article

前端 未结 5 1279
轻奢々
轻奢々 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: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.

提交回复
热议问题