can you help me with this problem too
Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
when i add this to the postbit legacy it messes up the template
my template varies from the instructions. here is my template where it said to add before this code. the following is my templates code.
Code:
<vb:if condition="$post['joindate']"><div class="post_field"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></div></vb:if>
instructions code
Code:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>