Log in

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&amp;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&amp;pmid=$pm[pmid]" target="_blank">
<if condition="$show['unread']"><strong>$pm[title]</strong><else />$pm[title]</if>
</a>