Loading...
 

Plugin Module

Use this wiki plugin to display Modules in a page, column or other module zone.

Parameters

Plugin Manager error: module plugin not found

Examples

Basic syntax

This code:

Copy to clipboard
{module module="wiki_last_comments"}


Would produce on this site:

Displaying a module in a Template (.tpl)

You can place a module anywhere (header, footer) using the following syntax in a .tpl file:

Copy to clipboard
{module module="wiki_last_comments"}

Older version of Tiki can revert to embedding wiki syntax:

Copy to clipboard
{wiki}{literal}{module module="wiki_last_comments"}{/literal}{/wiki}

List Slides