Quote:
Originally Posted by msimplay
excellent addition but i have this hack that allows members to choose wether they save a copy of their pms or not and regardless of wether they have it turned on or off it still saves the pm any chance of making it adhere to the savecopy rules ?
https://vborg.vbsupport.ru/showthrea...light=savecopy
|
Don't want to Download the zip and look into it, but I looked into some postings. It seems there is a field added to the user table according to this
post, so why don't you just try this:
Replace in Original code of the plugin:
Code:
$pmdm->set_info('savecopy', 1);
with
Code:
$pmdm->set_info('savecopy', $vbulletin->userinfo['savecopy']);