Quote:
Originally Posted by DaveLogic
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???
|
What's not working? You get an error, or the link doesn't show up? If it's a matter of not seeing the link, chances are you need to enable the phrase group in the vbgarage.php file. Find out what phrase group the phrase
send_private_message_to_x is in.