 |
 |
 |
 |
Registered: 06/05/06
Posts: 709
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#223948 - 03/11/09 07:20 PM
Re: PM Replies to automated PMs
[Re: Ruben]
|
enthusiast
|
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
|
|
I know what you mean, i registered myself as new user, received the welcome message and the participant is just me (the new user) and admin isn't. So probably it could be solved by changing adduser.inc.php Find: $query = "
insert into {$config['TABLE_PREFIX']}PRIVATE_MESSAGE_USERS
(TOPIC_ID,USER_ID,MESSAGE_LAST_READ)
values
('$message_id','$Uid',1)
";
$dbh->do_query($query,__LINE__,__FILE__);
Add under it: $query = "
insert into {$config['TABLE_PREFIX']}PRIVATE_MESSAGE_USERS
(TOPIC_ID,USER_ID,MESSAGE_LAST_READ)
values
('$message_id','{$config['MAIN_ADMIN_ID']}',1)
";
$dbh->do_query($query,__LINE__,__FILE__);
Rob
Edited by Robje01 (03/11/09 08:15 PM)
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|