what does this part do?
Code:
{vb:raw post.field2}
And your displaying the link included. But shouldn't it be this in the template:
Code:
<vb:if condition="$post['field6']"></vb:if>
and this in the single text line profile field 6?
Code:
<a href="http://website.com/users-profile" img src="button.png" alt="" target="slideshow" onclick="window.open(this.getAttribute('href'), this.getAttribute('target'), 'width=770,height=800,scrollbars=yes,resizable=yes').focus(); return false;"></a>
Although this isn't workin...