Quote:
Originally posted by Jawelin
Actually there are - in your masspm.php - two lines with
<b>All done!</b> (one for first page, another for the multiple pages option)
|
This line does
not appear
two times!!!
There is one line with
<b>All done!</b> and one line with
<p><b>All done!</b></p> and as I wrote you should replace the
second one!
Quote:
Originally posted by Jawelin
Besides, the INSERT itself contains three identical values:
'$fromuserid','$fromuserid','$fromuserid',
Is it right (I shall not save the single target of each message...) ?
Hwr. that variable is NEVER defined anywhere :stupid: :stupid:
|
This variable
is defined!
PHP Code:
makehiddencode("fromuserid","$bbuserid");
But you are right, you
may replace $fromuserid with $bbuserid....I just have taken this from the original "hack".
The reason why this variable appears three times in the "Save-Sent-PM-in-My-Outbox" Feature is simple:
you are the sender of the pm,
you are the receiver of the pm and the PM belongs to
you, so all userids have to be of course the same.
I have tested all of this before I posted it, so just believe me, it works!