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:
Code
	$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:
Code
	$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

Last edited by Robje01; 03/11/2009 8:15 PM.

My place to be: http://www.freesat.nl