Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
Add a banner | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content
Add a banner

Plugin Banner

Use this wiki plugin, introduced in Tiki3, to add a banner onto a page.

Parameters

Tiki Doc From Code error: banner not found

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 (empty($group)) or ($group eq "Anonymous")} {banner zone="name" target="_blank"} {/if}

Created by system. Last Modification: Monday 29 July, 2019 11:02:49 GMT-0000 by Yves Kipondo.
Show PHP error messages