External Link Tracker Definition
This table defines the external links handled by the
EXLINK variable of the
ExternalLinkTrackerPlugin.
Help:
- ID: Site identifier used in EXLINK variable - use only alphanumeric characters, dashes (
-
), underscores (_
) and periods (.
)
- Name: Display name, e.g. link label. Example:
%EXLINK{TWiki}%
renders as TWiki.org
- URL: Uniform resource locator of external link, e.g. link target
Access control:
- To restrict access,
- create a group in TWikiGroups called
ExternalLinkAdminGroup
- enable the access restriction by uncommenting the following two settings, e.g. remove the # characters:
- #Set ALLOWTOPICVIEW = ExternalLinkAdminGroup
- #Set ALLOWTOPICCHANGE = ExternalLinkAdminGroup
Related: ExternalLinkTrackerPlugin,
VarEXLINK