Hi for those having issues with Today's Birthday and moderators of forum showing array after upgrading to 4.1.8 for your custom Styles here's the fix go to FORUMHOME And find this
and replace it with this
Code:
<vb:each from="birthdays" value="row">
<li><a href="{vb:link member, {vb:raw row}}">{vb:raw row.username}</a><vb:if condition="$row['age']"> ({vb:raw row.age})</vb:if>{vb:raw row.comma}</li>
</vb:each>
that will fix your birthday and moderators of forum.