Quote:
Originally Posted by stealhead_dan
instead of
HTML Code:
{vb: raw birthdays}
in the modified code for version 4.1.12 you need to change replace the code with
HTML 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>
otherwise you get the word ARRAY showing for birthdays
works otherwise
|
Thanks for that as it shows array for me on 4.1.12 :up: