This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin_menu:site_setup:allowed_html:start [2008/12/15 00:29] jonyo |
admin_menu:site_setup:allowed_html:start [2017/02/23 07:34] (current) geojames |
||
---|---|---|---|
Line 2: | Line 2: | ||
====== Allowed HTML ====== | ====== Allowed HTML ====== | ||
- | Use this administration tool to control what HTML tags are allowed to be used on your site where users enter text. Note that this applies to any text entered by the user where HTML is allowed, including, if you are using the Storefront Addon, any HTML used on pages within a user's Storefront Manager. | + | We've moved this admin support wiki page to the following [[startup_tutorial_and_checklist: |
- | ===== Tags Matching <tag ...> or </ | ||
- | {{: | ||
- | |||
- | On the list of HTML tags, check the box for **Allowed? | ||
- | |||
- | ==== Tags not in this list ==== | ||
- | |||
- | |||
- | {{: | ||
- | |||
- | Use this setting to allow or not allow a user to enter tags not found on this list at all. We recommend leaving this setting disallowed (by un-checking the box for " | ||
- | |||
- | ==== Add Tag ==== | ||
- | |||
- | {{: | ||
- | |||
- | When you enter a tag you only need to enter the //first// part of the HTML tag **BETWEEN** the "<" | ||
- | |||
- | The full HTML tag may look something like: | ||
- | |||
- | <code html>< | ||
- | |||
- | You would enter the tag as just **a**, leave off the rest of the tag. Also check the box for **Allowed? | ||
- | |||
- | Note that the tags on this list are **case insensitive**, | ||
- | |||
- | ===== Special: Match without < > ===== | ||
- | |||
- | {{: | ||
- | |||
- | This is a list of things you can allow or not allow, that will be matched even if they are not part of a tag. You cannot add additional things to this list, there is only the pre-defined ones. If you need to filter out anything else that is not a tag, and not on this special list, we recommend using the **Badwords** tool to do so. | ||
- | |||
- | If any of the items on this list are not allowed, if it is found anywhere in the text at all, it will be removed. | ||
- | |||
- | See below for an explanation of what each of the patterns on this list does. | ||
- | ^ Pattern ^ Common Use ^ Recommendation ^ | ||
- | | **<?** | Open PHP tag | **Doesn' | ||
- | | **$** | Start of a variable in PHP | **Allow**. | ||
- | | **%** | Not sure why this is here. | **Allow**. | ||
- | | **!** | Not sure why this one is here, either. | ||
- | | **?>** | Close PHP Tag | **Doesn' | ||
- | |||
- | |||
- | ===== Warning: HTML Removed by WYSIWYG ===== | ||
- | |||
- | Note there may be **inadvertent** tags disallowed if you use the WYSIWYG within your place a listing process. | ||
- | |||
- | The WYSIWYG will also attempt to **auto-correct** HTML according to what it considers is //valid HTML// | ||
- | |||
- | In those cases, where the WYSIWYG editor is causing problems with entering the HTML as desired, advise your users to click on **[Add/ |