You only need to apply these template edits if one of the edits did not automatically install. See the README for more information.

==============================================================================================================================
In MEMBERINFO, memberinfo_block_contactinfo, memberlist_resultsbit, showgroups_usergroupbit, postbit and postbit_legacy, find:

NOTE: There will be more after the u= part, like u=$userinfo[userid] or u=$post[userid]... this will vary on each template.
The important thing is to put the $show[pmpopuplink] between the "<a" and the "href" part in each link.
==============================================================================================================================

<a href="private.php?$session[sessionurl]do=newpm&amp;u= 

==========
Change to:
==========

<a $show[pmpopuplink] href="private.php?$session[sessionurl]do=newpm&amp;u=





=====================
In headinclude, find:
=====================

<!-- / CSS Stylesheet -->

===========
Under, add:
===========

<link rel="stylesheet" href="clientscript/dhtmlwindow.css" type="text/css" />
<script type="text/javascript" src="clientscript/dhtmlwindow.js"></script>





================
In footer, find:
================

<!-- /content area table -->

===========
Above, add:
===========

$popuppm