
01-10-2006, 03:46 PM
|
 |
|
|
Join Date: Aug 2002
Location: UK
Posts: 1,059
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by j.jacobsen
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']);
|
Thanks works great
|