Lynne, that does look exactly like what I'd like to do but for some reason it's not even trying to show it. I have the conditional entered exactly as you've instructed and the web address in profile 6 but when I look at the source code from a page with that users posts it's not showing up at all in there as if the conditional isn't being activated?
--------------- Added [DATE]1294004227[/DATE] at [TIME]1294004227[/TIME] ---------------
Currently I have:
Postbit Template
Code:
<vb:if condition="$post['userid']">
<div class="userinfo_extra">
<vb:if condition="$post['field6']"><a href="{vb:raw post.field6}" img src="../../images/profilebutton.png" alt="Profile Button" target="slideshow" onclick="window.open(this.getAttribute('href'), this.getAttribute('target'), 'width=770,height=800,scrollbars=yes,resizable=yes').focus(); return false;"><img src="../../images/profilebutton.png" /></a></vb:if>
<dl class="userstats">
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
And user profile field 6 made with a single text line option and named "Profile Button":
Code:
http://mysite.com/profile-whatever.php