XF 1.4 Member Count

You can use a calc function in templates, e.g.
Code:
{xen:calc '{$foo} + 2000'}
That would be whatever {$foo} is + 2000.

Is there ever going to be a centralized, official documentation resource for things like this some day? I think simple addition would be a great place to start. That particular syntax isn't very obvious.
 
Top Bottom