Anyone offer some help on this?
I'm trying to figure the syntax for a "send PM" link in the postbit...
I've got...
Quote:
<vb:if condition="$show['pmlink']"><a class='pmwithquote' href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw memberinfo.userid}" rel="nofollow"><img src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase send_pm}" />PM</a><span class="seperator"> </span></vb:if>
|
...it launches the PM form, but doesnt load the userid from the post. What am I doing wrong?