View Full Version : Pm open in new window HOW????
Skierpetros
03-19-2008, 05:22 PM
How can i make the pm to open in a new window???
Opserty
03-19-2008, 07:32 PM
AdminCP > Styles & Templates > Style Manager > Edit Templates > Private Message Templates > Double click pm_messagelistbit.
Find:
<a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]">
<if condition="$show['unread']"><strong>$pm[title]</strong><else />$pm[title]</if>
</a>
Change to:
<a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]" target="_blank">
<if condition="$show['unread']"><strong>$pm[title]</strong><else />$pm[title]</if>
</a>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.