loop

  1. RadicalBrad

    XF 2.2 Using a loop in extra.less

    Hello, I have added code to place small thumbnail images next to my forum nodes. This is working perfectly, and can be seen here under Tutorials and Projects... https://chopzone.com/forum/index.php To make these display, I add the following code in extra.less. It simply finds the node ID and...
  2. K

    XF 2.0 Possible 'for loop' in templates.xml ?

    How to use 'for loop' in Xenforo 2.0 language (templates.xml) For example pseudocode: // create $n and $i local variables, do action while $i < 100 <xf:for var="$n = 0; $i = 0" while="$i < 100" do="$i++"> // set $n as $i % 10 <xf:set var="$n" value="$i % 10" /> //... do something with $n ($i...
Back
Top Bottom