I'm trying to add a PM this Member link below the Photo in Vbgarage_viewgarage..I've taken this code from MEMINFO but it doesn't seem to work..
PHP Code:
<if condition="$userinfo['pm']">
<tr>
<td>
$vbphrase[private_message]:<br />
<a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
</td>
</tr>
</if>
Any ideas???