Changes in red here:
Code:
Find:
---------------------
$post[iplogged]
---------------------
BELOW it add:
---------------------
<if condition="$show['pmlink'] AND $post['replylink']"> <a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]&postid=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_misc]/pmquote.gif" alt="Quote this post in a PM" border="0" /></a> </if>
(Above) The original instructions URL doesn't quote the post...It leaves it blank with no username to PM to.
And
For Username drop down menu:
Code:
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]&postid=$post[postid]" rel="nofollow"><phrase 1="$post[username]">Quote this post in a PM to $post[username]</a></td></tr>
</if>
(Above) Only if PM's are allowed by user.