Dutch_Boy
08-01-2010, 08:49 AM
Hello,
I got a little problem with my postbit_legacy. As you can see on the picture i uploaded, the join date is not really in the right place. I did do some research and found the thing that cause the problem.
postbit_legacy:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
This little code is the problem. When i remove it the problem is gone. Now i wanna know what happens when i remove it for good. Can this cause any other problems on my forum?
Here i little more code so you know where you can find it:
post.username}}" />
</a>
</vb:if>
<vb:if condition="$post['userid']">
<hr />
<dl class="userinfo_extra">
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
Kind regards,
Dutch_Boy.
I got a little problem with my postbit_legacy. As you can see on the picture i uploaded, the join date is not really in the right place. I did do some research and found the thing that cause the problem.
postbit_legacy:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
This little code is the problem. When i remove it the problem is gone. Now i wanna know what happens when i remove it for good. Can this cause any other problems on my forum?
Here i little more code so you know where you can find it:
post.username}}" />
</a>
</vb:if>
<vb:if condition="$post['userid']">
<hr />
<dl class="userinfo_extra">
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
Kind regards,
Dutch_Boy.