For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

Promiscuous

Allow the [value] and [value-extended] tags to return HTML tags verbatim.

Synopsis

Promiscuous  Yes

This is a Yes or No directive.  The default is No.

Scope

This directive is only available for use in the local (catalog.cfg) configuration file.  It will not affect any other website in any way.  This directive will not work in the global (interchange.cfg) configuration file. 

Description

The [value] and [value-extended] tags usually disable HTML tag output by encoding the "<" character into a "&lt;" HTML entity.

This directive ensures that the "enable_html" parameter is set true for these tags.  This prevents the encoding from taking place and ensures that HTML tags, embedded in the values are returned verbatim.

Note

Note

This directive works by making sure that every tag gets sent an "enable_html" parameter.  Only [value] and [value-extended] recognise this parameter at the time of writing, but that could change in the future.  You also need to be aware of this if any of your UserTags make use of an "enable_html" parameter.

Warning

Warning

The "enable_html" parameter is disabled, by default, for security reasons.  In most cases you should use the tag's "enable_html" parameter on an individual-call basis, rather than enabling the facility offered by this directive.

Category:  Local config directives
Last modified by: Kevin Walsh
Modification date: Friday 29 June 2007 at 12:33 PM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us