Quote:
Originally Posted by joeychgo
Question. I installed the other version of this hack, LAST UPDATED: Tue Apr 13 2004 19:34 PST ........
So I need to do another update now? If so, what are the update instructions?
Looks like a great hack...... Very nice job. I can only hope my fist hack will be this good.
|
For upgrading, find the old version of the hack, by searching for:
Code:
// ###################################################################
// # WELCOME PM HACK BY rob_daemon
// ###################################################################
And then look for the end of it:
Code:
$DB_site->query(
"INSERT INTO " . TABLE_PREFIX . "pm
(
pmtextid,
userid,
folderid,
messageread
)
VALUES
(
'$pmtextid',
'$userid',
'0',
'0'
)"
);
// ###################################################################
And replace that and everything in-between with the updated code in the file. There are no new queries to run.
Quote:
Originally Posted by Boofo
Rob, in your updated instructions, you have it to show the signature and smilies are set to off. You need to switch the numbers (0 and 1) around.
|
And I even double-checked this, too

I'll just turn 'em both on.