trilOByte
02-12-2010, 07:25 AM
Hi guys, can anyone tell me what the correct syntax is for a PM link in the postbit to autofill the recipient?
I'm working on a button mod and I'm scratching my head with this one.
What I've got so far is...
<vb:if condition="$show['pmlink']">
<a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow">Private Message</a></vb:if>
...but it just takes me to private.php with no recipient details.
...also as an aside (and this is a big ask), does anyone know if a PM link syntax can be made to quote a forum message and autofill the subject line with the thread topic?
I'm working on a button mod and I'm scratching my head with this one.
What I've got so far is...
<vb:if condition="$show['pmlink']">
<a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow">Private Message</a></vb:if>
...but it just takes me to private.php with no recipient details.
...also as an aside (and this is a big ask), does anyone know if a PM link syntax can be made to quote a forum message and autofill the subject line with the thread topic?