Template Tag – asset

Tag Name

asset

Description

The asset tag is used to display blocks of information, like your discussions or the side panel.

*NOTE: This tag must have a value associated with it in order function correctly

Usage

{asset name="$value"}

Values

  • Head – Displays Head data between the <head></head> HTML tags.
  • Content – Displays Discussion data.
  • Panel – Displays Panel data. For example; Categories, Bookmarked Discussions, Start New Discussion Button.
  • Foot – Loads functions hidden scripts tags and other custom code in order for Vanilla to function correctly.

Example

<div id="Content">{asset name="Content"}</div>

This will display all your discussion data inside a div called Content.

See full list of Template tags

Comments are closed.