Quote:
Originally Posted by KirbyDE
*** Untested ***
private_complete
PHP Code:
if ($templatename == 'pm_newpm')
{
$checked['savecopy'] = (($vbulletin->userinfo['savecopy']) ? 'checked="checked"' : '');
}
|
Works perfectly, thank you Kirby..
I'll update the instructions shortly with this change.
Quote:
Originally Posted by MissKalunji
whats that for?
|
It's an additional plugin instead of having to edit the
pm_newpm template..