History: PluginBanner
Preview of version: 7
Plugin Banners
This plugin adds a banner onto a page and was introduced in version 3.0.
Usage
Copy to clipboard
{BANNER(zone=name) /}
Parameters | Accepted Values | Description | Since |
zone | string | name of the zone | 3.0 |
target | _blank or display | the target | 3.0 |
Limiting the visibility
Some sites like to hide banners from some types of users, for example to prevent forbidden clicks by staff. In some parts of TikiWiki, such as in Modules and the Look & Feel headers, the following can be used to make banners only visible to anonymous visitors.
Copy to clipboard
{if $group eq "Anonymous"} {BANNER(zone=name) /} {/if}