Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>In Joomla! 1.5.8 and later, a default filtering choice is in place for those who have not selected an Article Filter option. The default applied for those who have not made a selection implements "black list" filtering as a security precaution against possible XSS. In version 1.5.8, all users, including members of the Super Admin group, have this set by default. In versions 1.5.9 and later, users in the Super Admin group do not have any filtering by default.</p> <p>Due to this change, you might notice problems trying to save a Youtube video, or embedding other Javascript or Flash objects into your Articles or as in your case, adding SVG.</p> <p><strong>Changing the Article Global Configuration</strong></p> <p>If the default filtering option is not suitable for your needs, you can change it by using the Article Global Configuration options. For example, to change the default settings so that no filtering happens for members of the Super Administrator group:</p> <ol> <li>Navigate to Content → Article Manager.</li> <li>Press the Parameters icon in the toolbar to show the Articles - Global Configuration screen.</li> <li>Scroll down to Filtering Options, highlight all Filter groups except Super Aministrator, and select Filter type of Blacklist (Default), as shown in the screenshot below.</li> </ol> <p><img src="https://i.stack.imgur.com/usJIa.png" alt="enter image description here"></p> <p>With this setting, Joomla! will use the default Blacklist filter for all users except for the Super Administrator group. If you want to let other groups of Users submit content with no filtering, just modify the instructions above to exclude these groups. If you want no filtering on any groups, follow the instructions above but select only the Registered group.</p> <p><strong>TinyMCE Editor Configuration</strong></p> <p>If you are using the Tiny MCE Editor, you may also want to adjust these settings in the plugin:</p> <ul> <li>Code Cleanup on Startup → Off</li> <li>Code Cleanup on Save → Always (TinyMCE since Joomla! version 1.5.12)</li> <li>Do Not Clean HTML Entities → Yes (In Joomla! version 1.5.15 and later, it is called Entity Encoding -> Raw)</li> </ul> <p>I would recommend you use <a href="http://extensions.joomla.org/extensions/edition/editors/88" rel="nofollow noreferrer">JCE</a> ... It's way more advanced than TinyMCE. You can toggle code display by clicking (show/hide) to see the code or move to the WYSIWYG</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload