In an attempt to further this design for a CMS widget, I'm trying to use this code that was pulled from "threadbit" template;
Code:
<vb:if condition="$show['gotonewpost']">
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_newpost}}" id="thread_gotonew_{vb:raw thread.realthreadid}" class="cms_widget_post_bit widget_post_bit"><img class="inlineimg" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase go_to_first_new_post}" border="0" /></a>
</vb:if>
The code only works if I remove the "if conditional", so, what can you see what's wrong?