Template Types

Collapse
X
Collapse
  •  

  • Template Types

    vBulletin has several different template types that come with different permissions. These template types are created as security measures to prevent arbitrary PHP code from being executed on vBulletin Cloud.

    Full Templates

    This is the type used by vBulletin's default templates and is accessible in self-hosted (download) copies of the software. Full Templates have full access to all of vBulletin's Markup. Full Templates are not accessible on vBulletin Cloud.

    Limited Templates

    Introduced in vBulletin 6.0.5, Limited Templates allow access to a small subsection of vBulletin Markup Tags and Shortcodes (curly tags). The following tags are available: , (6.0.6+), , and . The following shortcodes are available {vb:stylevar}.

    vBulletin Cloud users can create custom limited templates to use in conjunction with Template Hooks.

    Text Only Templates

    Text Only Templates do not allow or parse any vBulletin Markup. They can be used for HTML, Javascript, and CSS only.

      Posting comments is disabled.

    About the Author

    Collapse

    Wayne Luke A curious juxtaposition of nature, technology and sustainability. Find out more about Wayne Luke

    Article Tags

    Collapse

    Latest Articles

    Collapse

    • vBulletin Conditional Validation
      by Wayne Luke
      Template conditionals (<vb:if>, <vb:else>, <vb:elseif>, and {vb:if}) allow a lot of power within the vBulletin template system. The general philosophy here is to support a limited subset of PHP logic that is sufficient for most purposes. The default behavior is to exclude functionality unless there is a specific reason to include it. The reason is that there are a lot of complicated expressions allowed within PHP and this makes validation more difficult to validate safety in th...
      Fri 5 Jul '24, 10:14am
    • vBulletin Markup
      by Wayne Luke
      Note: This article needs to be expanded.

      Introduced in version 4.0 the vBulletin Markup system includes a rich of tags and shortcodes for creating dynamic templates. The template syntax was designed to retrieve and format information from vBulletin without having to write PHP Code. Used alongside HTML, CSS, and Javascript, it allows a developer to create dynamic experiences within vBulletin. vBulletin's Template Syntax will take into account the user's settings such as...

      Wed 3 Jul '24, 10:31am
    • Template Types
      by Wayne Luke
      vBulletin has several different template types that come with different permissions. These template types are created as security measures to prevent arbitrary PHP code from being executed on vBulletin Cloud. Full Templates This is the type used by vBulletin's default templates and is accessible in self-hosted (download) copies of the software. Full Templates have full access to all of vBulletin's Markup. Full Templates are not accessible on vBulletin Cloud. Limited Templates Introduced in vBulletin...
      Wed 3 Jul '24, 10:12am
    Working...