I'm using this template code in a template modification, it works for the most part just not the comparison of the visitors age to the forum age limit set.
<xf:set var="$birthday" value="{{ $xf.visitor.Profile.birthday.age }}" />
<xf:foreach loop="$threads" value="$thread">
<xf:if...