15. Jun, 2010 by Todd Burry in Template Tags | Tags: Custom Theme, Helps, Template Tags, Themes | Comments Off
Tag Name literal Description The literal tag is used to enclose content that you don’t want to be parsed by the custom theme. Use this tag when you have content with curly-braces, but they aren’t tags. Example {literal} body { font-family: Verdana; } {/literal} See full list of Template Tags
15. Jun, 2010 by Vanilla Staff in Template Tags | Comments Off
Tag Name searchbox Description The searchbox tag is used to display the default search function. Values There are no values for this tag. Example <div id=”Search”>{searchbox}</div> This will display the search function inside of a div called Search. See full list of Template Tags
15. Jun, 2010 by Vanilla Staff in Template Tags | Comments Off
Tag Name logo Description The logo tag is used to display the custom logo uploaded under banner in the dashboard. Values There are no values for this tag. Example <h1>{logo}</h1> This will display your custom logo inside an H1 tag. See full list of Template Tags
15. Jun, 2010 by Vanilla Staff in Template Tags | Comments Off
Tag Name link Description The link tag is used to simplify linking to different views in your forum. For example you can write {link path=”discussions”} inside the href HTML tag instead of the full path. *NOTE: This tag must have a value associated with it in order function correctly Values dashboard/settings – links to your [...]
15. Jun, 2010 by Vanilla Staff in Template Tags | Comments Off
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 [...]