array

  1. ENXF NET

    XF 1 Tip Snow Effect

    Guide to make your forum with falling Snow flakes Step 01 : Create a custom .js file Open Notepad++ and paste the codes below and save as .js file (Eg. Snow.js) // CREDITS: // Snowmaker Copyright (c) 2003 Peter Gehrig. All rights reserved. // Distributed by http://www.hypergurl.com //...
  2. ENXF NET

    XF 1 Tip Tutorial Understanding Conditional Statements

    Conditional Statements The following conditional statements will only work in templates which support the arguments and parameters. Statements can be expanded using AND, OR, xen:else and xen:elseif. Replacing == with != in the following examples will change the condition from true to false...
  3. ENXF NET

    XF 1 Tip Tutorial Add extra fields to any content using separate table

    Let's consider the wiki addon. Its articles and comments are extended posts in some pre defined node. So there is a following problem: we need to generate prepared version of post with added table of contents and autolinking since onfly processing of that would kill performance. We need extra...
  4. ENXF NET

    XF 1 Tip Tutorial How to Create your own helpers

    Helpers provide extra functions that you can use inside the XenForo templates. Currently there are many Helpers, following some them: avatar -> Helper to fetch the URL of a user's avatar. username -> Produces a <a href="members/username.123" class="username">Username</a> snippet. usertitle ->...
Top