View Full Version : Maybe not a Hack???
DSMNightmare
07-27-2004, 10:22 PM
What I'm looking for is a way to add the PM user link in the threads when people are reading them. Also to add links to the thread like you can see here: http://www.dsmtuners.com/forums/showthread.php?t=133290 Is this just an option I'm overlooking?
Thanks,
--Mike
Andreas
07-27-2004, 10:29 PM
This is a template question and should be asked at vbulletintemplates.com :)
Just put
<if condition="$show['pmlink']">
<a href="private.php?$session[sessionurl]do=newpm&userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a>
</if>
into template postbit (or postbit_legacy) where you want to have the link.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.