I am trying to change the postbit so that when a user has a web site and you click on it then it will open in a new window. But I can not get it to work. I have gotten it to work for viewing the users profile, but can not get it to work for there web site. Here are the two codes I have tried. What I added is in bold. What have I done wrong?
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]" target="_blank"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]" target="_blank">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]" target="_blank"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]" target="_blank">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
Comment