View Full Version : Add private message button to postbit?
James T Brock
11-10-2004, 06:06 AM
I want a button on the bottom of the postbit for sending a private message to the member whose post you're viewing. Seems like a standard feature. I'd have to use my own button of course, but what is the code for this that i'd insert into my template in-order for the PM link to be assigned to the person whose post you're vieiwng?
peterska2
11-10-2004, 09:59 AM
It would be
<if condition="$show['pmlink']">
<a href="private.php?$session[sessionurl]do=newpm&userid=$post[userid]"><phrase 1="$post[username]"><img src="path to button" alt="$vbphrase[send_private_message_to_x]" /></phrase></a>
</if>
James T Brock
11-10-2004, 05:36 PM
Thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.